mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 03:26:24 +00:00
Create new stock item
This commit is contained in:
parent
a09d0b6887
commit
3fb6b38930
4 changed files with 78 additions and 2 deletions
|
|
@ -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() {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue