mirror of
https://github.com/inventree/inventree-app.git
synced 2025-07-11 08:04:14 +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:
@ -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();
|
||||
|
Reference in New Issue
Block a user