mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-15 03:35:28 +00:00
Add part to sales order via barcode scan (#461)
* Add part to sales order via barcode scan * Update release notes * Remove unused imports
This commit is contained in:
@ -112,6 +112,9 @@
|
||||
"barcodeNotAssigned": "Barcode not assigned",
|
||||
"@barcodeNotAssigned": {},
|
||||
|
||||
"barcodeScanPart": "Scan part barcode",
|
||||
"@barcodeScanPart": {},
|
||||
|
||||
"barcodeReceivePart": "Scan barcode to receive part",
|
||||
"@barcodeReceivePart": {},
|
||||
|
||||
@ -766,6 +769,9 @@
|
||||
"description": "Part (multiple)"
|
||||
},
|
||||
|
||||
"partNotSalable": "Part not marked as salable",
|
||||
"@partNotSalable": {},
|
||||
|
||||
"partsNone": "No Parts",
|
||||
"@partsNone": {},
|
||||
|
||||
|
Reference in New Issue
Block a user