mirror of
https://github.com/inventree/inventree-app.git
synced 2026-07-22 12:13:30 +00:00
Transfer order (#854)
* Add API version check * Implement basic transfer order support * add link to drawer * Adjust dashboard display order * Support transfer order allocation detail * Add progress bar * Enable scan of transfer order
This commit is contained in:
@@ -15,6 +15,7 @@ const String INV_HOME_SHOW_BUILD = "homeShowBuild";
|
||||
const String INV_HOME_SHOW_MANUFACTURERS = "homeShowManufacturers";
|
||||
const String INV_HOME_SHOW_CUSTOMERS = "homeShowCustomers";
|
||||
const String INV_HOME_SHOW_SUPPLIERS = "homeShowSuppliers";
|
||||
const String INV_HOME_SHOW_TRANSFER = "homeShowTransfer";
|
||||
|
||||
const String INV_SCREEN_ORIENTATION = "appScreenOrientation";
|
||||
const String INV_SHOW_PK = "showPk";
|
||||
|
||||
Reference in New Issue
Block a user