mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	More template updates
- Add icons to more action buttons
This commit is contained in:
		@@ -21,7 +21,8 @@ InvenTree | {% trans "Build Orders" %}
 | 
				
			|||||||
    
 | 
					    
 | 
				
			||||||
    <div id='button-toolbar'>
 | 
					    <div id='button-toolbar'>
 | 
				
			||||||
        <div class='button-toolbar container-fluid' style='float: right;'>
 | 
					        <div class='button-toolbar container-fluid' style='float: right;'>
 | 
				
			||||||
            <button type='button' class="btn btn-success" id='new-build'>{% trans "New Build Order" %}</button>
 | 
					            <button type='button' class="btn btn-success" id='new-build'>
 | 
				
			||||||
 | 
					                <span class='fas fa-tools'></span> {% trans "New Build Order" %}</button>
 | 
				
			||||||
            <div class='filter-list' id='filter-list-build'>
 | 
					            <div class='filter-list' id='filter-list-build'>
 | 
				
			||||||
                <!-- An empty div in which the filter list will be constructed -->
 | 
					                <!-- An empty div in which the filter list will be constructed -->
 | 
				
			||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -13,7 +13,8 @@
 | 
				
			|||||||
{% if roles.purchase_order.add %}
 | 
					{% if roles.purchase_order.add %}
 | 
				
			||||||
<div id='button-bar'>
 | 
					<div id='button-bar'>
 | 
				
			||||||
    <div class='btn-group'>
 | 
					    <div class='btn-group'>
 | 
				
			||||||
        <button class='btn btn-primary' type='button' id='order-part2' title='Order part'>Order Part</button>
 | 
					        <button class='btn btn-primary' type='button' id='order-part2' title='Order part'>
 | 
				
			||||||
 | 
					            <span class='fas fa-shopping-cart'></span> {% trans "Order Part" %}</button>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
{% endif %}
 | 
					{% endif %}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -13,7 +13,9 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
{% if roles.purchase_order.add %}
 | 
					{% if roles.purchase_order.add %}
 | 
				
			||||||
