2
0
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:
Oliver
2023-11-22 00:14:55 +11:00
committed by GitHub
parent eb1be30df4
commit 1ec1a867d9
6 changed files with 110 additions and 3 deletions

View File

@ -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": {},