mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Add POReceiveBarcodeHandler to support barcode/po-receive/ endpoint (#421)
* Add POReceiveBarcodeHandler to support barcode/po-receive/ endpoint * Remove german translation * Add api version checks * Add getOverlayText method to barcode handler * Bump required API version to 139 * Update barcode.dart The "quantity" field is not an integer, and can cause the app to crash if not handled correctly --------- Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
parent
c76309341b
commit
67fd6a564a
7 changed files with 185 additions and 2 deletions
|
|
@ -112,6 +112,9 @@
|
|||
"barcodeNotAssigned": "Barcode not assigned",
|
||||
"@barcodeNotAssigned": {},
|
||||
|
||||
"barcodeReceivePart": "Scan barcode to receive part",
|
||||
"@barcodeReceivePart": {},
|
||||
|
||||
"barcodeScanAssign": "Scan to assign barcode",
|
||||
"@barcodeScanAssign": {},
|
||||
|
||||
|
|
@ -988,6 +991,9 @@
|
|||
"scanIntoLocationDetail": "Scan this item into location",
|
||||
"@scanIntoLocationDetail": {},
|
||||
|
||||
"scanReceivedParts": "Scan Received Parts",
|
||||
"@scanReceivedParts": {},
|
||||
|
||||
"search": "Search",
|
||||
"@search": {
|
||||
"description": "search"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue