mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-16 04:05:28 +00:00
Barcode workflow (#485)
* Refactor stock barcode operations into new file * Add setting to control confirmation of stock transfer actions * Update details when scannign stock item * Confirm movement when moving items into location * Cleanup
This commit is contained in:
@ -35,6 +35,7 @@ const String INV_PART_SHOW_BOM = "partShowBom";
|
||||
// Stock settings
|
||||
const String INV_STOCK_SHOW_HISTORY = "stockShowHistory";
|
||||
const String INV_STOCK_SHOW_TESTS = "stockShowTests";
|
||||
const String INV_STOCK_CONFIRM_SCAN = "stockConfirmScan";
|
||||
|
||||
const String INV_REPORT_ERRORS = "reportErrors";
|
||||
const String INV_STRICT_HTTPS = "strictHttps";
|
||||
|
Reference in New Issue
Block a user