2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 05:25:42 +00:00

Change build allocation quantity to decimal field

This commit is contained in:
Oliver Walters
2019-11-19 10:22:46 +11:00
parent dbdbe69f7f
commit a1f33c4084
5 changed files with 183 additions and 25 deletions

View File

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-11-18 23:10+0000\n"
"POT-Creation-Date: 2019-11-18 23:21+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -141,6 +141,40 @@ msgstr ""
msgid "Confirm build completion"
msgstr ""
#: build/models.py:52
msgid "Brief description of the build"
msgstr ""
#: build/models.py:61
msgid "Select part to build"
msgstr ""
#: build/models.py:67
msgid ""
"Select location to take stock from for this build (leave blank to take from "
"any stock location)"
msgstr ""
#: build/models.py:73
msgid "Number of parts to build"
msgstr ""
#: build/models.py:79
msgid "Build status"
msgstr ""
#: build/models.py:82
msgid "Batch code for this build output"
msgstr ""
#: build/models.py:94
msgid "Link to external URL"
msgstr ""
#: build/models.py:96
msgid "Extra build notes"
msgstr ""
#: build/models.py:381
#, python-brace-format
msgid "Selected stock item not found in BOM for part '{p}'"
@ -151,6 +185,18 @@ msgstr ""
msgid "Allocated quantity ({n}) must not exceed available quantity ({q})"
msgstr ""
#: build/models.py:402
msgid "Build to allocate parts"
msgstr ""
#: build/models.py:409
msgid "Stock Item to allocate to build"
msgstr ""
#: build/models.py:417
msgid "Stock quantity to allocate to build"
msgstr ""
#: build/templates/build/allocate_edit.html:5
msgid "Allocate Stock to Build"
msgstr ""
@ -931,15 +977,15 @@ msgstr ""
msgid "Serialized {n} items"
msgstr ""
#: stock/models.py:738
#: stock/models.py:750
msgid "Tracking entry title"
msgstr ""
#: stock/models.py:740
#: stock/models.py:752
msgid "Entry notes"
msgstr ""
#: stock/models.py:742
#: stock/models.py:754
msgid "Link to external page for further information"
msgstr ""