mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-02-05 04:03:18 +00:00
Part requirements (#761)
* Add setting to control if part requirements are shown * Split settings for Part and Stock * Fetch part requirements information * Add "building" indicator * Show order allocation progress for part requirements * Bump release notes * Remove unused import
This commit is contained in:
parent
e38c51e947
commit
ee553af93b
10 changed files with 357 additions and 70 deletions
|
|
@ -68,6 +68,12 @@
|
|||
"allocatedStock": "Allocated Stock",
|
||||
"@allocatedStock": {},
|
||||
|
||||
"allocatedToBuildOrders": "Allocated to Build Orders",
|
||||
"@allocatedToBuildOrders": {},
|
||||
|
||||
"allocatedToSalesOrders": "Allocated to Sales Orders",
|
||||
"@allocatedToSalesOrders": {},
|
||||
|
||||
"appReleaseNotes": "Display app release notes",
|
||||
"@appReleaseNotes": {},
|
||||
|
||||
|
|
@ -226,6 +232,12 @@
|
|||
"cameraInternalDetail": "Use internal camera to read barcodes",
|
||||
"@cameraInternalDetail": {},
|
||||
|
||||
"canBuild": "Can Build",
|
||||
"@canBuild": {},
|
||||
|
||||
"canBuildDetail": "Can be produced with current stock",
|
||||
"@canBuildDetail": {},
|
||||
|
||||
"cancel": "Cancel",
|
||||
"@cancel": {
|
||||
"description": "Cancel"
|
||||
|
|
@ -936,6 +948,12 @@
|
|||
"partPricingSettingDetail": "Display part pricing information",
|
||||
"@pricingSettingDetail": {},
|
||||
|
||||
"partRequirements": "Part Requirements",
|
||||
"@partRequirements": {},
|
||||
|
||||
"partRequirementsSettingDetail": "Display part requirements",
|
||||
"@partRequirementsSettingDetail": {},
|
||||
|
||||
"partSettings": "Part Settings",
|
||||
"@partSettings": {},
|
||||
|
||||
|
|
@ -1535,6 +1553,9 @@
|
|||
"stockLocations": "Stock Locations",
|
||||
"@stockLocations": {},
|
||||
|
||||
"stockSettings": "Stock Settings",
|
||||
"@stockSettings": {},
|
||||
|
||||
"stockTopLevel": "Top level stock location",
|
||||
"@stockTopLevel": {},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue