mirror of
https://github.com/inventree/inventree-app.git
synced 2026-02-06 12:55:50 +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:
@@ -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": {},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user