<div id='price-break-toolbar' class='btn-group'>
 | 
					<div id='price-break-toolbar' class='btn-group'>
 | 
				
			||||||
    <button class='btn btn-primary' id='new-price-break' type='button'>{% trans "Add Price Break" %}</button>
 | 
					    <button class='btn btn-primary' id='new-price-break' type='button'>
 | 
				
			||||||
 | 
					        <span class='fas fa-plus-circle'></span> {% trans "Add Price Break" %}
 | 
				
			||||||
 | 
					    </button>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
{% endif %}
 | 
					{% endif %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -6,7 +6,7 @@ msgid ""
 | 
				
			|||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
"Project-Id-Version: \n"
 | 
					"Project-Id-Version: \n"
 | 
				
			||||||
"Report-Msgid-Bugs-To: \n"
 | 
					"Report-Msgid-Bugs-To: \n"
 | 
				
			||||||
"POT-Creation-Date: 2020-10-28 07:30+0000\n"
 | 
					"POT-Creation-Date: 2020-10-28 11:37+0000\n"
 | 
				
			||||||
"PO-Revision-Date: 2020-05-03 11:32+0200\n"
 | 
					"PO-Revision-Date: 2020-05-03 11:32+0200\n"
 | 
				
			||||||
"Last-Translator: Christian Schlüter <chschlue@gmail.com>\n"
 | 
					"Last-Translator: Christian Schlüter <chschlue@gmail.com>\n"
 | 
				
			||||||
"Language-Team: C <kde-i18n-doc@kde.org>\n"
 | 
					"Language-Team: C <kde-i18n-doc@kde.org>\n"
 | 
				
			||||||
@@ -177,7 +177,7 @@ msgid "Rejected"
 | 
				
			|||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: InvenTree/status_codes.py:223 build/templates/build/allocate.html:358
 | 
					#: InvenTree/status_codes.py:223 build/templates/build/allocate.html:358
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:223
 | 
					#: order/templates/order/sales_order_detail.html:225
 | 
				
			||||||
#: part/templates/part/tabs.html:23 templates/js/build.js:140
 | 
					#: part/templates/part/tabs.html:23 templates/js/build.js:140
 | 
				
			||||||
msgid "Allocated"
 | 
					msgid "Allocated"
 | 
				
			||||||
msgstr "Zugeordnet"
 | 
					msgstr "Zugeordnet"
 | 
				
			||||||
@@ -315,14 +315,14 @@ msgid "Build Order Reference"
 | 
				
			|||||||
msgstr "Bestellreferenz"
 | 
					msgstr "Bestellreferenz"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: build/models.py:87 build/templates/build/allocate.html:342
 | 
					#: build/models.py:87 build/templates/build/allocate.html:342
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:172 templates/js/bom.js:154
 | 
					#: order/templates/order/purchase_order_detail.html:173 templates/js/bom.js:154
 | 
				
			||||||
msgid "Reference"
 | 
					msgid "Reference"
 | 
				
			||||||
msgstr "Referenz"
 | 
					msgstr "Referenz"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: build/models.py:94 build/templates/build/allocate.html:337
 | 
					#: build/models.py:94 build/templates/build/allocate.html:337
 | 
				
			||||||
#: company/templates/company/supplier_part_base.html:61
 | 
					#: company/templates/company/supplier_part_base.html:61
 | 
				
			||||||
#: company/templates/company/supplier_part_detail.html:27
 | 
					#: company/templates/company/supplier_part_detail.html:27
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:159
 | 
					#: order/templates/order/purchase_order_detail.html:160
 | 
				
			||||||
#: part/templates/part/detail.html:51 part/templates/part/set_category.html:14
 | 
					#: part/templates/part/detail.html:51 part/templates/part/set_category.html:14
 | 
				
			||||||
#: templates/InvenTree/search.html:147 templates/js/bom.js:147
 | 
					#: templates/InvenTree/search.html:147 templates/js/bom.js:147
 | 
				
			||||||
#: templates/js/bom.js:486 templates/js/build.js:56 templates/js/company.js:56
 | 
					#: templates/js/bom.js:486 templates/js/build.js:56 templates/js/company.js:56
 | 
				
			||||||
@@ -349,7 +349,7 @@ msgstr "Eltern-Bau, dem dieser Bau zugewiesen ist"
 | 
				
			|||||||
#: build/templates/build/build_base.html:78
 | 
					#: build/templates/build/build_base.html:78
 | 
				
			||||||
#: build/templates/build/detail.html:22 order/models.py:501
 | 
					#: build/templates/build/detail.html:22 order/models.py:501
 | 
				
			||||||
#: order/templates/order/order_wizard/select_parts.html:30
 | 
					#: order/templates/order/order_wizard/select_parts.html:30
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:147
 | 
					#: order/templates/order/purchase_order_detail.html:148
 | 
				
			||||||
#: order/templates/order/receive_parts.html:19 part/models.py:293
 | 
					#: order/templates/order/receive_parts.html:19 part/models.py:293
 | 
				
			||||||
#: part/templates/part/part_app_base.html:7
 | 
					#: part/templates/part/part_app_base.html:7
 | 
				
			||||||
#: part/templates/part/set_category.html:13 templates/InvenTree/search.html:133
 | 
					#: part/templates/part/set_category.html:13 templates/InvenTree/search.html:133
 | 
				
			||||||
@@ -422,7 +422,7 @@ msgstr "Link zu einer externen URL"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#: build/models.py:181 build/templates/build/tabs.html:14 company/models.py:314
 | 
					#: build/models.py:181 build/templates/build/tabs.html:14 company/models.py:314
 | 
				
			||||||
#: company/templates/company/tabs.html:33 order/templates/order/po_tabs.html:18
 | 
					#: company/templates/company/tabs.html:33 order/templates/order/po_tabs.html:18
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:202
 | 
					#: order/templates/order/purchase_order_detail.html:203
 | 
				
			||||||
#: order/templates/order/so_tabs.html:23 part/templates/part/tabs.html:70
 | 
					#: order/templates/order/so_tabs.html:23 part/templates/part/tabs.html:70
 | 
				
			||||||
#: stock/forms.py:306 stock/forms.py:338 stock/forms.py:366 stock/models.py:453
 | 
					#: stock/forms.py:306 stock/forms.py:338 stock/forms.py:366 stock/models.py:453
 | 
				
			||||||
#: stock/models.py:1404 stock/templates/stock/tabs.html:26
 | 
					#: stock/models.py:1404 stock/templates/stock/tabs.html:26
 | 
				
			||||||
@@ -497,8 +497,8 @@ msgid "Create new Stock Item"
 | 
				
			|||||||
msgstr "Neues Lagerobjekt hinzufügen"
 | 
					msgstr "Neues Lagerobjekt hinzufügen"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: build/templates/build/allocate.html:170
 | 
					#: build/templates/build/allocate.html:170
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:70
 | 
					#: order/templates/order/sales_order_detail.html:72
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:152 stock/models.py:375
 | 
					#: order/templates/order/sales_order_detail.html:154 stock/models.py:375
 | 
				
			||||||
#: stock/templates/stock/item_base.html:178
 | 
					#: stock/templates/stock/item_base.html:178
 | 
				
			||||||
msgid "Serial Number"
 | 
					msgid "Serial Number"
 | 
				
			||||||
msgstr "Seriennummer"
 | 
					msgstr "Seriennummer"
 | 
				
			||||||
@@ -507,11 +507,11 @@ msgstr "Seriennummer"
 | 
				
			|||||||
#: build/templates/build/auto_allocate.html:20
 | 
					#: build/templates/build/auto_allocate.html:20
 | 
				
			||||||
#: build/templates/build/build_base.html:83
 | 
					#: build/templates/build/build_base.html:83
 | 
				
			||||||
#: build/templates/build/detail.html:27
 | 
					#: build/templates/build/detail.html:27
 | 
				
			||||||
#: company/templates/company/supplier_part_pricing.html:73
 | 
					#: company/templates/company/supplier_part_pricing.html:75
 | 
				
			||||||
#: order/templates/order/order_wizard/select_parts.html:32
 | 
					#: order/templates/order/order_wizard/select_parts.html:32
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:177
 | 
					#: order/templates/order/purchase_order_detail.html:178
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:72
 | 
					#: order/templates/order/sales_order_detail.html:74
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:154
 | 
					#: order/templates/order/sales_order_detail.html:156
 | 
				
			||||||
#: part/templates/part/allocation.html:16
 | 
					#: part/templates/part/allocation.html:16
 | 
				
			||||||
#: part/templates/part/allocation.html:49
 | 
					#: part/templates/part/allocation.html:49
 | 
				
			||||||
#: part/templates/part/sale_prices.html:80 stock/forms.py:297
 | 
					#: part/templates/part/sale_prices.html:80 stock/forms.py:297
 | 
				
			||||||
@@ -534,12 +534,12 @@ msgid "Location"
 | 
				
			|||||||
msgstr "Standort"
 | 
					msgstr "Standort"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: build/templates/build/allocate.html:210
 | 
					#: build/templates/build/allocate.html:210
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:94 templates/js/build.js:144
 | 
					#: order/templates/order/sales_order_detail.html:96 templates/js/build.js:144
 | 
				
			||||||
msgid "Edit stock allocation"
 | 
					msgid "Edit stock allocation"
 | 
				
			||||||
msgstr "Lagerobjekt-Standort bearbeiten"
 | 
					msgstr "Lagerobjekt-Standort bearbeiten"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: build/templates/build/allocate.html:211
 | 
					#: build/templates/build/allocate.html:211
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:95 templates/js/build.js:145
 | 
					#: order/templates/order/sales_order_detail.html:97 templates/js/build.js:145
 | 
				
			||||||
msgid "Delete stock allocation"
 | 
					msgid "Delete stock allocation"
 | 
				
			||||||
msgstr "Zuweisung löschen"
 | 
					msgstr "Zuweisung löschen"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -557,12 +557,12 @@ msgid "Assigned"
 | 
				
			|||||||
msgstr "Zugewiesen"
 | 
					msgstr "Zugewiesen"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: build/templates/build/allocate.html:394
 | 
					#: build/templates/build/allocate.html:394
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:273
 | 
					#: order/templates/order/sales_order_detail.html:275
 | 
				
			||||||
msgid "Buy parts"
 | 
					msgid "Buy parts"
 | 
				
			||||||
msgstr "Teile kaufen"
 | 
					msgstr "Teile kaufen"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: build/templates/build/allocate.html:398
 | 
					#: build/templates/build/allocate.html:398
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:277
 | 
					#: order/templates/order/sales_order_detail.html:279
 | 
				
			||||||
msgid "Build parts"
 | 
					msgid "Build parts"
 | 
				
			||||||
msgstr "Bauteile"
 | 
					msgstr "Bauteile"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -762,7 +762,7 @@ msgstr "Nein"
 | 
				
			|||||||
msgid "Completed"
 | 
					msgid "Completed"
 | 
				
			||||||
msgstr "Fertig"
 | 
					msgstr "Fertig"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: build/templates/build/index.html:24 build/views.py:403
 | 
					#: build/templates/build/index.html:25 build/views.py:403
 | 
				
			||||||
msgid "New Build Order"
 | 
					msgid "New Build Order"
 | 
				
			||||||
msgstr "Neuer Bauauftrag"
 | 
					msgstr "Neuer Bauauftrag"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -1213,12 +1213,12 @@ msgid "Supplier Parts"
 | 
				
			|||||||
msgstr "Zulieferer-Teile"
 | 
					msgstr "Zulieferer-Teile"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: company/templates/company/detail_part.html:17
 | 
					#: company/templates/company/detail_part.html:17
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:68
 | 
					#: order/templates/order/purchase_order_detail.html:69
 | 
				
			||||||
msgid "Create new supplier part"
 | 
					msgid "Create new supplier part"
 | 
				
			||||||
msgstr "Neues Zuliefererteil anlegen"
 | 
					msgstr "Neues Zuliefererteil anlegen"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: company/templates/company/detail_part.html:18
 | 
					#: company/templates/company/detail_part.html:18
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:67
 | 
					#: order/templates/order/purchase_order_detail.html:68
 | 
				
			||||||
#: part/templates/part/supplier.html:14 templates/js/stock.js:798
 | 
					#: part/templates/part/supplier.html:14 templates/js/stock.js:798
 | 
				
			||||||
msgid "New Supplier Part"
 | 
					msgid "New Supplier Part"
 | 
				
			||||||
msgstr "Neues Zulieferer-Teil"
 | 
					msgstr "Neues Zulieferer-Teil"
 | 
				
			||||||
@@ -1315,7 +1315,7 @@ msgid "Create new purchase order"
 | 
				
			|||||||
msgstr "Neue Bestellung anlegen"
 | 
					msgstr "Neue Bestellung anlegen"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: company/templates/company/purchase_orders.html:16
 | 
					#: company/templates/company/purchase_orders.html:16
 | 
				
			||||||
#: order/templates/order/purchase_orders.html:18
 | 
					#: order/templates/order/purchase_orders.html:19
 | 
				
			||||||
msgid "New Purchase Order"
 | 
					msgid "New Purchase Order"
 | 
				
			||||||
msgstr "Neue Bestellung"
 | 
					msgstr "Neue Bestellung"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -1388,35 +1388,40 @@ msgstr "Notiz"
 | 
				
			|||||||
msgid "Supplier Part Orders"
 | 
					msgid "Supplier Part Orders"
 | 
				
			||||||
msgstr "Zuliefererbestellungen"
 | 
					msgstr "Zuliefererbestellungen"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: company/templates/company/supplier_part_orders.html:17
 | 
				
			||||||
 | 
					#: part/templates/part/orders.html:15
 | 
				
			||||||
 | 
					msgid "Order Part"
 | 
				
			||||||
 | 
					msgstr "Teil bestellen"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: company/templates/company/supplier_part_pricing.html:10
 | 
					#: company/templates/company/supplier_part_pricing.html:10
 | 
				
			||||||
msgid "Pricing Information"
 | 
					msgid "Pricing Information"
 | 
				
			||||||
msgstr "Preisinformationen ansehen"
 | 
					msgstr "Preisinformationen ansehen"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: company/templates/company/supplier_part_pricing.html:16 company/views.py:410
 | 
					#: company/templates/company/supplier_part_pricing.html:17 company/views.py:410
 | 
				
			||||||
#: part/templates/part/sale_prices.html:13 part/views.py:2228
 | 
					#: part/templates/part/sale_prices.html:13 part/views.py:2228
 | 
				
			||||||
msgid "Add Price Break"
 | 
					msgid "Add Price Break"
 | 
				
			||||||
msgstr "Preisstaffel hinzufügen"
 | 
					msgstr "Preisstaffel hinzufügen"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: company/templates/company/supplier_part_pricing.html:34
 | 
					#: company/templates/company/supplier_part_pricing.html:36
 | 
				
			||||||
#: part/templates/part/sale_prices.html:41
 | 
					#: part/templates/part/sale_prices.html:41
 | 
				
			||||||
#, fuzzy
 | 
					#, fuzzy
 | 
				
			||||||
#| msgid "No company information found"
 | 
					#| msgid "No company information found"
 | 
				
			||||||
msgid "No price break information found"
 | 
					msgid "No price break information found"
 | 
				
			||||||
msgstr "Keine Firmeninformation gefunden"
 | 
					msgstr "Keine Firmeninformation gefunden"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: company/templates/company/supplier_part_pricing.html:78
 | 
					#: company/templates/company/supplier_part_pricing.html:80
 | 
				
			||||||
#: part/templates/part/sale_prices.html:85 templates/js/bom.js:207
 | 
					#: part/templates/part/sale_prices.html:85 templates/js/bom.js:207
 | 
				
			||||||
msgid "Price"
 | 
					msgid "Price"
 | 
				
			||||||
msgstr "Preis"
 | 
					msgstr "Preis"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: company/templates/company/supplier_part_pricing.html:92
 | 
					#: company/templates/company/supplier_part_pricing.html:94
 | 
				
			||||||
#: part/templates/part/sale_prices.html:99
 | 
					#: part/templates/part/sale_prices.html:99
 | 
				
			||||||
#, fuzzy
 | 
					#, fuzzy
 | 
				
			||||||
#| msgid "Edit Price Break"
 | 
					#| msgid "Edit Price Break"
 | 
				
			||||||
msgid "Edit price break"
 | 
					msgid "Edit price break"
 | 
				
			||||||
msgstr "Preisstaffel bearbeiten"
 | 
					msgstr "Preisstaffel bearbeiten"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: company/templates/company/supplier_part_pricing.html:93
 | 
					#: company/templates/company/supplier_part_pricing.html:95
 | 
				
			||||||
#: part/templates/part/sale_prices.html:100
 | 
					#: part/templates/part/sale_prices.html:100
 | 
				
			||||||
#, fuzzy
 | 
					#, fuzzy
 | 
				
			||||||
#| msgid "Delete Price Break"
 | 
					#| msgid "Delete Price Break"
 | 
				
			||||||
@@ -1761,7 +1766,7 @@ msgid "Issued"
 | 
				
			|||||||
msgstr "Aufgegeben"
 | 
					msgstr "Aufgegeben"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/order_base.html:111
 | 
					#: order/templates/order/order_base.html:111
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:182
 | 
					#: order/templates/order/purchase_order_detail.html:183
 | 
				
			||||||
#: order/templates/order/receive_parts.html:22
 | 
					#: order/templates/order/receive_parts.html:22
 | 
				
			||||||
#: order/templates/order/sales_order_base.html:113
 | 
					#: order/templates/order/sales_order_base.html:113
 | 
				
			||||||
msgid "Received"
 | 
					msgid "Received"
 | 
				
			||||||
@@ -1843,48 +1848,48 @@ msgstr "Position hinzufügen"
 | 
				
			|||||||
msgid "Attachments"
 | 
					msgid "Attachments"
 | 
				
			||||||
msgstr "Anhänge"
 | 
					msgstr "Anhänge"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:16
 | 
					#: order/templates/order/purchase_order_detail.html:17
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:18 order/views.py:1117
 | 
					#: order/templates/order/sales_order_detail.html:19 order/views.py:1117
 | 
				
			||||||
#: order/views.py:1232
 | 
					#: order/views.py:1232
 | 
				
			||||||
msgid "Add Line Item"
 | 
					msgid "Add Line Item"
 | 
				
			||||||
msgstr "Position hinzufügen"
 | 
					msgstr "Position hinzufügen"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:20
 | 
					#: order/templates/order/purchase_order_detail.html:21
 | 
				
			||||||
msgid "Purchase Order Items"
 | 
					msgid "Purchase Order Items"
 | 
				
			||||||
msgstr "Bestellpositionen"
 | 
					msgstr "Bestellpositionen"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:38
 | 
					#: order/templates/order/purchase_order_detail.html:39
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:118
 | 
					#: order/templates/order/purchase_order_detail.html:119
 | 
				
			||||||
#: part/templates/part/category.html:173 part/templates/part/category.html:215
 | 
					#: part/templates/part/category.html:173 part/templates/part/category.html:215
 | 
				
			||||||
#: templates/js/stock.js:804
 | 
					#: templates/js/stock.js:804
 | 
				
			||||||
msgid "New Location"
 | 
					msgid "New Location"
 | 
				
			||||||
msgstr "Neuer Standort"
 | 
					msgstr "Neuer Standort"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:39
 | 
					#: order/templates/order/purchase_order_detail.html:40
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:119
 | 
					#: order/templates/order/purchase_order_detail.html:120
 | 
				
			||||||
#: stock/templates/stock/location.html:22
 | 
					#: stock/templates/stock/location.html:22
 | 
				
			||||||
msgid "Create new stock location"
 | 
					msgid "Create new stock location"
 | 
				
			||||||
msgstr "Neuen Lagerort anlegen"
 | 
					msgstr "Neuen Lagerort anlegen"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:131
 | 
					#: order/templates/order/purchase_order_detail.html:132
 | 
				
			||||||
msgid "No line items found"
 | 
					msgid "No line items found"
 | 
				
			||||||
msgstr "Keine Positionen gefunden"
 | 
					msgstr "Keine Positionen gefunden"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:164
 | 
					#: order/templates/order/purchase_order_detail.html:165
 | 
				
			||||||
#: order/templates/order/receive_parts.html:20
 | 
					#: order/templates/order/receive_parts.html:20
 | 
				
			||||||
msgid "Order Code"
 | 
					msgid "Order Code"
 | 
				
			||||||
msgstr "Bestellnummer"
 | 
					msgstr "Bestellnummer"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:213
 | 
					#: order/templates/order/purchase_order_detail.html:214
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:283
 | 
					#: order/templates/order/sales_order_detail.html:285
 | 
				
			||||||
msgid "Edit line item"
 | 
					msgid "Edit line item"
 | 
				
			||||||
msgstr "Position bearbeiten"
 | 
					msgstr "Position bearbeiten"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:214
 | 
					#: order/templates/order/purchase_order_detail.html:215
 | 
				
			||||||
msgid "Delete line item"
 | 
					msgid "Delete line item"
 | 
				
			||||||
msgstr "Position löschen"
 | 
					msgstr "Position löschen"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:219
 | 
					#: order/templates/order/purchase_order_detail.html:220
 | 
				
			||||||
msgid "Receive line item"
 | 
					msgid "Receive line item"
 | 
				
			||||||
msgstr "Position empfangen"
 | 
					msgstr "Position empfangen"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -1937,15 +1942,15 @@ msgstr "Warnung"
 | 
				
			|||||||
msgid "Sales Order Items"
 | 
					msgid "Sales Order Items"
 | 
				
			||||||
msgstr "Auftragspositionen"
 | 
					msgstr "Auftragspositionen"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:225
 | 
					#: order/templates/order/sales_order_detail.html:227
 | 
				
			||||||
msgid "Fulfilled"
 | 
					msgid "Fulfilled"
 | 
				
			||||||
msgstr "Erledigt"
 | 
					msgstr "Erledigt"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:280
 | 
					#: order/templates/order/sales_order_detail.html:282
 | 
				
			||||||
msgid "Allocate parts"
 | 
					msgid "Allocate parts"
 | 
				
			||||||
msgstr "Teile zuordnen"
 | 
					msgstr "Teile zuordnen"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:284
 | 
					#: order/templates/order/sales_order_detail.html:286
 | 
				
			||||||
msgid "Delete line item "
 | 
					msgid "Delete line item "
 | 
				
			||||||
msgstr "Position löschen"
 | 
					msgstr "Position löschen"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -2586,6 +2591,7 @@ msgid "Edit BOM"
 | 
				
			|||||||
msgstr "Stückliste bearbeiten"
 | 
					msgstr "Stückliste bearbeiten"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: part/templates/part/bom.html:53 part/templates/part/params.html:38
 | 
					#: part/templates/part/bom.html:53 part/templates/part/params.html:38
 | 
				
			||||||
 | 
					#: templates/InvenTree/settings/user.html:19
 | 
				
			||||||
msgid "Edit"
 | 
					msgid "Edit"
 | 
				
			||||||
msgstr "Bearbeiten"
 | 
					msgstr "Bearbeiten"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -2979,10 +2985,6 @@ msgstr "Dieses Teil ist nicht aktiv"
 | 
				
			|||||||
msgid "Part Notes"
 | 
					msgid "Part Notes"
 | 
				
			||||||
msgstr "Teil-Bemerkungen"
 | 
					msgstr "Teil-Bemerkungen"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: part/templates/part/orders.html:15
 | 
					 | 
				
			||||||
msgid "Order Part"
 | 
					 | 
				
			||||||
msgstr "Teil bestellen"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#: part/templates/part/params.html:8
 | 
					#: part/templates/part/params.html:8
 | 
				
			||||||
msgid "Part Parameters"
 | 
					msgid "Part Parameters"
 | 
				
			||||||
msgstr "Teilparameter"
 | 
					msgstr "Teilparameter"
 | 
				
			||||||
@@ -2991,7 +2993,7 @@ msgstr "Teilparameter"
 | 
				
			|||||||
msgid "Add new parameter"
 | 
					msgid "Add new parameter"
 | 
				
			||||||
msgstr "Parameter hinzufügen"
 | 
					msgstr "Parameter hinzufügen"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: part/templates/part/params.html:15 templates/InvenTree/settings/part.html:27
 | 
					#: part/templates/part/params.html:15 templates/InvenTree/settings/part.html:28
 | 
				
			||||||
msgid "New Parameter"
 | 
					msgid "New Parameter"
 | 
				
			||||||
msgstr "Neuer Parameter"
 | 
					msgstr "Neuer Parameter"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -4506,7 +4508,7 @@ msgstr "Einstellungen"
 | 
				
			|||||||
msgid "Currencies"
 | 
					msgid "Currencies"
 | 
				
			||||||
msgstr "Währungs-Wert"
 | 
					msgstr "Währungs-Wert"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/InvenTree/settings/currency.html:17
 | 
					#: templates/InvenTree/settings/currency.html:18
 | 
				
			||||||
#, fuzzy
 | 
					#, fuzzy
 | 
				
			||||||
#| msgid "Delete Currency"
 | 
					#| msgid "Delete Currency"
 | 
				
			||||||
msgid "New Currency"
 | 
					msgid "New Currency"
 | 
				
			||||||
@@ -4530,15 +4532,15 @@ msgstr "Einstellungen"
 | 
				
			|||||||
msgid "Part Parameter Templates"
 | 
					msgid "Part Parameter Templates"
 | 
				
			||||||
msgstr "Teilparametervorlage bearbeiten"
 | 
					msgstr "Teilparametervorlage bearbeiten"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/InvenTree/settings/part.html:43
 | 
					#: templates/InvenTree/settings/part.html:45
 | 
				
			||||||
msgid "No part parameter templates found"
 | 
					msgid "No part parameter templates found"
 | 
				
			||||||
msgstr "Keine Teilparametervorlagen gefunden"
 | 
					msgstr "Keine Teilparametervorlagen gefunden"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/InvenTree/settings/part.html:63
 | 
					#: templates/InvenTree/settings/part.html:65
 | 
				
			||||||
msgid "Edit Template"
 | 
					msgid "Edit Template"
 | 
				
			||||||
msgstr "Vorlage bearbeiten"
 | 
					msgstr "Vorlage bearbeiten"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/InvenTree/settings/part.html:64
 | 
					#: templates/InvenTree/settings/part.html:66
 | 
				
			||||||
msgid "Delete Template"
 | 
					msgid "Delete Template"
 | 
				
			||||||
msgstr "Vorlage löschen"
 | 
					msgstr "Vorlage löschen"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -4632,25 +4634,43 @@ msgstr ""
 | 
				
			|||||||
msgid "User Information"
 | 
					msgid "User Information"
 | 
				
			||||||
msgstr "Keine Benutzerinformation"
 | 
					msgstr "Keine Benutzerinformation"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/InvenTree/settings/user.html:24
 | 
					#: templates/InvenTree/settings/user.html:18
 | 
				
			||||||
 | 
					#, fuzzy
 | 
				
			||||||
 | 
					#| msgid "No user information"
 | 
				
			||||||
 | 
					msgid "Edit User Information"
 | 
				
			||||||
 | 
					msgstr "Keine Benutzerinformation"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: templates/InvenTree/settings/user.html:21
 | 
				
			||||||
 | 
					#, fuzzy
 | 
				
			||||||
 | 
					#| msgid "Create new part"
 | 
				
			||||||
 | 
					msgid "Change Password"
 | 
				
			||||||
 | 
					msgstr "Neues Teil anlegen"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: templates/InvenTree/settings/user.html:22
 | 
				
			||||||
 | 
					#, fuzzy
 | 
				
			||||||
 | 
					#| msgid "Select part"
 | 
				
			||||||
 | 
					msgid "Set Password"
 | 
				
			||||||
 | 
					msgstr "Teil auswählen"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: templates/InvenTree/settings/user.html:28
 | 
				
			||||||
#, fuzzy
 | 
					#, fuzzy
 | 
				
			||||||
#| msgid "User"
 | 
					#| msgid "User"
 | 
				
			||||||
msgid "Username"
 | 
					msgid "Username"
 | 
				
			||||||
msgstr "Benutzer"
 | 
					msgstr "Benutzer"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/InvenTree/settings/user.html:28
 | 
					#: templates/InvenTree/settings/user.html:32
 | 
				
			||||||
#, fuzzy
 | 
					#, fuzzy
 | 
				
			||||||
#| msgid "Instance Name"
 | 
					#| msgid "Instance Name"
 | 
				
			||||||
msgid "First Name"
 | 
					msgid "First Name"
 | 
				
			||||||
msgstr "Instanzname"
 | 
					msgstr "Instanzname"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/InvenTree/settings/user.html:32
 | 
					#: templates/InvenTree/settings/user.html:36
 | 
				
			||||||
#, fuzzy
 | 
					#, fuzzy
 | 
				
			||||||
#| msgid "Instance Name"
 | 
					#| msgid "Instance Name"
 | 
				
			||||||
msgid "Last Name"
 | 
					msgid "Last Name"
 | 
				
			||||||
msgstr "Instanzname"
 | 
					msgstr "Instanzname"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/InvenTree/settings/user.html:36
 | 
					#: templates/InvenTree/settings/user.html:40
 | 
				
			||||||
#, fuzzy
 | 
					#, fuzzy
 | 
				
			||||||
#| msgid "Address"
 | 
					#| msgid "Address"
 | 
				
			||||||
msgid "Email Address"
 | 
					msgid "Email Address"
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -8,7 +8,7 @@ msgid ""
 | 
				
			|||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
"Project-Id-Version: PACKAGE VERSION\n"
 | 
					"Project-Id-Version: PACKAGE VERSION\n"
 | 
				
			||||||
"Report-Msgid-Bugs-To: \n"
 | 
					"Report-Msgid-Bugs-To: \n"
 | 
				
			||||||
"POT-Creation-Date: 2020-10-28 07:30+0000\n"
 | 
					"POT-Creation-Date: 2020-10-28 11:37+0000\n"
 | 
				
			||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 | 
					"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 | 
				
			||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
					"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
				
			||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
 | 
					"Language-Team: LANGUAGE <LL@li.org>\n"
 | 
				
			||||||
@@ -169,7 +169,7 @@ msgid "Rejected"
 | 
				
			|||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: InvenTree/status_codes.py:223 build/templates/build/allocate.html:358
 | 
					#: InvenTree/status_codes.py:223 build/templates/build/allocate.html:358
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:223
 | 
					#: order/templates/order/sales_order_detail.html:225
 | 
				
			||||||
#: part/templates/part/tabs.html:23 templates/js/build.js:140
 | 
					#: part/templates/part/tabs.html:23 templates/js/build.js:140
 | 
				
			||||||
msgid "Allocated"
 | 
					msgid "Allocated"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
@@ -291,14 +291,14 @@ msgid "Build Order Reference"
 | 
				
			|||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: build/models.py:87 build/templates/build/allocate.html:342
 | 
					#: build/models.py:87 build/templates/build/allocate.html:342
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:172 templates/js/bom.js:154
 | 
					#: order/templates/order/purchase_order_detail.html:173 templates/js/bom.js:154
 | 
				
			||||||
msgid "Reference"
 | 
					msgid "Reference"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: build/models.py:94 build/templates/build/allocate.html:337
 | 
					#: build/models.py:94 build/templates/build/allocate.html:337
 | 
				
			||||||
#: company/templates/company/supplier_part_base.html:61
 | 
					#: company/templates/company/supplier_part_base.html:61
 | 
				
			||||||
#: company/templates/company/supplier_part_detail.html:27
 | 
					#: company/templates/company/supplier_part_detail.html:27
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:159
 | 
					#: order/templates/order/purchase_order_detail.html:160
 | 
				
			||||||
#: part/templates/part/detail.html:51 part/templates/part/set_category.html:14
 | 
					#: part/templates/part/detail.html:51 part/templates/part/set_category.html:14
 | 
				
			||||||
#: templates/InvenTree/search.html:147 templates/js/bom.js:147
 | 
					#: templates/InvenTree/search.html:147 templates/js/bom.js:147
 | 
				
			||||||
#: templates/js/bom.js:486 templates/js/build.js:56 templates/js/company.js:56
 | 
					#: templates/js/bom.js:486 templates/js/build.js:56 templates/js/company.js:56
 | 
				
			||||||
@@ -325,7 +325,7 @@ msgstr ""
 | 
				
			|||||||
#: build/templates/build/build_base.html:78
 | 
					#: build/templates/build/build_base.html:78
 | 
				
			||||||
#: build/templates/build/detail.html:22 order/models.py:501
 | 
					#: build/templates/build/detail.html:22 order/models.py:501
 | 
				
			||||||
#: order/templates/order/order_wizard/select_parts.html:30
 | 
					#: order/templates/order/order_wizard/select_parts.html:30
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:147
 | 
					#: order/templates/order/purchase_order_detail.html:148
 | 
				
			||||||
#: order/templates/order/receive_parts.html:19 part/models.py:293
 | 
					#: order/templates/order/receive_parts.html:19 part/models.py:293
 | 
				
			||||||
#: part/templates/part/part_app_base.html:7
 | 
					#: part/templates/part/part_app_base.html:7
 | 
				
			||||||
#: part/templates/part/set_category.html:13 templates/InvenTree/search.html:133
 | 
					#: part/templates/part/set_category.html:13 templates/InvenTree/search.html:133
 | 
				
			||||||
@@ -396,7 +396,7 @@ msgstr ""
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#: build/models.py:181 build/templates/build/tabs.html:14 company/models.py:314
 | 
					#: build/models.py:181 build/templates/build/tabs.html:14 company/models.py:314
 | 
				
			||||||
#: company/templates/company/tabs.html:33 order/templates/order/po_tabs.html:18
 | 
					#: company/templates/company/tabs.html:33 order/templates/order/po_tabs.html:18
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:202
 | 
					#: order/templates/order/purchase_order_detail.html:203
 | 
				
			||||||
#: order/templates/order/so_tabs.html:23 part/templates/part/tabs.html:70
 | 
					#: order/templates/order/so_tabs.html:23 part/templates/part/tabs.html:70
 | 
				
			||||||
#: stock/forms.py:306 stock/forms.py:338 stock/forms.py:366 stock/models.py:453
 | 
					#: stock/forms.py:306 stock/forms.py:338 stock/forms.py:366 stock/models.py:453
 | 
				
			||||||
#: stock/models.py:1404 stock/templates/stock/tabs.html:26
 | 
					#: stock/models.py:1404 stock/templates/stock/tabs.html:26
 | 
				
			||||||
@@ -470,8 +470,8 @@ msgid "Create new Stock Item"
 | 
				
			|||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: build/templates/build/allocate.html:170
 | 
					#: build/templates/build/allocate.html:170
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:70
 | 
					#: order/templates/order/sales_order_detail.html:72
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:152 stock/models.py:375
 | 
					#: order/templates/order/sales_order_detail.html:154 stock/models.py:375
 | 
				
			||||||
#: stock/templates/stock/item_base.html:178
 | 
					#: stock/templates/stock/item_base.html:178
 | 
				
			||||||
msgid "Serial Number"
 | 
					msgid "Serial Number"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
@@ -480,11 +480,11 @@ msgstr ""
 | 
				
			|||||||
#: build/templates/build/auto_allocate.html:20
 | 
					#: build/templates/build/auto_allocate.html:20
 | 
				
			||||||
#: build/templates/build/build_base.html:83
 | 
					#: build/templates/build/build_base.html:83
 | 
				
			||||||
#: build/templates/build/detail.html:27
 | 
					#: build/templates/build/detail.html:27
 | 
				
			||||||
#: company/templates/company/supplier_part_pricing.html:73
 | 
					#: company/templates/company/supplier_part_pricing.html:75
 | 
				
			||||||
#: order/templates/order/order_wizard/select_parts.html:32
 | 
					#: order/templates/order/order_wizard/select_parts.html:32
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:177
 | 
					#: order/templates/order/purchase_order_detail.html:178
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:72
 | 
					#: order/templates/order/sales_order_detail.html:74
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:154
 | 
					#: order/templates/order/sales_order_detail.html:156
 | 
				
			||||||
#: part/templates/part/allocation.html:16
 | 
					#: part/templates/part/allocation.html:16
 | 
				
			||||||
#: part/templates/part/allocation.html:49
 | 
					#: part/templates/part/allocation.html:49
 | 
				
			||||||
#: part/templates/part/sale_prices.html:80 stock/forms.py:297
 | 
					#: part/templates/part/sale_prices.html:80 stock/forms.py:297
 | 
				
			||||||
@@ -507,12 +507,12 @@ msgid "Location"
 | 
				
			|||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: build/templates/build/allocate.html:210
 | 
					#: build/templates/build/allocate.html:210
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:94 templates/js/build.js:144
 | 
					#: order/templates/order/sales_order_detail.html:96 templates/js/build.js:144
 | 
				
			||||||
msgid "Edit stock allocation"
 | 
					msgid "Edit stock allocation"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: build/templates/build/allocate.html:211
 | 
					#: build/templates/build/allocate.html:211
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:95 templates/js/build.js:145
 | 
					#: order/templates/order/sales_order_detail.html:97 templates/js/build.js:145
 | 
				
			||||||
msgid "Delete stock allocation"
 | 
					msgid "Delete stock allocation"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -530,12 +530,12 @@ msgid "Assigned"
 | 
				
			|||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: build/templates/build/allocate.html:394
 | 
					#: build/templates/build/allocate.html:394
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:273
 | 
					#: order/templates/order/sales_order_detail.html:275
 | 
				
			||||||
msgid "Buy parts"
 | 
					msgid "Buy parts"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: build/templates/build/allocate.html:398
 | 
					#: build/templates/build/allocate.html:398
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:277
 | 
					#: order/templates/order/sales_order_detail.html:279
 | 
				
			||||||
msgid "Build parts"
 | 
					msgid "Build parts"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -720,7 +720,7 @@ msgstr ""
 | 
				
			|||||||
msgid "Completed"
 | 
					msgid "Completed"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: build/templates/build/index.html:24 build/views.py:403
 | 
					#: build/templates/build/index.html:25 build/views.py:403
 | 
				
			||||||
msgid "New Build Order"
 | 
					msgid "New Build Order"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -1130,12 +1130,12 @@ msgid "Supplier Parts"
 | 
				
			|||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: company/templates/company/detail_part.html:17
 | 
					#: company/templates/company/detail_part.html:17
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:68
 | 
					#: order/templates/order/purchase_order_detail.html:69
 | 
				
			||||||
msgid "Create new supplier part"
 | 
					msgid "Create new supplier part"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: company/templates/company/detail_part.html:18
 | 
					#: company/templates/company/detail_part.html:18
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:67
 | 
					#: order/templates/order/purchase_order_detail.html:68
 | 
				
			||||||
#: part/templates/part/supplier.html:14 templates/js/stock.js:798
 | 
					#: part/templates/part/supplier.html:14 templates/js/stock.js:798
 | 
				
			||||||
msgid "New Supplier Part"
 | 
					msgid "New Supplier Part"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
@@ -1227,7 +1227,7 @@ msgid "Create new purchase order"
 | 
				
			|||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: company/templates/company/purchase_orders.html:16
 | 
					#: company/templates/company/purchase_orders.html:16
 | 
				
			||||||
#: order/templates/order/purchase_orders.html:18
 | 
					#: order/templates/order/purchase_orders.html:19
 | 
				
			||||||
msgid "New Purchase Order"
 | 
					msgid "New Purchase Order"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -1300,31 +1300,36 @@ msgstr ""
 | 
				
			|||||||
msgid "Supplier Part Orders"
 | 
					msgid "Supplier Part Orders"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: company/templates/company/supplier_part_orders.html:17
 | 
				
			||||||
 | 
					#: part/templates/part/orders.html:15
 | 
				
			||||||
 | 
					msgid "Order Part"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: company/templates/company/supplier_part_pricing.html:10
 | 
					#: company/templates/company/supplier_part_pricing.html:10
 | 
				
			||||||
msgid "Pricing Information"
 | 
					msgid "Pricing Information"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: company/templates/company/supplier_part_pricing.html:16 company/views.py:410
 | 
					#: company/templates/company/supplier_part_pricing.html:17 company/views.py:410
 | 
				
			||||||
#: part/templates/part/sale_prices.html:13 part/views.py:2228
 | 
					#: part/templates/part/sale_prices.html:13 part/views.py:2228
 | 
				
			||||||
msgid "Add Price Break"
 | 
					msgid "Add Price Break"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: company/templates/company/supplier_part_pricing.html:34
 | 
					#: company/templates/company/supplier_part_pricing.html:36
 | 
				
			||||||
#: part/templates/part/sale_prices.html:41
 | 
					#: part/templates/part/sale_prices.html:41
 | 
				
			||||||
msgid "No price break information found"
 | 
					msgid "No price break information found"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: company/templates/company/supplier_part_pricing.html:78
 | 
					#: company/templates/company/supplier_part_pricing.html:80
 | 
				
			||||||
#: part/templates/part/sale_prices.html:85 templates/js/bom.js:207
 | 
					#: part/templates/part/sale_prices.html:85 templates/js/bom.js:207
 | 
				
			||||||
msgid "Price"
 | 
					msgid "Price"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: company/templates/company/supplier_part_pricing.html:92
 | 
					#: company/templates/company/supplier_part_pricing.html:94
 | 
				
			||||||
#: part/templates/part/sale_prices.html:99
 | 
					#: part/templates/part/sale_prices.html:99
 | 
				
			||||||
msgid "Edit price break"
 | 
					msgid "Edit price break"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: company/templates/company/supplier_part_pricing.html:93
 | 
					#: company/templates/company/supplier_part_pricing.html:95
 | 
				
			||||||
#: part/templates/part/sale_prices.html:100
 | 
					#: part/templates/part/sale_prices.html:100
 | 
				
			||||||
msgid "Delete price break"
 | 
					msgid "Delete price break"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
@@ -1649,7 +1654,7 @@ msgid "Issued"
 | 
				
			|||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/order_base.html:111
 | 
					#: order/templates/order/order_base.html:111
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:182
 | 
					#: order/templates/order/purchase_order_detail.html:183
 | 
				
			||||||
#: order/templates/order/receive_parts.html:22
 | 
					#: order/templates/order/receive_parts.html:22
 | 
				
			||||||
#: order/templates/order/sales_order_base.html:113
 | 
					#: order/templates/order/sales_order_base.html:113
 | 
				
			||||||
msgid "Received"
 | 
					msgid "Received"
 | 
				
			||||||
@@ -1726,48 +1731,48 @@ msgstr ""
 | 
				
			|||||||
msgid "Attachments"
 | 
					msgid "Attachments"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:16
 | 
					#: order/templates/order/purchase_order_detail.html:17
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:18 order/views.py:1117
 | 
					#: order/templates/order/sales_order_detail.html:19 order/views.py:1117
 | 
				
			||||||
#: order/views.py:1232
 | 
					#: order/views.py:1232
 | 
				
			||||||
msgid "Add Line Item"
 | 
					msgid "Add Line Item"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:20
 | 
					#: order/templates/order/purchase_order_detail.html:21
 | 
				
			||||||
msgid "Purchase Order Items"
 | 
					msgid "Purchase Order Items"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:38
 | 
					#: order/templates/order/purchase_order_detail.html:39
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:118
 | 
					#: order/templates/order/purchase_order_detail.html:119
 | 
				
			||||||
#: part/templates/part/category.html:173 part/templates/part/category.html:215
 | 
					#: part/templates/part/category.html:173 part/templates/part/category.html:215
 | 
				
			||||||
#: templates/js/stock.js:804
 | 
					#: templates/js/stock.js:804
 | 
				
			||||||
msgid "New Location"
 | 
					msgid "New Location"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:39
 | 
					#: order/templates/order/purchase_order_detail.html:40
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:119
 | 
					#: order/templates/order/purchase_order_detail.html:120
 | 
				
			||||||
#: stock/templates/stock/location.html:22
 | 
					#: stock/templates/stock/location.html:22
 | 
				
			||||||
msgid "Create new stock location"
 | 
					msgid "Create new stock location"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:131
 | 
					#: order/templates/order/purchase_order_detail.html:132
 | 
				
			||||||
msgid "No line items found"
 | 
					msgid "No line items found"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:164
 | 
					#: order/templates/order/purchase_order_detail.html:165
 | 
				
			||||||
#: order/templates/order/receive_parts.html:20
 | 
					#: order/templates/order/receive_parts.html:20
 | 
				
			||||||
msgid "Order Code"
 | 
					msgid "Order Code"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:213
 | 
					#: order/templates/order/purchase_order_detail.html:214
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:283
 | 
					#: order/templates/order/sales_order_detail.html:285
 | 
				
			||||||
msgid "Edit line item"
 | 
					msgid "Edit line item"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:214
 | 
					#: order/templates/order/purchase_order_detail.html:215
 | 
				
			||||||
msgid "Delete line item"
 | 
					msgid "Delete line item"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:219
 | 
					#: order/templates/order/purchase_order_detail.html:220
 | 
				
			||||||
msgid "Receive line item"
 | 
					msgid "Receive line item"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -1818,15 +1823,15 @@ msgstr ""
 | 
				
			|||||||
msgid "Sales Order Items"
 | 
					msgid "Sales Order Items"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:225
 | 
					#: order/templates/order/sales_order_detail.html:227
 | 
				
			||||||
msgid "Fulfilled"
 | 
					msgid "Fulfilled"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:280
 | 
					#: order/templates/order/sales_order_detail.html:282
 | 
				
			||||||
msgid "Allocate parts"
 | 
					msgid "Allocate parts"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:284
 | 
					#: order/templates/order/sales_order_detail.html:286
 | 
				
			||||||
msgid "Delete line item "
 | 
					msgid "Delete line item "
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -2415,6 +2420,7 @@ msgid "Edit BOM"
 | 
				
			|||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: part/templates/part/bom.html:53 part/templates/part/params.html:38
 | 
					#: part/templates/part/bom.html:53 part/templates/part/params.html:38
 | 
				
			||||||
 | 
					#: templates/InvenTree/settings/user.html:19
 | 
				
			||||||
msgid "Edit"
 | 
					msgid "Edit"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -2750,10 +2756,6 @@ msgstr ""
 | 
				
			|||||||
msgid "Part Notes"
 | 
					msgid "Part Notes"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: part/templates/part/orders.html:15
 | 
					 | 
				
			||||||
msgid "Order Part"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#: part/templates/part/params.html:8
 | 
					#: part/templates/part/params.html:8
 | 
				
			||||||
msgid "Part Parameters"
 | 
					msgid "Part Parameters"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
@@ -2762,7 +2764,7 @@ msgstr ""
 | 
				
			|||||||
msgid "Add new parameter"
 | 
					msgid "Add new parameter"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: part/templates/part/params.html:15 templates/InvenTree/settings/part.html:27
 | 
					#: part/templates/part/params.html:15 templates/InvenTree/settings/part.html:28
 | 
				
			||||||
msgid "New Parameter"
 | 
					msgid "New Parameter"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -4042,7 +4044,7 @@ msgstr ""
 | 
				
			|||||||
msgid "Currencies"
 | 
					msgid "Currencies"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/InvenTree/settings/currency.html:17
 | 
					#: templates/InvenTree/settings/currency.html:18
 | 
				
			||||||
msgid "New Currency"
 | 
					msgid "New Currency"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -4058,15 +4060,15 @@ msgstr ""
 | 
				
			|||||||
msgid "Part Parameter Templates"
 | 
					msgid "Part Parameter Templates"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/InvenTree/settings/part.html:43
 | 
					#: templates/InvenTree/settings/part.html:45
 | 
				
			||||||
msgid "No part parameter templates found"
 | 
					msgid "No part parameter templates found"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/InvenTree/settings/part.html:63
 | 
					#: templates/InvenTree/settings/part.html:65
 | 
				
			||||||
msgid "Edit Template"
 | 
					msgid "Edit Template"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/InvenTree/settings/part.html:64
 | 
					#: templates/InvenTree/settings/part.html:66
 | 
				
			||||||
msgid "Delete Template"
 | 
					msgid "Delete Template"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -4142,19 +4144,31 @@ msgstr ""
 | 
				
			|||||||
msgid "User Information"
 | 
					msgid "User Information"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/InvenTree/settings/user.html:24
 | 
					#: templates/InvenTree/settings/user.html:18
 | 
				
			||||||
msgid "Username"
 | 
					msgid "Edit User Information"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: templates/InvenTree/settings/user.html:21
 | 
				
			||||||
 | 
					msgid "Change Password"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: templates/InvenTree/settings/user.html:22
 | 
				
			||||||
 | 
					msgid "Set Password"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/InvenTree/settings/user.html:28
 | 
					#: templates/InvenTree/settings/user.html:28
 | 
				
			||||||
msgid "First Name"
 | 
					msgid "Username"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/InvenTree/settings/user.html:32
 | 
					#: templates/InvenTree/settings/user.html:32
 | 
				
			||||||
msgid "Last Name"
 | 
					msgid "First Name"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/InvenTree/settings/user.html:36
 | 
					#: templates/InvenTree/settings/user.html:36
 | 
				
			||||||
 | 
					msgid "Last Name"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: templates/InvenTree/settings/user.html:40
 | 
				
			||||||
msgid "Email Address"
 | 
					msgid "Email Address"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -8,7 +8,7 @@ msgid ""
 | 
				
			|||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
"Project-Id-Version: PACKAGE VERSION\n"
 | 
					"Project-Id-Version: PACKAGE VERSION\n"
 | 
				
			||||||
"Report-Msgid-Bugs-To: \n"
 | 
					"Report-Msgid-Bugs-To: \n"
 | 
				
			||||||
"POT-Creation-Date: 2020-10-28 07:30+0000\n"
 | 
					"POT-Creation-Date: 2020-10-28 11:37+0000\n"
 | 
				
			||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 | 
					"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 | 
				
			||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
					"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
				
			||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
 | 
					"Language-Team: LANGUAGE <LL@li.org>\n"
 | 
				
			||||||
@@ -169,7 +169,7 @@ msgid "Rejected"
 | 
				
			|||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: InvenTree/status_codes.py:223 build/templates/build/allocate.html:358
 | 
					#: InvenTree/status_codes.py:223 build/templates/build/allocate.html:358
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:223
 | 
					#: order/templates/order/sales_order_detail.html:225
 | 
				
			||||||
#: part/templates/part/tabs.html:23 templates/js/build.js:140
 | 
					#: part/templates/part/tabs.html:23 templates/js/build.js:140
 | 
				
			||||||
msgid "Allocated"
 | 
					msgid "Allocated"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
@@ -291,14 +291,14 @@ msgid "Build Order Reference"
 | 
				
			|||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: build/models.py:87 build/templates/build/allocate.html:342
 | 
					#: build/models.py:87 build/templates/build/allocate.html:342
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:172 templates/js/bom.js:154
 | 
					#: order/templates/order/purchase_order_detail.html:173 templates/js/bom.js:154
 | 
				
			||||||
msgid "Reference"
 | 
					msgid "Reference"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: build/models.py:94 build/templates/build/allocate.html:337
 | 
					#: build/models.py:94 build/templates/build/allocate.html:337
 | 
				
			||||||
#: company/templates/company/supplier_part_base.html:61
 | 
					#: company/templates/company/supplier_part_base.html:61
 | 
				
			||||||
#: company/templates/company/supplier_part_detail.html:27
 | 
					#: company/templates/company/supplier_part_detail.html:27
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:159
 | 
					#: order/templates/order/purchase_order_detail.html:160
 | 
				
			||||||
#: part/templates/part/detail.html:51 part/templates/part/set_category.html:14
 | 
					#: part/templates/part/detail.html:51 part/templates/part/set_category.html:14
 | 
				
			||||||
#: templates/InvenTree/search.html:147 templates/js/bom.js:147
 | 
					#: templates/InvenTree/search.html:147 templates/js/bom.js:147
 | 
				
			||||||
#: templates/js/bom.js:486 templates/js/build.js:56 templates/js/company.js:56
 | 
					#: templates/js/bom.js:486 templates/js/build.js:56 templates/js/company.js:56
 | 
				
			||||||
@@ -325,7 +325,7 @@ msgstr ""
 | 
				
			|||||||
#: build/templates/build/build_base.html:78
 | 
					#: build/templates/build/build_base.html:78
 | 
				
			||||||
#: build/templates/build/detail.html:22 order/models.py:501
 | 
					#: build/templates/build/detail.html:22 order/models.py:501
 | 
				
			||||||
#: order/templates/order/order_wizard/select_parts.html:30
 | 
					#: order/templates/order/order_wizard/select_parts.html:30
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:147
 | 
					#: order/templates/order/purchase_order_detail.html:148
 | 
				
			||||||
#: order/templates/order/receive_parts.html:19 part/models.py:293
 | 
					#: order/templates/order/receive_parts.html:19 part/models.py:293
 | 
				
			||||||
#: part/templates/part/part_app_base.html:7
 | 
					#: part/templates/part/part_app_base.html:7
 | 
				
			||||||
#: part/templates/part/set_category.html:13 templates/InvenTree/search.html:133
 | 
					#: part/templates/part/set_category.html:13 templates/InvenTree/search.html:133
 | 
				
			||||||
@@ -396,7 +396,7 @@ msgstr ""
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#: build/models.py:181 build/templates/build/tabs.html:14 company/models.py:314
 | 
					#: build/models.py:181 build/templates/build/tabs.html:14 company/models.py:314
 | 
				
			||||||
#: company/templates/company/tabs.html:33 order/templates/order/po_tabs.html:18
 | 
					#: company/templates/company/tabs.html:33 order/templates/order/po_tabs.html:18
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:202
 | 
					#: order/templates/order/purchase_order_detail.html:203
 | 
				
			||||||
#: order/templates/order/so_tabs.html:23 part/templates/part/tabs.html:70
 | 
					#: order/templates/order/so_tabs.html:23 part/templates/part/tabs.html:70
 | 
				
			||||||
#: stock/forms.py:306 stock/forms.py:338 stock/forms.py:366 stock/models.py:453
 | 
					#: stock/forms.py:306 stock/forms.py:338 stock/forms.py:366 stock/models.py:453
 | 
				
			||||||
#: stock/models.py:1404 stock/templates/stock/tabs.html:26
 | 
					#: stock/models.py:1404 stock/templates/stock/tabs.html:26
 | 
				
			||||||
@@ -470,8 +470,8 @@ msgid "Create new Stock Item"
 | 
				
			|||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: build/templates/build/allocate.html:170
 | 
					#: build/templates/build/allocate.html:170
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:70
 | 
					#: order/templates/order/sales_order_detail.html:72
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:152 stock/models.py:375
 | 
					#: order/templates/order/sales_order_detail.html:154 stock/models.py:375
 | 
				
			||||||
#: stock/templates/stock/item_base.html:178
 | 
					#: stock/templates/stock/item_base.html:178
 | 
				
			||||||
msgid "Serial Number"
 | 
					msgid "Serial Number"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
@@ -480,11 +480,11 @@ msgstr ""
 | 
				
			|||||||
#: build/templates/build/auto_allocate.html:20
 | 
					#: build/templates/build/auto_allocate.html:20
 | 
				
			||||||
#: build/templates/build/build_base.html:83
 | 
					#: build/templates/build/build_base.html:83
 | 
				
			||||||
#: build/templates/build/detail.html:27
 | 
					#: build/templates/build/detail.html:27
 | 
				
			||||||
#: company/templates/company/supplier_part_pricing.html:73
 | 
					#: company/templates/company/supplier_part_pricing.html:75
 | 
				
			||||||
#: order/templates/order/order_wizard/select_parts.html:32
 | 
					#: order/templates/order/order_wizard/select_parts.html:32
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:177
 | 
					#: order/templates/order/purchase_order_detail.html:178
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:72
 | 
					#: order/templates/order/sales_order_detail.html:74
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:154
 | 
					#: order/templates/order/sales_order_detail.html:156
 | 
				
			||||||
#: part/templates/part/allocation.html:16
 | 
					#: part/templates/part/allocation.html:16
 | 
				
			||||||
#: part/templates/part/allocation.html:49
 | 
					#: part/templates/part/allocation.html:49
 | 
				
			||||||
#: part/templates/part/sale_prices.html:80 stock/forms.py:297
 | 
					#: part/templates/part/sale_prices.html:80 stock/forms.py:297
 | 
				
			||||||
@@ -507,12 +507,12 @@ msgid "Location"
 | 
				
			|||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: build/templates/build/allocate.html:210
 | 
					#: build/templates/build/allocate.html:210
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:94 templates/js/build.js:144
 | 
					#: order/templates/order/sales_order_detail.html:96 templates/js/build.js:144
 | 
				
			||||||
msgid "Edit stock allocation"
 | 
					msgid "Edit stock allocation"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: build/templates/build/allocate.html:211
 | 
					#: build/templates/build/allocate.html:211
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:95 templates/js/build.js:145
 | 
					#: order/templates/order/sales_order_detail.html:97 templates/js/build.js:145
 | 
				
			||||||
msgid "Delete stock allocation"
 | 
					msgid "Delete stock allocation"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -530,12 +530,12 @@ msgid "Assigned"
 | 
				
			|||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: build/templates/build/allocate.html:394
 | 
					#: build/templates/build/allocate.html:394
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:273
 | 
					#: order/templates/order/sales_order_detail.html:275
 | 
				
			||||||
msgid "Buy parts"
 | 
					msgid "Buy parts"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: build/templates/build/allocate.html:398
 | 
					#: build/templates/build/allocate.html:398
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:277
 | 
					#: order/templates/order/sales_order_detail.html:279
 | 
				
			||||||
msgid "Build parts"
 | 
					msgid "Build parts"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -720,7 +720,7 @@ msgstr ""
 | 
				
			|||||||
msgid "Completed"
 | 
					msgid "Completed"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: build/templates/build/index.html:24 build/views.py:403
 | 
					#: build/templates/build/index.html:25 build/views.py:403
 | 
				
			||||||
msgid "New Build Order"
 | 
					msgid "New Build Order"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -1130,12 +1130,12 @@ msgid "Supplier Parts"
 | 
				
			|||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: company/templates/company/detail_part.html:17
 | 
					#: company/templates/company/detail_part.html:17
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:68
 | 
					#: order/templates/order/purchase_order_detail.html:69
 | 
				
			||||||
msgid "Create new supplier part"
 | 
					msgid "Create new supplier part"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: company/templates/company/detail_part.html:18
 | 
					#: company/templates/company/detail_part.html:18
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:67
 | 
					#: order/templates/order/purchase_order_detail.html:68
 | 
				
			||||||
#: part/templates/part/supplier.html:14 templates/js/stock.js:798
 | 
					#: part/templates/part/supplier.html:14 templates/js/stock.js:798
 | 
				
			||||||
msgid "New Supplier Part"
 | 
					msgid "New Supplier Part"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
@@ -1227,7 +1227,7 @@ msgid "Create new purchase order"
 | 
				
			|||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: company/templates/company/purchase_orders.html:16
 | 
					#: company/templates/company/purchase_orders.html:16
 | 
				
			||||||
#: order/templates/order/purchase_orders.html:18
 | 
					#: order/templates/order/purchase_orders.html:19
 | 
				
			||||||
msgid "New Purchase Order"
 | 
					msgid "New Purchase Order"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -1300,31 +1300,36 @@ msgstr ""
 | 
				
			|||||||
msgid "Supplier Part Orders"
 | 
					msgid "Supplier Part Orders"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: company/templates/company/supplier_part_orders.html:17
 | 
				
			||||||
 | 
					#: part/templates/part/orders.html:15
 | 
				
			||||||
 | 
					msgid "Order Part"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: company/templates/company/supplier_part_pricing.html:10
 | 
					#: company/templates/company/supplier_part_pricing.html:10
 | 
				
			||||||
msgid "Pricing Information"
 | 
					msgid "Pricing Information"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: company/templates/company/supplier_part_pricing.html:16 company/views.py:410
 | 
					#: company/templates/company/supplier_part_pricing.html:17 company/views.py:410
 | 
				
			||||||
#: part/templates/part/sale_prices.html:13 part/views.py:2228
 | 
					#: part/templates/part/sale_prices.html:13 part/views.py:2228
 | 
				
			||||||
msgid "Add Price Break"
 | 
					msgid "Add Price Break"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: company/templates/company/supplier_part_pricing.html:34
 | 
					#: company/templates/company/supplier_part_pricing.html:36
 | 
				
			||||||
#: part/templates/part/sale_prices.html:41
 | 
					#: part/templates/part/sale_prices.html:41
 | 
				
			||||||
msgid "No price break information found"
 | 
					msgid "No price break information found"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: company/templates/company/supplier_part_pricing.html:78
 | 
					#: company/templates/company/supplier_part_pricing.html:80
 | 
				
			||||||
#: part/templates/part/sale_prices.html:85 templates/js/bom.js:207
 | 
					#: part/templates/part/sale_prices.html:85 templates/js/bom.js:207
 | 
				
			||||||
msgid "Price"
 | 
					msgid "Price"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: company/templates/company/supplier_part_pricing.html:92
 | 
					#: company/templates/company/supplier_part_pricing.html:94
 | 
				
			||||||
#: part/templates/part/sale_prices.html:99
 | 
					#: part/templates/part/sale_prices.html:99
 | 
				
			||||||
msgid "Edit price break"
 | 
					msgid "Edit price break"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: company/templates/company/supplier_part_pricing.html:93
 | 
					#: company/templates/company/supplier_part_pricing.html:95
 | 
				
			||||||
#: part/templates/part/sale_prices.html:100
 | 
					#: part/templates/part/sale_prices.html:100
 | 
				
			||||||
msgid "Delete price break"
 | 
					msgid "Delete price break"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
@@ -1649,7 +1654,7 @@ msgid "Issued"
 | 
				
			|||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/order_base.html:111
 | 
					#: order/templates/order/order_base.html:111
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:182
 | 
					#: order/templates/order/purchase_order_detail.html:183
 | 
				
			||||||
#: order/templates/order/receive_parts.html:22
 | 
					#: order/templates/order/receive_parts.html:22
 | 
				
			||||||
#: order/templates/order/sales_order_base.html:113
 | 
					#: order/templates/order/sales_order_base.html:113
 | 
				
			||||||
msgid "Received"
 | 
					msgid "Received"
 | 
				
			||||||
@@ -1726,48 +1731,48 @@ msgstr ""
 | 
				
			|||||||
msgid "Attachments"
 | 
					msgid "Attachments"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:16
 | 
					#: order/templates/order/purchase_order_detail.html:17
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:18 order/views.py:1117
 | 
					#: order/templates/order/sales_order_detail.html:19 order/views.py:1117
 | 
				
			||||||
#: order/views.py:1232
 | 
					#: order/views.py:1232
 | 
				
			||||||
msgid "Add Line Item"
 | 
					msgid "Add Line Item"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:20
 | 
					#: order/templates/order/purchase_order_detail.html:21
 | 
				
			||||||
msgid "Purchase Order Items"
 | 
					msgid "Purchase Order Items"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:38
 | 
					#: order/templates/order/purchase_order_detail.html:39
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:118
 | 
					#: order/templates/order/purchase_order_detail.html:119
 | 
				
			||||||
#: part/templates/part/category.html:173 part/templates/part/category.html:215
 | 
					#: part/templates/part/category.html:173 part/templates/part/category.html:215
 | 
				
			||||||
#: templates/js/stock.js:804
 | 
					#: templates/js/stock.js:804
 | 
				
			||||||
msgid "New Location"
 | 
					msgid "New Location"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:39
 | 
					#: order/templates/order/purchase_order_detail.html:40
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:119
 | 
					#: order/templates/order/purchase_order_detail.html:120
 | 
				
			||||||
#: stock/templates/stock/location.html:22
 | 
					#: stock/templates/stock/location.html:22
 | 
				
			||||||
msgid "Create new stock location"
 | 
					msgid "Create new stock location"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:131
 | 
					#: order/templates/order/purchase_order_detail.html:132
 | 
				
			||||||
msgid "No line items found"
 | 
					msgid "No line items found"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:164
 | 
					#: order/templates/order/purchase_order_detail.html:165
 | 
				
			||||||
#: order/templates/order/receive_parts.html:20
 | 
					#: order/templates/order/receive_parts.html:20
 | 
				
			||||||
msgid "Order Code"
 | 
					msgid "Order Code"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:213
 | 
					#: order/templates/order/purchase_order_detail.html:214
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:283
 | 
					#: order/templates/order/sales_order_detail.html:285
 | 
				
			||||||
msgid "Edit line item"
 | 
					msgid "Edit line item"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:214
 | 
					#: order/templates/order/purchase_order_detail.html:215
 | 
				
			||||||
msgid "Delete line item"
 | 
					msgid "Delete line item"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/purchase_order_detail.html:219
 | 
					#: order/templates/order/purchase_order_detail.html:220
 | 
				
			||||||
msgid "Receive line item"
 | 
					msgid "Receive line item"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -1818,15 +1823,15 @@ msgstr ""
 | 
				
			|||||||
msgid "Sales Order Items"
 | 
					msgid "Sales Order Items"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:225
 | 
					#: order/templates/order/sales_order_detail.html:227
 | 
				
			||||||
msgid "Fulfilled"
 | 
					msgid "Fulfilled"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:280
 | 
					#: order/templates/order/sales_order_detail.html:282
 | 
				
			||||||
msgid "Allocate parts"
 | 
					msgid "Allocate parts"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: order/templates/order/sales_order_detail.html:284
 | 
					#: order/templates/order/sales_order_detail.html:286
 | 
				
			||||||
msgid "Delete line item "
 | 
					msgid "Delete line item "
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -2415,6 +2420,7 @@ msgid "Edit BOM"
 | 
				
			|||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: part/templates/part/bom.html:53 part/templates/part/params.html:38
 | 
					#: part/templates/part/bom.html:53 part/templates/part/params.html:38
 | 
				
			||||||
 | 
					#: templates/InvenTree/settings/user.html:19
 | 
				
			||||||
msgid "Edit"
 | 
					msgid "Edit"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -2750,10 +2756,6 @@ msgstr ""
 | 
				
			|||||||
msgid "Part Notes"
 | 
					msgid "Part Notes"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: part/templates/part/orders.html:15
 | 
					 | 
				
			||||||
msgid "Order Part"
 | 
					 | 
				
			||||||
msgstr ""
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#: part/templates/part/params.html:8
 | 
					#: part/templates/part/params.html:8
 | 
				
			||||||
msgid "Part Parameters"
 | 
					msgid "Part Parameters"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
@@ -2762,7 +2764,7 @@ msgstr ""
 | 
				
			|||||||
msgid "Add new parameter"
 | 
					msgid "Add new parameter"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: part/templates/part/params.html:15 templates/InvenTree/settings/part.html:27
 | 
					#: part/templates/part/params.html:15 templates/InvenTree/settings/part.html:28
 | 
				
			||||||
msgid "New Parameter"
 | 
					msgid "New Parameter"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -4042,7 +4044,7 @@ msgstr ""
 | 
				
			|||||||
msgid "Currencies"
 | 
					msgid "Currencies"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/InvenTree/settings/currency.html:17
 | 
					#: templates/InvenTree/settings/currency.html:18
 | 
				
			||||||
msgid "New Currency"
 | 
					msgid "New Currency"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -4058,15 +4060,15 @@ msgstr ""
 | 
				
			|||||||
msgid "Part Parameter Templates"
 | 
					msgid "Part Parameter Templates"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/InvenTree/settings/part.html:43
 | 
					#: templates/InvenTree/settings/part.html:45
 | 
				
			||||||
msgid "No part parameter templates found"
 | 
					msgid "No part parameter templates found"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/InvenTree/settings/part.html:63
 | 
					#: templates/InvenTree/settings/part.html:65
 | 
				
			||||||
msgid "Edit Template"
 | 
					msgid "Edit Template"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/InvenTree/settings/part.html:64
 | 
					#: templates/InvenTree/settings/part.html:66
 | 
				
			||||||
msgid "Delete Template"
 | 
					msgid "Delete Template"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -4142,19 +4144,31 @@ msgstr ""
 | 
				
			|||||||
msgid "User Information"
 | 
					msgid "User Information"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/InvenTree/settings/user.html:24
 | 
					#: templates/InvenTree/settings/user.html:18
 | 
				
			||||||
msgid "Username"
 | 
					msgid "Edit User Information"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: templates/InvenTree/settings/user.html:21
 | 
				
			||||||
 | 
					msgid "Change Password"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: templates/InvenTree/settings/user.html:22
 | 
				
			||||||
 | 
					msgid "Set Password"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/InvenTree/settings/user.html:28
 | 
					#: templates/InvenTree/settings/user.html:28
 | 
				
			||||||
msgid "First Name"
 | 
					msgid "Username"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/InvenTree/settings/user.html:32
 | 
					#: templates/InvenTree/settings/user.html:32
 | 
				
			||||||
msgid "Last Name"
 | 
					msgid "First Name"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#: templates/InvenTree/settings/user.html:36
 | 
					#: templates/InvenTree/settings/user.html:36
 | 
				
			||||||
 | 
					msgid "Last Name"
 | 
				
			||||||
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#: templates/InvenTree/settings/user.html:40
 | 
				
			||||||
msgid "Email Address"
 | 
					msgid "Email Address"
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -13,7 +13,8 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
<div id='order-toolbar-buttons' class='btn-group' style='float: right;'>
 | 
					<div id='order-toolbar-buttons' class='btn-group' style='float: right;'>
 | 
				
			||||||
    {% if order.status == PurchaseOrderStatus.PENDING and roles.purchase_order.change %}
 | 
					    {% if order.status == PurchaseOrderStatus.PENDING and roles.purchase_order.change %}
 | 
				
			||||||
    <button type='button' class='btn btn-primary' id='new-po-line'>{% trans "Add Line Item" %}</button>
 | 
					    <button type='button' class='btn btn-primary' id='new-po-line'>
 | 
				
			||||||
 | 
					        <span class='fas fa-plus-circle'></span> {% trans "Add Line Item" %}</button>
 | 
				
			||||||
    {% endif %}
 | 
					    {% endif %}
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -15,7 +15,8 @@ InvenTree | {% trans "Purchase Orders" %}
 | 
				
			|||||||
<div id='table-buttons'>
 | 
					<div id='table-buttons'>
 | 
				
			||||||
    <div class='button-toolbar container-fluid' style='float: right;'>
 | 
					    <div class='button-toolbar container-fluid' style='float: right;'>
 | 
				
			||||||
        {% if roles.purchase_order.add %}
 | 
					        {% if roles.purchase_order.add %}
 | 
				
			||||||
        <button class='btn btn-primary' type='button' id='po-create' title='{% trans "Create new purchase order" %}'>{% trans "New Purchase Order" %}</button>
 | 
					        <button class='btn btn-primary' type='button' id='po-create' title='{% trans "Create new purchase order" %}'>
 | 
				
			||||||
 | 
					            <span class='fas fa-plus-circle'></span> {% trans "New Purchase Order" %}</button>
 | 
				
			||||||
        {% endif %}
 | 
					        {% endif %}
 | 
				
			||||||
        <div class='filter-list' id='filter-list-purchaseorder'>
 | 
					        <div class='filter-list' id='filter-list-purchaseorder'>
 | 
				
			||||||
            <!-- An empty div in which the filter list will be constructed -->
 | 
					            <!-- An empty div in which the filter list will be constructed -->
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -15,7 +15,9 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
{% if roles.sales_order.change %}
 | 
					{% if roles.sales_order.change %}
 | 
				
			||||||
<div id='order-toolbar-buttons' class='btn-group' style='float: right;'>
 | 
					<div id='order-toolbar-buttons' class='btn-group' style='float: right;'>
 | 
				
			||||||
    <button type='button' class='btn btn-default' id='new-so-line'>{% trans "Add Line Item" %}</button>
 | 
					    <button type='button' class='btn btn-success' id='new-so-line'>
 | 
				
			||||||
 | 
					        <span class='fas fa-plus-circle'></span> {% trans "Add Line Item" %}
 | 
				
			||||||
 | 
					    </button>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
{% endif %}
 | 
					{% endif %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -14,7 +14,8 @@
 | 
				
			|||||||
<h4>{% trans "Currencies" %}</h4>
 | 
					<h4>{% trans "Currencies" %}</h4>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<div id='currency-buttons'>
 | 
					<div id='currency-buttons'>
 | 
				
			||||||
    <button class='btn btn-success' id='new-currency'>{% trans "New Currency" %}</button>
 | 
					    <button class='btn btn-success' id='new-currency'>
 | 
				
			||||||
 | 
					        <span class='fas fa-plus-circle'></span> {% trans "New Currency" %}</button>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<table class='table table-striped table-condensed' id='currency-table' data-toolbar='#currency-buttons'>
 | 
					<table class='table table-striped table-condensed' id='currency-table' data-toolbar='#currency-buttons'>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -24,7 +24,9 @@
 | 
				
			|||||||
<h4>{% trans "Part Parameter Templates" %}</h4>
 | 
					<h4>{% trans "Part Parameter Templates" %}</h4>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<div id='param-buttons'>
 | 
					<div id='param-buttons'>
 | 
				
			||||||
    <button class='btn btn-success' id='new-param'>{% trans "New Parameter" %}</button>
 | 
					    <button class='btn btn-success' id='new-param'>
 | 
				
			||||||
 | 
					        <span class='fas fa-plus-circle'></span> {% trans "New Parameter" %}
 | 
				
			||||||
 | 
					    </button>
 | 
				
			||||||
</div>
 | 
					</div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<table class='table table-striped table-condensed' id='param-table' data-toolbar='#param-buttons'>
 | 
					<table class='table table-striped table-condensed' id='param-table' data-toolbar='#param-buttons'>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -15,8 +15,12 @@
 | 
				
			|||||||
<div class='container'>
 | 
					<div class='container'>
 | 
				
			||||||
    <h4>{% trans "User Information" %}</h4>
 | 
					    <h4>{% trans "User Information" %}</h4>
 | 
				
			||||||
    <div class='btn-group' style='float: right;'>
 | 
					    <div class='btn-group' style='float: right;'>
 | 
				
			||||||
        <div class='btn btn-primary' type='button' id='edit-user' title='Edit User Information'>Edit</div>
 | 
					        <div class='btn btn-primary' type='button' id='edit-user' title='{% trans "Edit User Information" %}'>
 | 
				
			||||||
        <div class='btn btn-primary' type='button' id='edit-password' title='Change Password'>Set Password</div>
 | 
					            <span class='fas fa-user-cog'></span> {% trans "Edit" %}
 | 
				
			||||||
 | 
					        </div>
 | 
				
			||||||
 | 
					        <div class='btn btn-primary' type='button' id='edit-password' title='{% trans "Change Password" %}'>
 | 
				
			||||||
 | 
					            <span class='fas fa-key'></span> {% trans "Set Password" %}
 | 
				
			||||||
 | 
					        </div>
 | 
				
			||||||
    </div>
 | 
					    </div>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    <table class='table table-striped table-condensed'>
 | 
					    <table class='table table-striped table-condensed'>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user