mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +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:
parent
eb1be30df4
commit
1ec1a867d9
6 changed files with 110 additions and 3 deletions
|
|
@ -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": {},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue