mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
feat(Asset Maintenance): Add stock_consumption checkbox
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
"column_break_3",
|
"column_break_3",
|
||||||
"item_code",
|
"item_code",
|
||||||
"item_name",
|
"item_name",
|
||||||
|
"stock_consumption",
|
||||||
"section_break_6",
|
"section_break_6",
|
||||||
"maintenance_team",
|
"maintenance_team",
|
||||||
"column_break_9",
|
"column_break_9",
|
||||||
@@ -100,10 +101,16 @@
|
|||||||
"label": "Maintenance Tasks",
|
"label": "Maintenance Tasks",
|
||||||
"options": "Asset Maintenance Task",
|
"options": "Asset Maintenance Task",
|
||||||
"reqd": 1
|
"reqd": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "0",
|
||||||
|
"fieldname": "stock_consumption",
|
||||||
|
"fieldtype": "Check",
|
||||||
|
"label": "Stock Consumed During Maintenance"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2020-05-28 20:28:32.993823",
|
"modified": "2021-05-13 05:20:45.809270",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Assets",
|
"module": "Assets",
|
||||||
"name": "Asset Maintenance",
|
"name": "Asset Maintenance",
|
||||||
|
|||||||
Reference in New Issue
Block a user