2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-16 20:25:26 +00:00

Create new stock item

This commit is contained in:
Oliver
2021-08-15 14:44:40 +10:00
parent a09d0b6887
commit 3fb6b38930
4 changed files with 78 additions and 2 deletions

View File

@ -108,6 +108,16 @@ class InvenTreeStockItem extends InvenTreeModel {
@override
String WEB_URL = "stock/item/";
@override
Map<String, dynamic> formFields() {
return {
"part": {},
"location": {},
"status": {},
"quantity": {},
};
}
@override
Map<String, String> defaultGetFilters() {