mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-02-04 09:43:19 +00:00
Stock test actions (#345)
* Use FAB for stock item test result * Change long press to tap * Add setting to control display of stock tests results * Add question mark if no result recorded
This commit is contained in:
parent
49226a5fce
commit
383571707e
7 changed files with 80 additions and 34 deletions
|
|
@ -24,6 +24,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_REPORT_ERRORS = "reportErrors";
|
||||
const String INV_STRICT_HTTPS = "strictHttps";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue