2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-15 03:35:28 +00:00

Po barcode scan (#458)

* Refactor existing barcode scan endpoint

- Break out into new file just for purchase orders

* Handle scanning of salesorder

* Add new handler for adding items to PO via barcode

* Allocate with barcode

* Add new string
This commit is contained in:
Oliver
2023-11-20 23:48:42 +11:00
committed by GitHub
parent 0a85441131
commit bf3df770c7
8 changed files with 250 additions and 114 deletions

View File

@ -1057,6 +1057,9 @@
"@scanBarcode": {
},
"scanSupplierPart": "Scan supplier part barcode",
"@scanSupplierPart": {},
"scanIntoLocation": "Scan Into Location",
"@scanIntoLocation": {},