mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-15 03:35:28 +00:00
[refactor] Scan improvements (#577)
* Handle error on unexpected barcode response * Add ManufacturerPart detail view * Support barcode scanning for manufacturer part * Refactoring for null checks * Ignore selected errors in sentry * Fix API implementation for ManufacturerPart * Update release notes * More error handling * Decode quantity betterer * Refactoring * Add option to confirm checkin details * Improve response handlign * Cleanup * Remove unused imports * Fix async function * Fix for assigning custom barcode * Handle barcode scan result for company * Fix * Adjust scan priority * Refactoring MODEL_TYPE - Use instead of duplicated const strings * @override fix
This commit is contained in:
@ -608,6 +608,9 @@
|
||||
"itemDeleted": "Item has been removed",
|
||||
"@itemDeleted": {},
|
||||
|
||||
"itemUpdated": "Item updated",
|
||||
"@itemUpdated": {},
|
||||
|
||||
"keywords": "Keywords",
|
||||
"@keywords": {},
|
||||
|
||||
@ -684,6 +687,12 @@
|
||||
"lost": "Lost",
|
||||
"@lost": {},
|
||||
|
||||
"manufacturerPart": "Manufacturer Part",
|
||||
"@manufacturerPart": {},
|
||||
|
||||
"manufacturerPartEdit": "Edit Manufacturer Part",
|
||||
"@manufacturerPartEdit": {},
|
||||
|
||||
"manufacturerPartNumber": "Manufacturer Part Number",
|
||||
"@manufacturerPartNumber": {},
|
||||
|
||||
@ -915,6 +924,12 @@
|
||||
"projectCode": "Project Code",
|
||||
"@projectCode": {},
|
||||
|
||||
"purchaseOrderConfirmScan": "Confirm Scan Data",
|
||||
"@purchaseOrderConfirmScan": {},
|
||||
|
||||
"purchaseOrderConfirmScanDetail": "Confirm details when scanning in items",
|
||||
"@purchaseOrderConfirmScanDetail": {},
|
||||
|
||||
"purchaseOrderEnable": "Enable Purchase Orders",
|
||||
"@purchaseOrderEnable": {},
|
||||
|
||||
|
Reference in New Issue
Block a user