diff --git a/InvenTree/locale/de/LC_MESSAGES/django.po b/InvenTree/locale/de/LC_MESSAGES/django.po index 45941e3e41..7fa65a69f7 100644 --- a/InvenTree/locale/de/LC_MESSAGES/django.po +++ b/InvenTree/locale/de/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-17 07:02+0000\n" +"POT-Creation-Date: 2021-06-17 12:37+0000\n" "PO-Revision-Date: 2021-06-17 00:51\n" "Last-Translator: \n" "Language-Team: German\n" @@ -476,7 +476,7 @@ msgstr "Zieldatum für Bauauftrag-Fertigstellung." #: part/forms.py:372 part/forms.py:388 part/models.py:2270 #: part/templates/part/allocation.html:19 #: part/templates/part/allocation.html:53 -#: part/templates/part/order_prices.html:175 +#: part/templates/part/order_prices.html:186 #: part/templates/part/part_pricing.html:13 #: part/templates/part/sale_prices.html:85 #: report/templates/report/inventree_build_order_base.html:114 @@ -2898,7 +2898,7 @@ msgid "Where does the Purchaser want this item to be stored?" msgstr "Wo wird dieses Teil normalerweise gelagert?" #: order/models.py:724 part/templates/part/navbar.html:101 -#: part/templates/part/order_prices.html:82 +#: part/templates/part/order_prices.html:91 #: part/templates/part/part_pricing.html:78 msgid "Sale Price" msgstr "Verkaufspreis" @@ -4570,78 +4570,83 @@ msgstr "Verknüpfte Teile" msgid "Part Notes" msgstr "Teil-Bemerkungen" -#: part/templates/part/order_prices.html:21 +#: part/templates/part/order_prices.html:23 +#: part/templates/part/part_base.html:265 +msgid "Calculate" +msgstr "Berechnen" + +#: part/templates/part/order_prices.html:30 msgid "Pricing ranges" msgstr "Preisspannen" -#: part/templates/part/order_prices.html:26 +#: part/templates/part/order_prices.html:35 #: part/templates/part/part_pricing.html:19 msgid "Supplier Pricing" msgstr "Zulieferer-Preise" -#: part/templates/part/order_prices.html:27 -#: part/templates/part/order_prices.html:52 -#: part/templates/part/order_prices.html:83 +#: part/templates/part/order_prices.html:36 +#: part/templates/part/order_prices.html:61 +#: part/templates/part/order_prices.html:92 #: part/templates/part/part_pricing.html:23 #: part/templates/part/part_pricing.html:49 #: part/templates/part/part_pricing.html:81 msgid "Unit Cost" msgstr "Stückpreis" -#: part/templates/part/order_prices.html:34 -#: part/templates/part/order_prices.html:59 -#: part/templates/part/order_prices.html:88 +#: part/templates/part/order_prices.html:43 +#: part/templates/part/order_prices.html:68 +#: part/templates/part/order_prices.html:97 #: part/templates/part/part_pricing.html:29 #: part/templates/part/part_pricing.html:55 #: part/templates/part/part_pricing.html:85 msgid "Total Cost" msgstr "Gesamtkosten" -#: part/templates/part/order_prices.html:42 +#: part/templates/part/order_prices.html:51 #: part/templates/part/part_pricing.html:37 msgid "No supplier pricing available" msgstr "Keine Zulieferer-Preise verfügbar" -#: part/templates/part/order_prices.html:51 -#: part/templates/part/order_prices.html:103 +#: part/templates/part/order_prices.html:60 +#: part/templates/part/order_prices.html:112 #: part/templates/part/part_pricing.html:45 msgid "BOM Pricing" msgstr "Stücklistenpreise" -#: part/templates/part/order_prices.html:67 +#: part/templates/part/order_prices.html:76 #: part/templates/part/part_pricing.html:63 msgid "Note: BOM pricing is incomplete for this part" msgstr "Anmerkung: Stücklistenbepreisung für dieses Teil ist unvollständig" -#: part/templates/part/order_prices.html:74 +#: part/templates/part/order_prices.html:83 #: part/templates/part/part_pricing.html:70 msgid "No BOM pricing available" msgstr "Keine Stücklisten-Preise verfügbar" -#: part/templates/part/order_prices.html:97 +#: part/templates/part/order_prices.html:106 #: part/templates/part/part_pricing.html:94 msgid "No pricing information is available for this part." msgstr "Keine Preise für dieses Teil verfügbar" -#: part/templates/part/order_prices.html:113 +#: part/templates/part/order_prices.html:122 msgid "Stock Pricing" msgstr "Bestandspreise" -#: part/templates/part/order_prices.html:121 +#: part/templates/part/order_prices.html:130 msgid "No stock pricing history is available for this part." msgstr "Für dieses Teil sind keine Bestandspreise verfügbar." -#: part/templates/part/order_prices.html:140 +#: part/templates/part/order_prices.html:149 #, python-format msgid "Single Price - %(currency)s" msgstr "Einzelpreis - %(currency)s" -#: part/templates/part/order_prices.html:152 +#: part/templates/part/order_prices.html:161 #, python-format msgid "Single Price Difference - %(currency)s" msgstr "Einzelpreisdifferenz - %(currency)s" -#: part/templates/part/order_prices.html:163 +#: part/templates/part/order_prices.html:173 #, python-format msgid "Part Single Price - %(currency)s" msgstr "Einzelpreis für Zuliefererteil- %(currency)s" @@ -4764,10 +4769,6 @@ msgstr "Herstellbar" msgid "Building" msgstr "Im Bau" -#: part/templates/part/part_base.html:265 -msgid "Calculate" -msgstr "Berechnen" - #: part/templates/part/part_tests.html:17 msgid "Add Test Template" msgstr "Test Vorlage hinzufügen" diff --git a/InvenTree/locale/en/LC_MESSAGES/django.po b/InvenTree/locale/en/LC_MESSAGES/django.po index 1ecfe858c2..787303647e 100644 --- a/InvenTree/locale/en/LC_MESSAGES/django.po +++ b/InvenTree/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-17 07:02+0000\n" +"POT-Creation-Date: 2021-06-17 12:37+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -477,7 +477,7 @@ msgstr "" #: part/forms.py:372 part/forms.py:388 part/models.py:2270 #: part/templates/part/allocation.html:19 #: part/templates/part/allocation.html:53 -#: part/templates/part/order_prices.html:175 +#: part/templates/part/order_prices.html:186 #: part/templates/part/part_pricing.html:13 #: part/templates/part/sale_prices.html:85 #: report/templates/report/inventree_build_order_base.html:114 @@ -2895,7 +2895,7 @@ msgid "Where does the Purchaser want this item to be stored?" msgstr "" #: order/models.py:724 part/templates/part/navbar.html:101 -#: part/templates/part/order_prices.html:82 +#: part/templates/part/order_prices.html:91 #: part/templates/part/part_pricing.html:78 msgid "Sale Price" msgstr "" @@ -4567,78 +4567,83 @@ msgstr "" msgid "Part Notes" msgstr "" -#: part/templates/part/order_prices.html:21 +#: part/templates/part/order_prices.html:23 +#: part/templates/part/part_base.html:265 +msgid "Calculate" +msgstr "" + +#: part/templates/part/order_prices.html:30 msgid "Pricing ranges" msgstr "" -#: part/templates/part/order_prices.html:26 +#: part/templates/part/order_prices.html:35 #: part/templates/part/part_pricing.html:19 msgid "Supplier Pricing" msgstr "" -#: part/templates/part/order_prices.html:27 -#: part/templates/part/order_prices.html:52 -#: part/templates/part/order_prices.html:83 +#: part/templates/part/order_prices.html:36 +#: part/templates/part/order_prices.html:61 +#: part/templates/part/order_prices.html:92 #: part/templates/part/part_pricing.html:23 #: part/templates/part/part_pricing.html:49 #: part/templates/part/part_pricing.html:81 msgid "Unit Cost" msgstr "" -#: part/templates/part/order_prices.html:34 -#: part/templates/part/order_prices.html:59 -#: part/templates/part/order_prices.html:88 +#: part/templates/part/order_prices.html:43 +#: part/templates/part/order_prices.html:68 +#: part/templates/part/order_prices.html:97 #: part/templates/part/part_pricing.html:29 #: part/templates/part/part_pricing.html:55 #: part/templates/part/part_pricing.html:85 msgid "Total Cost" msgstr "" -#: part/templates/part/order_prices.html:42 +#: part/templates/part/order_prices.html:51 #: part/templates/part/part_pricing.html:37 msgid "No supplier pricing available" msgstr "" -#: part/templates/part/order_prices.html:51 -#: part/templates/part/order_prices.html:103 +#: part/templates/part/order_prices.html:60 +#: part/templates/part/order_prices.html:112 #: part/templates/part/part_pricing.html:45 msgid "BOM Pricing" msgstr "" -#: part/templates/part/order_prices.html:67 +#: part/templates/part/order_prices.html:76 #: part/templates/part/part_pricing.html:63 msgid "Note: BOM pricing is incomplete for this part" msgstr "" -#: part/templates/part/order_prices.html:74 +#: part/templates/part/order_prices.html:83 #: part/templates/part/part_pricing.html:70 msgid "No BOM pricing available" msgstr "" -#: part/templates/part/order_prices.html:97 +#: part/templates/part/order_prices.html:106 #: part/templates/part/part_pricing.html:94 msgid "No pricing information is available for this part." msgstr "" -#: part/templates/part/order_prices.html:113 +#: part/templates/part/order_prices.html:122 msgid "Stock Pricing" msgstr "" -#: part/templates/part/order_prices.html:121 +#: part/templates/part/order_prices.html:130 msgid "No stock pricing history is available for this part." msgstr "" -#: part/templates/part/order_prices.html:140 +#: part/templates/part/order_prices.html:149 #, python-format msgid "Single Price - %(currency)s" msgstr "" -#: part/templates/part/order_prices.html:152 +#: part/templates/part/order_prices.html:161 #, python-format msgid "Single Price Difference - %(currency)s" msgstr "" -#: part/templates/part/order_prices.html:163 +#: part/templates/part/order_prices.html:173 #, python-format msgid "Part Single Price - %(currency)s" msgstr "" @@ -4761,10 +4766,6 @@ msgstr "" msgid "Building" msgstr "" -#: part/templates/part/part_base.html:265 -msgid "Calculate" -msgstr "" - #: part/templates/part/part_tests.html:17 msgid "Add Test Template" msgstr "" diff --git a/InvenTree/locale/es/LC_MESSAGES/django.po b/InvenTree/locale/es/LC_MESSAGES/django.po index 81dd2943d8..2c5ac734f2 100644 --- a/InvenTree/locale/es/LC_MESSAGES/django.po +++ b/InvenTree/locale/es/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-17 07:02+0000\n" +"POT-Creation-Date: 2021-06-17 12:37+0000\n" "PO-Revision-Date: 2021-06-17 00:51\n" "Last-Translator: \n" "Language-Team: Spanish\n" @@ -476,7 +476,7 @@ msgstr "" #: part/forms.py:372 part/forms.py:388 part/models.py:2270 #: part/templates/part/allocation.html:19 #: part/templates/part/allocation.html:53 -#: part/templates/part/order_prices.html:175 +#: part/templates/part/order_prices.html:186 #: part/templates/part/part_pricing.html:13 #: part/templates/part/sale_prices.html:85 #: report/templates/report/inventree_build_order_base.html:114 @@ -2894,7 +2894,7 @@ msgid "Where does the Purchaser want this item to be stored?" msgstr "" #: order/models.py:724 part/templates/part/navbar.html:101 -#: part/templates/part/order_prices.html:82 +#: part/templates/part/order_prices.html:91 #: part/templates/part/part_pricing.html:78 msgid "Sale Price" msgstr "" @@ -4566,78 +4566,83 @@ msgstr "" msgid "Part Notes" msgstr "" -#: part/templates/part/order_prices.html:21 +#: part/templates/part/order_prices.html:23 +#: part/templates/part/part_base.html:265 +msgid "Calculate" +msgstr "" + +#: part/templates/part/order_prices.html:30 msgid "Pricing ranges" msgstr "" -#: part/templates/part/order_prices.html:26 +#: part/templates/part/order_prices.html:35 #: part/templates/part/part_pricing.html:19 msgid "Supplier Pricing" msgstr "" -#: part/templates/part/order_prices.html:27 -#: part/templates/part/order_prices.html:52 -#: part/templates/part/order_prices.html:83 +#: part/templates/part/order_prices.html:36 +#: part/templates/part/order_prices.html:61 +#: part/templates/part/order_prices.html:92 #: part/templates/part/part_pricing.html:23 #: part/templates/part/part_pricing.html:49 #: part/templates/part/part_pricing.html:81 msgid "Unit Cost" msgstr "" -#: part/templates/part/order_prices.html:34 -#: part/templates/part/order_prices.html:59 -#: part/templates/part/order_prices.html:88 +#: part/templates/part/order_prices.html:43 +#: part/templates/part/order_prices.html:68 +#: part/templates/part/order_prices.html:97 #: part/templates/part/part_pricing.html:29 #: part/templates/part/part_pricing.html:55 #: part/templates/part/part_pricing.html:85 msgid "Total Cost" msgstr "" -#: part/templates/part/order_prices.html:42 +#: part/templates/part/order_prices.html:51 #: part/templates/part/part_pricing.html:37 msgid "No supplier pricing available" msgstr "" -#: part/templates/part/order_prices.html:51 -#: part/templates/part/order_prices.html:103 +#: part/templates/part/order_prices.html:60 +#: part/templates/part/order_prices.html:112 #: part/templates/part/part_pricing.html:45 msgid "BOM Pricing" msgstr "" -#: part/templates/part/order_prices.html:67 +#: part/templates/part/order_prices.html:76 #: part/templates/part/part_pricing.html:63 msgid "Note: BOM pricing is incomplete for this part" msgstr "" -#: part/templates/part/order_prices.html:74 +#: part/templates/part/order_prices.html:83 #: part/templates/part/part_pricing.html:70 msgid "No BOM pricing available" msgstr "" -#: part/templates/part/order_prices.html:97 +#: part/templates/part/order_prices.html:106 #: part/templates/part/part_pricing.html:94 msgid "No pricing information is available for this part." msgstr "" -#: part/templates/part/order_prices.html:113 +#: part/templates/part/order_prices.html:122 msgid "Stock Pricing" msgstr "" -#: part/templates/part/order_prices.html:121 +#: part/templates/part/order_prices.html:130 msgid "No stock pricing history is available for this part." msgstr "" -#: part/templates/part/order_prices.html:140 +#: part/templates/part/order_prices.html:149 #, python-format msgid "Single Price - %(currency)s" msgstr "" -#: part/templates/part/order_prices.html:152 +#: part/templates/part/order_prices.html:161 #, python-format msgid "Single Price Difference - %(currency)s" msgstr "" -#: part/templates/part/order_prices.html:163 +#: part/templates/part/order_prices.html:173 #, python-format msgid "Part Single Price - %(currency)s" msgstr "" @@ -4760,10 +4765,6 @@ msgstr "" msgid "Building" msgstr "" -#: part/templates/part/part_base.html:265 -msgid "Calculate" -msgstr "" - #: part/templates/part/part_tests.html:17 msgid "Add Test Template" msgstr "" diff --git a/InvenTree/locale/fr/LC_MESSAGES/django.po b/InvenTree/locale/fr/LC_MESSAGES/django.po index 5ce6fe5952..56ccb648db 100644 --- a/InvenTree/locale/fr/LC_MESSAGES/django.po +++ b/InvenTree/locale/fr/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-17 07:02+0000\n" +"POT-Creation-Date: 2021-06-17 12:37+0000\n" "PO-Revision-Date: 2021-06-17 00:51\n" "Last-Translator: \n" "Language-Team: French\n" @@ -476,7 +476,7 @@ msgstr "" #: part/forms.py:372 part/forms.py:388 part/models.py:2270 #: part/templates/part/allocation.html:19 #: part/templates/part/allocation.html:53 -#: part/templates/part/order_prices.html:175 +#: part/templates/part/order_prices.html:186 #: part/templates/part/part_pricing.html:13 #: part/templates/part/sale_prices.html:85 #: report/templates/report/inventree_build_order_base.html:114 @@ -2894,7 +2894,7 @@ msgid "Where does the Purchaser want this item to be stored?" msgstr "" #: order/models.py:724 part/templates/part/navbar.html:101 -#: part/templates/part/order_prices.html:82 +#: part/templates/part/order_prices.html:91 #: part/templates/part/part_pricing.html:78 msgid "Sale Price" msgstr "" @@ -4566,78 +4566,83 @@ msgstr "" msgid "Part Notes" msgstr "" -#: part/templates/part/order_prices.html:21 +#: part/templates/part/order_prices.html:23 +#: part/templates/part/part_base.html:265 +msgid "Calculate" +msgstr "" + +#: part/templates/part/order_prices.html:30 msgid "Pricing ranges" msgstr "" -#: part/templates/part/order_prices.html:26 +#: part/templates/part/order_prices.html:35 #: part/templates/part/part_pricing.html:19 msgid "Supplier Pricing" msgstr "" -#: part/templates/part/order_prices.html:27 -#: part/templates/part/order_prices.html:52 -#: part/templates/part/order_prices.html:83 +#: part/templates/part/order_prices.html:36 +#: part/templates/part/order_prices.html:61 +#: part/templates/part/order_prices.html:92 #: part/templates/part/part_pricing.html:23 #: part/templates/part/part_pricing.html:49 #: part/templates/part/part_pricing.html:81 msgid "Unit Cost" msgstr "" -#: part/templates/part/order_prices.html:34 -#: part/templates/part/order_prices.html:59 -#: part/templates/part/order_prices.html:88 +#: part/templates/part/order_prices.html:43 +#: part/templates/part/order_prices.html:68 +#: part/templates/part/order_prices.html:97 #: part/templates/part/part_pricing.html:29 #: part/templates/part/part_pricing.html:55 #: part/templates/part/part_pricing.html:85 msgid "Total Cost" msgstr "" -#: part/templates/part/order_prices.html:42 +#: part/templates/part/order_prices.html:51 #: part/templates/part/part_pricing.html:37 msgid "No supplier pricing available" msgstr "" -#: part/templates/part/order_prices.html:51 -#: part/templates/part/order_prices.html:103 +#: part/templates/part/order_prices.html:60 +#: part/templates/part/order_prices.html:112 #: part/templates/part/part_pricing.html:45 msgid "BOM Pricing" msgstr "" -#: part/templates/part/order_prices.html:67 +#: part/templates/part/order_prices.html:76 #: part/templates/part/part_pricing.html:63 msgid "Note: BOM pricing is incomplete for this part" msgstr "" -#: part/templates/part/order_prices.html:74 +#: part/templates/part/order_prices.html:83 #: part/templates/part/part_pricing.html:70 msgid "No BOM pricing available" msgstr "" -#: part/templates/part/order_prices.html:97 +#: part/templates/part/order_prices.html:106 #: part/templates/part/part_pricing.html:94 msgid "No pricing information is available for this part." msgstr "" -#: part/templates/part/order_prices.html:113 +#: part/templates/part/order_prices.html:122 msgid "Stock Pricing" msgstr "" -#: part/templates/part/order_prices.html:121 +#: part/templates/part/order_prices.html:130 msgid "No stock pricing history is available for this part." msgstr "" -#: part/templates/part/order_prices.html:140 +#: part/templates/part/order_prices.html:149 #, python-format msgid "Single Price - %(currency)s" msgstr "" -#: part/templates/part/order_prices.html:152 +#: part/templates/part/order_prices.html:161 #, python-format msgid "Single Price Difference - %(currency)s" msgstr "" -#: part/templates/part/order_prices.html:163 +#: part/templates/part/order_prices.html:173 #, python-format msgid "Part Single Price - %(currency)s" msgstr "" @@ -4760,10 +4765,6 @@ msgstr "" msgid "Building" msgstr "" -#: part/templates/part/part_base.html:265 -msgid "Calculate" -msgstr "" - #: part/templates/part/part_tests.html:17 msgid "Add Test Template" msgstr "" diff --git a/InvenTree/locale/it/LC_MESSAGES/django.po b/InvenTree/locale/it/LC_MESSAGES/django.po index 7133ae30fe..be7cbb9adf 100644 --- a/InvenTree/locale/it/LC_MESSAGES/django.po +++ b/InvenTree/locale/it/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-17 07:02+0000\n" +"POT-Creation-Date: 2021-06-17 12:37+0000\n" "PO-Revision-Date: 2021-06-17 00:51\n" "Last-Translator: \n" "Language-Team: Italian\n" @@ -476,7 +476,7 @@ msgstr "" #: part/forms.py:372 part/forms.py:388 part/models.py:2270 #: part/templates/part/allocation.html:19 #: part/templates/part/allocation.html:53 -#: part/templates/part/order_prices.html:175 +#: part/templates/part/order_prices.html:186 #: part/templates/part/part_pricing.html:13 #: part/templates/part/sale_prices.html:85 #: report/templates/report/inventree_build_order_base.html:114 @@ -2894,7 +2894,7 @@ msgid "Where does the Purchaser want this item to be stored?" msgstr "" #: order/models.py:724 part/templates/part/navbar.html:101 -#: part/templates/part/order_prices.html:82 +#: part/templates/part/order_prices.html:91 #: part/templates/part/part_pricing.html:78 msgid "Sale Price" msgstr "" @@ -4566,78 +4566,83 @@ msgstr "" msgid "Part Notes" msgstr "" -#: part/templates/part/order_prices.html:21 +#: part/templates/part/order_prices.html:23 +#: part/templates/part/part_base.html:265 +msgid "Calculate" +msgstr "" + +#: part/templates/part/order_prices.html:30 msgid "Pricing ranges" msgstr "" -#: part/templates/part/order_prices.html:26 +#: part/templates/part/order_prices.html:35 #: part/templates/part/part_pricing.html:19 msgid "Supplier Pricing" msgstr "" -#: part/templates/part/order_prices.html:27 -#: part/templates/part/order_prices.html:52 -#: part/templates/part/order_prices.html:83 +#: part/templates/part/order_prices.html:36 +#: part/templates/part/order_prices.html:61 +#: part/templates/part/order_prices.html:92 #: part/templates/part/part_pricing.html:23 #: part/templates/part/part_pricing.html:49 #: part/templates/part/part_pricing.html:81 msgid "Unit Cost" msgstr "" -#: part/templates/part/order_prices.html:34 -#: part/templates/part/order_prices.html:59 -#: part/templates/part/order_prices.html:88 +#: part/templates/part/order_prices.html:43 +#: part/templates/part/order_prices.html:68 +#: part/templates/part/order_prices.html:97 #: part/templates/part/part_pricing.html:29 #: part/templates/part/part_pricing.html:55 #: part/templates/part/part_pricing.html:85 msgid "Total Cost" msgstr "" -#: part/templates/part/order_prices.html:42 +#: part/templates/part/order_prices.html:51 #: part/templates/part/part_pricing.html:37 msgid "No supplier pricing available" msgstr "" -#: part/templates/part/order_prices.html:51 -#: part/templates/part/order_prices.html:103 +#: part/templates/part/order_prices.html:60 +#: part/templates/part/order_prices.html:112 #: part/templates/part/part_pricing.html:45 msgid "BOM Pricing" msgstr "" -#: part/templates/part/order_prices.html:67 +#: part/templates/part/order_prices.html:76 #: part/templates/part/part_pricing.html:63 msgid "Note: BOM pricing is incomplete for this part" msgstr "" -#: part/templates/part/order_prices.html:74 +#: part/templates/part/order_prices.html:83 #: part/templates/part/part_pricing.html:70 msgid "No BOM pricing available" msgstr "" -#: part/templates/part/order_prices.html:97 +#: part/templates/part/order_prices.html:106 #: part/templates/part/part_pricing.html:94 msgid "No pricing information is available for this part." msgstr "" -#: part/templates/part/order_prices.html:113 +#: part/templates/part/order_prices.html:122 msgid "Stock Pricing" msgstr "" -#: part/templates/part/order_prices.html:121 +#: part/templates/part/order_prices.html:130 msgid "No stock pricing history is available for this part." msgstr "" -#: part/templates/part/order_prices.html:140 +#: part/templates/part/order_prices.html:149 #, python-format msgid "Single Price - %(currency)s" msgstr "" -#: part/templates/part/order_prices.html:152 +#: part/templates/part/order_prices.html:161 #, python-format msgid "Single Price Difference - %(currency)s" msgstr "" -#: part/templates/part/order_prices.html:163 +#: part/templates/part/order_prices.html:173 #, python-format msgid "Part Single Price - %(currency)s" msgstr "" @@ -4760,10 +4765,6 @@ msgstr "" msgid "Building" msgstr "" -#: part/templates/part/part_base.html:265 -msgid "Calculate" -msgstr "" - #: part/templates/part/part_tests.html:17 msgid "Add Test Template" msgstr "" diff --git a/InvenTree/locale/ja/LC_MESSAGES/django.po b/InvenTree/locale/ja/LC_MESSAGES/django.po index acc3c62e57..e4a434a41c 100644 --- a/InvenTree/locale/ja/LC_MESSAGES/django.po +++ b/InvenTree/locale/ja/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-17 07:02+0000\n" +"POT-Creation-Date: 2021-06-17 12:37+0000\n" "PO-Revision-Date: 2021-06-17 00:51\n" "Last-Translator: \n" "Language-Team: Japanese\n" @@ -476,7 +476,7 @@ msgstr "" #: part/forms.py:372 part/forms.py:388 part/models.py:2270 #: part/templates/part/allocation.html:19 #: part/templates/part/allocation.html:53 -#: part/templates/part/order_prices.html:175 +#: part/templates/part/order_prices.html:186 #: part/templates/part/part_pricing.html:13 #: part/templates/part/sale_prices.html:85 #: report/templates/report/inventree_build_order_base.html:114 @@ -2894,7 +2894,7 @@ msgid "Where does the Purchaser want this item to be stored?" msgstr "" #: order/models.py:724 part/templates/part/navbar.html:101 -#: part/templates/part/order_prices.html:82 +#: part/templates/part/order_prices.html:91 #: part/templates/part/part_pricing.html:78 msgid "Sale Price" msgstr "" @@ -4566,78 +4566,83 @@ msgstr "" msgid "Part Notes" msgstr "" -#: part/templates/part/order_prices.html:21 +#: part/templates/part/order_prices.html:23 +#: part/templates/part/part_base.html:265 +msgid "Calculate" +msgstr "" + +#: part/templates/part/order_prices.html:30 msgid "Pricing ranges" msgstr "" -#: part/templates/part/order_prices.html:26 +#: part/templates/part/order_prices.html:35 #: part/templates/part/part_pricing.html:19 msgid "Supplier Pricing" msgstr "" -#: part/templates/part/order_prices.html:27 -#: part/templates/part/order_prices.html:52 -#: part/templates/part/order_prices.html:83 +#: part/templates/part/order_prices.html:36 +#: part/templates/part/order_prices.html:61 +#: part/templates/part/order_prices.html:92 #: part/templates/part/part_pricing.html:23 #: part/templates/part/part_pricing.html:49 #: part/templates/part/part_pricing.html:81 msgid "Unit Cost" msgstr "" -#: part/templates/part/order_prices.html:34 -#: part/templates/part/order_prices.html:59 -#: part/templates/part/order_prices.html:88 +#: part/templates/part/order_prices.html:43 +#: part/templates/part/order_prices.html:68 +#: part/templates/part/order_prices.html:97 #: part/templates/part/part_pricing.html:29 #: part/templates/part/part_pricing.html:55 #: part/templates/part/part_pricing.html:85 msgid "Total Cost" msgstr "" -#: part/templates/part/order_prices.html:42 +#: part/templates/part/order_prices.html:51 #: part/templates/part/part_pricing.html:37 msgid "No supplier pricing available" msgstr "" -#: part/templates/part/order_prices.html:51 -#: part/templates/part/order_prices.html:103 +#: part/templates/part/order_prices.html:60 +#: part/templates/part/order_prices.html:112 #: part/templates/part/part_pricing.html:45 msgid "BOM Pricing" msgstr "" -#: part/templates/part/order_prices.html:67 +#: part/templates/part/order_prices.html:76 #: part/templates/part/part_pricing.html:63 msgid "Note: BOM pricing is incomplete for this part" msgstr "" -#: part/templates/part/order_prices.html:74 +#: part/templates/part/order_prices.html:83 #: part/templates/part/part_pricing.html:70 msgid "No BOM pricing available" msgstr "" -#: part/templates/part/order_prices.html:97 +#: part/templates/part/order_prices.html:106 #: part/templates/part/part_pricing.html:94 msgid "No pricing information is available for this part." msgstr "" -#: part/templates/part/order_prices.html:113 +#: part/templates/part/order_prices.html:122 msgid "Stock Pricing" msgstr "" -#: part/templates/part/order_prices.html:121 +#: part/templates/part/order_prices.html:130 msgid "No stock pricing history is available for this part." msgstr "" -#: part/templates/part/order_prices.html:140 +#: part/templates/part/order_prices.html:149 #, python-format msgid "Single Price - %(currency)s" msgstr "" -#: part/templates/part/order_prices.html:152 +#: part/templates/part/order_prices.html:161 #, python-format msgid "Single Price Difference - %(currency)s" msgstr "" -#: part/templates/part/order_prices.html:163 +#: part/templates/part/order_prices.html:173 #, python-format msgid "Part Single Price - %(currency)s" msgstr "" @@ -4760,10 +4765,6 @@ msgstr "" msgid "Building" msgstr "" -#: part/templates/part/part_base.html:265 -msgid "Calculate" -msgstr "" - #: part/templates/part/part_tests.html:17 msgid "Add Test Template" msgstr "" diff --git a/InvenTree/locale/pl/LC_MESSAGES/django.po b/InvenTree/locale/pl/LC_MESSAGES/django.po index d91bf7e4a1..fc447bce9f 100644 --- a/InvenTree/locale/pl/LC_MESSAGES/django.po +++ b/InvenTree/locale/pl/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-17 07:02+0000\n" +"POT-Creation-Date: 2021-06-17 12:37+0000\n" "PO-Revision-Date: 2021-06-17 00:51\n" "Last-Translator: \n" "Language-Team: Polish\n" @@ -476,7 +476,7 @@ msgstr "" #: part/forms.py:372 part/forms.py:388 part/models.py:2270 #: part/templates/part/allocation.html:19 #: part/templates/part/allocation.html:53 -#: part/templates/part/order_prices.html:175 +#: part/templates/part/order_prices.html:186 #: part/templates/part/part_pricing.html:13 #: part/templates/part/sale_prices.html:85 #: report/templates/report/inventree_build_order_base.html:114 @@ -2894,7 +2894,7 @@ msgid "Where does the Purchaser want this item to be stored?" msgstr "" #: order/models.py:724 part/templates/part/navbar.html:101 -#: part/templates/part/order_prices.html:82 +#: part/templates/part/order_prices.html:91 #: part/templates/part/part_pricing.html:78 msgid "Sale Price" msgstr "Cena sprzedaży" @@ -4566,78 +4566,83 @@ msgstr "" msgid "Part Notes" msgstr "" -#: part/templates/part/order_prices.html:21 +#: part/templates/part/order_prices.html:23 +#: part/templates/part/part_base.html:265 +msgid "Calculate" +msgstr "" + +#: part/templates/part/order_prices.html:30 msgid "Pricing ranges" msgstr "" -#: part/templates/part/order_prices.html:26 +#: part/templates/part/order_prices.html:35 #: part/templates/part/part_pricing.html:19 msgid "Supplier Pricing" msgstr "" -#: part/templates/part/order_prices.html:27 -#: part/templates/part/order_prices.html:52 -#: part/templates/part/order_prices.html:83 +#: part/templates/part/order_prices.html:36 +#: part/templates/part/order_prices.html:61 +#: part/templates/part/order_prices.html:92 #: part/templates/part/part_pricing.html:23 #: part/templates/part/part_pricing.html:49 #: part/templates/part/part_pricing.html:81 msgid "Unit Cost" msgstr "" -#: part/templates/part/order_prices.html:34 -#: part/templates/part/order_prices.html:59 -#: part/templates/part/order_prices.html:88 +#: part/templates/part/order_prices.html:43 +#: part/templates/part/order_prices.html:68 +#: part/templates/part/order_prices.html:97 #: part/templates/part/part_pricing.html:29 #: part/templates/part/part_pricing.html:55 #: part/templates/part/part_pricing.html:85 msgid "Total Cost" msgstr "" -#: part/templates/part/order_prices.html:42 +#: part/templates/part/order_prices.html:51 #: part/templates/part/part_pricing.html:37 msgid "No supplier pricing available" msgstr "" -#: part/templates/part/order_prices.html:51 -#: part/templates/part/order_prices.html:103 +#: part/templates/part/order_prices.html:60 +#: part/templates/part/order_prices.html:112 #: part/templates/part/part_pricing.html:45 msgid "BOM Pricing" msgstr "" -#: part/templates/part/order_prices.html:67 +#: part/templates/part/order_prices.html:76 #: part/templates/part/part_pricing.html:63 msgid "Note: BOM pricing is incomplete for this part" msgstr "" -#: part/templates/part/order_prices.html:74 +#: part/templates/part/order_prices.html:83 #: part/templates/part/part_pricing.html:70 msgid "No BOM pricing available" msgstr "" -#: part/templates/part/order_prices.html:97 +#: part/templates/part/order_prices.html:106 #: part/templates/part/part_pricing.html:94 msgid "No pricing information is available for this part." msgstr "" -#: part/templates/part/order_prices.html:113 +#: part/templates/part/order_prices.html:122 msgid "Stock Pricing" msgstr "" -#: part/templates/part/order_prices.html:121 +#: part/templates/part/order_prices.html:130 msgid "No stock pricing history is available for this part." msgstr "" -#: part/templates/part/order_prices.html:140 +#: part/templates/part/order_prices.html:149 #, python-format msgid "Single Price - %(currency)s" msgstr "" -#: part/templates/part/order_prices.html:152 +#: part/templates/part/order_prices.html:161 #, python-format msgid "Single Price Difference - %(currency)s" msgstr "" -#: part/templates/part/order_prices.html:163 +#: part/templates/part/order_prices.html:173 #, python-format msgid "Part Single Price - %(currency)s" msgstr "" @@ -4760,10 +4765,6 @@ msgstr "" msgid "Building" msgstr "" -#: part/templates/part/part_base.html:265 -msgid "Calculate" -msgstr "" - #: part/templates/part/part_tests.html:17 msgid "Add Test Template" msgstr "" diff --git a/InvenTree/locale/ru/LC_MESSAGES/django.po b/InvenTree/locale/ru/LC_MESSAGES/django.po index f6b945a43b..dbbeb362c4 100644 --- a/InvenTree/locale/ru/LC_MESSAGES/django.po +++ b/InvenTree/locale/ru/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-17 07:02+0000\n" +"POT-Creation-Date: 2021-06-17 12:37+0000\n" "PO-Revision-Date: 2021-06-17 00:51\n" "Last-Translator: \n" "Language-Team: Russian\n" @@ -476,7 +476,7 @@ msgstr "Целевая дата для сборки. Сборка будет п #: part/forms.py:372 part/forms.py:388 part/models.py:2270 #: part/templates/part/allocation.html:19 #: part/templates/part/allocation.html:53 -#: part/templates/part/order_prices.html:175 +#: part/templates/part/order_prices.html:186 #: part/templates/part/part_pricing.html:13 #: part/templates/part/sale_prices.html:85 #: report/templates/report/inventree_build_order_base.html:114 @@ -2894,7 +2894,7 @@ msgid "Where does the Purchaser want this item to be stored?" msgstr "" #: order/models.py:724 part/templates/part/navbar.html:101 -#: part/templates/part/order_prices.html:82 +#: part/templates/part/order_prices.html:91 #: part/templates/part/part_pricing.html:78 msgid "Sale Price" msgstr "" @@ -4566,78 +4566,83 @@ msgstr "" msgid "Part Notes" msgstr "" -#: part/templates/part/order_prices.html:21 +#: part/templates/part/order_prices.html:23 +#: part/templates/part/part_base.html:265 +msgid "Calculate" +msgstr "" + +#: part/templates/part/order_prices.html:30 msgid "Pricing ranges" msgstr "" -#: part/templates/part/order_prices.html:26 +#: part/templates/part/order_prices.html:35 #: part/templates/part/part_pricing.html:19 msgid "Supplier Pricing" msgstr "" -#: part/templates/part/order_prices.html:27 -#: part/templates/part/order_prices.html:52 -#: part/templates/part/order_prices.html:83 +#: part/templates/part/order_prices.html:36 +#: part/templates/part/order_prices.html:61 +#: part/templates/part/order_prices.html:92 #: part/templates/part/part_pricing.html:23 #: part/templates/part/part_pricing.html:49 #: part/templates/part/part_pricing.html:81 msgid "Unit Cost" msgstr "" -#: part/templates/part/order_prices.html:34 -#: part/templates/part/order_prices.html:59 -#: part/templates/part/order_prices.html:88 +#: part/templates/part/order_prices.html:43 +#: part/templates/part/order_prices.html:68 +#: part/templates/part/order_prices.html:97 #: part/templates/part/part_pricing.html:29 #: part/templates/part/part_pricing.html:55 #: part/templates/part/part_pricing.html:85 msgid "Total Cost" msgstr "" -#: part/templates/part/order_prices.html:42 +#: part/templates/part/order_prices.html:51 #: part/templates/part/part_pricing.html:37 msgid "No supplier pricing available" msgstr "" -#: part/templates/part/order_prices.html:51 -#: part/templates/part/order_prices.html:103 +#: part/templates/part/order_prices.html:60 +#: part/templates/part/order_prices.html:112 #: part/templates/part/part_pricing.html:45 msgid "BOM Pricing" msgstr "" -#: part/templates/part/order_prices.html:67 +#: part/templates/part/order_prices.html:76 #: part/templates/part/part_pricing.html:63 msgid "Note: BOM pricing is incomplete for this part" msgstr "" -#: part/templates/part/order_prices.html:74 +#: part/templates/part/order_prices.html:83 #: part/templates/part/part_pricing.html:70 msgid "No BOM pricing available" msgstr "" -#: part/templates/part/order_prices.html:97 +#: part/templates/part/order_prices.html:106 #: part/templates/part/part_pricing.html:94 msgid "No pricing information is available for this part." msgstr "" -#: part/templates/part/order_prices.html:113 +#: part/templates/part/order_prices.html:122 msgid "Stock Pricing" msgstr "" -#: part/templates/part/order_prices.html:121 +#: part/templates/part/order_prices.html:130 msgid "No stock pricing history is available for this part." msgstr "" -#: part/templates/part/order_prices.html:140 +#: part/templates/part/order_prices.html:149 #, python-format msgid "Single Price - %(currency)s" msgstr "" -#: part/templates/part/order_prices.html:152 +#: part/templates/part/order_prices.html:161 #, python-format msgid "Single Price Difference - %(currency)s" msgstr "" -#: part/templates/part/order_prices.html:163 +#: part/templates/part/order_prices.html:173 #, python-format msgid "Part Single Price - %(currency)s" msgstr "" @@ -4760,10 +4765,6 @@ msgstr "" msgid "Building" msgstr "" -#: part/templates/part/part_base.html:265 -msgid "Calculate" -msgstr "" - #: part/templates/part/part_tests.html:17 msgid "Add Test Template" msgstr "" diff --git a/InvenTree/locale/tr/LC_MESSAGES/django.po b/InvenTree/locale/tr/LC_MESSAGES/django.po index 49c779d7bc..00c73e36a7 100644 --- a/InvenTree/locale/tr/LC_MESSAGES/django.po +++ b/InvenTree/locale/tr/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-17 07:02+0000\n" +"POT-Creation-Date: 2021-06-17 12:37+0000\n" "PO-Revision-Date: 2021-06-17 00:51\n" "Last-Translator: \n" "Language-Team: Turkish\n" @@ -476,7 +476,7 @@ msgstr "" #: part/forms.py:372 part/forms.py:388 part/models.py:2270 #: part/templates/part/allocation.html:19 #: part/templates/part/allocation.html:53 -#: part/templates/part/order_prices.html:175 +#: part/templates/part/order_prices.html:186 #: part/templates/part/part_pricing.html:13 #: part/templates/part/sale_prices.html:85 #: report/templates/report/inventree_build_order_base.html:114 @@ -2894,7 +2894,7 @@ msgid "Where does the Purchaser want this item to be stored?" msgstr "" #: order/models.py:724 part/templates/part/navbar.html:101 -#: part/templates/part/order_prices.html:82 +#: part/templates/part/order_prices.html:91 #: part/templates/part/part_pricing.html:78 msgid "Sale Price" msgstr "" @@ -4566,78 +4566,83 @@ msgstr "" msgid "Part Notes" msgstr "" -#: part/templates/part/order_prices.html:21 +#: part/templates/part/order_prices.html:23 +#: part/templates/part/part_base.html:265 +msgid "Calculate" +msgstr "" + +#: part/templates/part/order_prices.html:30 msgid "Pricing ranges" msgstr "" -#: part/templates/part/order_prices.html:26 +#: part/templates/part/order_prices.html:35 #: part/templates/part/part_pricing.html:19 msgid "Supplier Pricing" msgstr "" -#: part/templates/part/order_prices.html:27 -#: part/templates/part/order_prices.html:52 -#: part/templates/part/order_prices.html:83 +#: part/templates/part/order_prices.html:36 +#: part/templates/part/order_prices.html:61 +#: part/templates/part/order_prices.html:92 #: part/templates/part/part_pricing.html:23 #: part/templates/part/part_pricing.html:49 #: part/templates/part/part_pricing.html:81 msgid "Unit Cost" msgstr "" -#: part/templates/part/order_prices.html:34 -#: part/templates/part/order_prices.html:59 -#: part/templates/part/order_prices.html:88 +#: part/templates/part/order_prices.html:43 +#: part/templates/part/order_prices.html:68 +#: part/templates/part/order_prices.html:97 #: part/templates/part/part_pricing.html:29 #: part/templates/part/part_pricing.html:55 #: part/templates/part/part_pricing.html:85 msgid "Total Cost" msgstr "" -#: part/templates/part/order_prices.html:42 +#: part/templates/part/order_prices.html:51 #: part/templates/part/part_pricing.html:37 msgid "No supplier pricing available" msgstr "" -#: part/templates/part/order_prices.html:51 -#: part/templates/part/order_prices.html:103 +#: part/templates/part/order_prices.html:60 +#: part/templates/part/order_prices.html:112 #: part/templates/part/part_pricing.html:45 msgid "BOM Pricing" msgstr "" -#: part/templates/part/order_prices.html:67 +#: part/templates/part/order_prices.html:76 #: part/templates/part/part_pricing.html:63 msgid "Note: BOM pricing is incomplete for this part" msgstr "" -#: part/templates/part/order_prices.html:74 +#: part/templates/part/order_prices.html:83 #: part/templates/part/part_pricing.html:70 msgid "No BOM pricing available" msgstr "" -#: part/templates/part/order_prices.html:97 +#: part/templates/part/order_prices.html:106 #: part/templates/part/part_pricing.html:94 msgid "No pricing information is available for this part." msgstr "" -#: part/templates/part/order_prices.html:113 +#: part/templates/part/order_prices.html:122 msgid "Stock Pricing" msgstr "" -#: part/templates/part/order_prices.html:121 +#: part/templates/part/order_prices.html:130 msgid "No stock pricing history is available for this part." msgstr "" -#: part/templates/part/order_prices.html:140 +#: part/templates/part/order_prices.html:149 #, python-format msgid "Single Price - %(currency)s" msgstr "" -#: part/templates/part/order_prices.html:152 +#: part/templates/part/order_prices.html:161 #, python-format msgid "Single Price Difference - %(currency)s" msgstr "" -#: part/templates/part/order_prices.html:163 +#: part/templates/part/order_prices.html:173 #, python-format msgid "Part Single Price - %(currency)s" msgstr "" @@ -4760,10 +4765,6 @@ msgstr "" msgid "Building" msgstr "" -#: part/templates/part/part_base.html:265 -msgid "Calculate" -msgstr "" - #: part/templates/part/part_tests.html:17 msgid "Add Test Template" msgstr "" diff --git a/InvenTree/locale/zh/LC_MESSAGES/django.po b/InvenTree/locale/zh/LC_MESSAGES/django.po index 09636d96cf..2be8b96e5a 100644 --- a/InvenTree/locale/zh/LC_MESSAGES/django.po +++ b/InvenTree/locale/zh/LC_MESSAGES/django.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: inventree\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-06-17 07:02+0000\n" +"POT-Creation-Date: 2021-06-17 12:37+0000\n" "PO-Revision-Date: 2021-06-17 00:51\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" @@ -476,7 +476,7 @@ msgstr "" #: part/forms.py:372 part/forms.py:388 part/models.py:2270 #: part/templates/part/allocation.html:19 #: part/templates/part/allocation.html:53 -#: part/templates/part/order_prices.html:175 +#: part/templates/part/order_prices.html:186 #: part/templates/part/part_pricing.html:13 #: part/templates/part/sale_prices.html:85 #: report/templates/report/inventree_build_order_base.html:114 @@ -2894,7 +2894,7 @@ msgid "Where does the Purchaser want this item to be stored?" msgstr "" #: order/models.py:724 part/templates/part/navbar.html:101 -#: part/templates/part/order_prices.html:82 +#: part/templates/part/order_prices.html:91 #: part/templates/part/part_pricing.html:78 msgid "Sale Price" msgstr "" @@ -4566,78 +4566,83 @@ msgstr "" msgid "Part Notes" msgstr "" -#: part/templates/part/order_prices.html:21 +#: part/templates/part/order_prices.html:23 +#: part/templates/part/part_base.html:265 +msgid "Calculate" +msgstr "" + +#: part/templates/part/order_prices.html:30 msgid "Pricing ranges" msgstr "" -#: part/templates/part/order_prices.html:26 +#: part/templates/part/order_prices.html:35 #: part/templates/part/part_pricing.html:19 msgid "Supplier Pricing" msgstr "" -#: part/templates/part/order_prices.html:27 -#: part/templates/part/order_prices.html:52 -#: part/templates/part/order_prices.html:83 +#: part/templates/part/order_prices.html:36 +#: part/templates/part/order_prices.html:61 +#: part/templates/part/order_prices.html:92 #: part/templates/part/part_pricing.html:23 #: part/templates/part/part_pricing.html:49 #: part/templates/part/part_pricing.html:81 msgid "Unit Cost" msgstr "" -#: part/templates/part/order_prices.html:34 -#: part/templates/part/order_prices.html:59 -#: part/templates/part/order_prices.html:88 +#: part/templates/part/order_prices.html:43 +#: part/templates/part/order_prices.html:68 +#: part/templates/part/order_prices.html:97 #: part/templates/part/part_pricing.html:29 #: part/templates/part/part_pricing.html:55 #: part/templates/part/part_pricing.html:85 msgid "Total Cost" msgstr "" -#: part/templates/part/order_prices.html:42 +#: part/templates/part/order_prices.html:51 #: part/templates/part/part_pricing.html:37 msgid "No supplier pricing available" msgstr "" -#: part/templates/part/order_prices.html:51 -#: part/templates/part/order_prices.html:103 +#: part/templates/part/order_prices.html:60 +#: part/templates/part/order_prices.html:112 #: part/templates/part/part_pricing.html:45 msgid "BOM Pricing" msgstr "" -#: part/templates/part/order_prices.html:67 +#: part/templates/part/order_prices.html:76 #: part/templates/part/part_pricing.html:63 msgid "Note: BOM pricing is incomplete for this part" msgstr "" -#: part/templates/part/order_prices.html:74 +#: part/templates/part/order_prices.html:83 #: part/templates/part/part_pricing.html:70 msgid "No BOM pricing available" msgstr "" -#: part/templates/part/order_prices.html:97 +#: part/templates/part/order_prices.html:106 #: part/templates/part/part_pricing.html:94 msgid "No pricing information is available for this part." msgstr "" -#: part/templates/part/order_prices.html:113 +#: part/templates/part/order_prices.html:122 msgid "Stock Pricing" msgstr "" -#: part/templates/part/order_prices.html:121 +#: part/templates/part/order_prices.html:130 msgid "No stock pricing history is available for this part." msgstr "" -#: part/templates/part/order_prices.html:140 +#: part/templates/part/order_prices.html:149 #, python-format msgid "Single Price - %(currency)s" msgstr "" -#: part/templates/part/order_prices.html:152 +#: part/templates/part/order_prices.html:161 #, python-format msgid "Single Price Difference - %(currency)s" msgstr "" -#: part/templates/part/order_prices.html:163 +#: part/templates/part/order_prices.html:173 #, python-format msgid "Part Single Price - %(currency)s" msgstr "" @@ -4760,10 +4765,6 @@ msgstr "" msgid "Building" msgstr "" -#: part/templates/part/part_base.html:265 -msgid "Calculate" -msgstr "" - #: part/templates/part/part_tests.html:17 msgid "Add Test Template" msgstr ""