mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-15 19:55:27 +00:00
Order picture action (#557)
* Add "take picture" to purchase order detail * Rename uploaded images * Provide prefix when uploading images * Add similar functionality for "sales order" detail * Add new settings screens * Control camera shortcut * Bump release notes
This commit is contained in:
@ -36,6 +36,14 @@ const String INV_STOCK_SHOW_HISTORY = "stockShowHistory";
|
||||
const String INV_STOCK_SHOW_TESTS = "stockShowTests";
|
||||
const String INV_STOCK_CONFIRM_SCAN = "stockConfirmScan";
|
||||
|
||||
// Purchase order settings
|
||||
const String INV_PO_ENABLE = "poEnable";
|
||||
const String INV_PO_SHOW_CAMERA = "poShowCamera";
|
||||
|
||||
// Sales order settings
|
||||
const String INV_SO_ENABLE = "soEnable";
|
||||
const String INV_SO_SHOW_CAMERA = "soShowCamera";
|
||||
|
||||
const String INV_REPORT_ERRORS = "reportErrors";
|
||||
const String INV_STRICT_HTTPS = "strictHttps";
|
||||
|
||||
|
Reference in New Issue
Block a user