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:
Oliver 2023-04-28 23:27:59 +10:00 committed by GitHub
parent 49226a5fce
commit 383571707e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 80 additions and 34 deletions

View file

@ -11,6 +11,9 @@ import "package:inventree/inventree/model.dart";
/*
* Class representing a test result for a single stock item
*/
class InvenTreeStockItemTestResult extends InvenTreeModel {
InvenTreeStockItemTestResult() : super();