feat(Asset Maintenance): Add 'Stock Consumption Details' section
This commit is contained in:
parent
568369a5c2
commit
04a909bd99
@ -30,7 +30,10 @@ frappe.ui.form.on('Asset Maintenance', {
|
|||||||
if(!frm.is_new()) {
|
if(!frm.is_new()) {
|
||||||
frm.trigger('make_dashboard');
|
frm.trigger('make_dashboard');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
frm.toggle_display(['stock_consumption_details_section'], frm.doc.stock_consumption)
|
||||||
},
|
},
|
||||||
|
|
||||||
make_dashboard: (frm) => {
|
make_dashboard: (frm) => {
|
||||||
if(!frm.is_new()) {
|
if(!frm.is_new()) {
|
||||||
frappe.call({
|
frappe.call({
|
||||||
|
|||||||
@ -19,7 +19,10 @@
|
|||||||
"maintenance_manager",
|
"maintenance_manager",
|
||||||
"maintenance_manager_name",
|
"maintenance_manager_name",
|
||||||
"section_break_8",
|
"section_break_8",
|
||||||
"asset_maintenance_tasks"
|
"asset_maintenance_tasks",
|
||||||
|
"stock_consumption_details_section",
|
||||||
|
"warehouse",
|
||||||
|
"stock_items"
|
||||||
],
|
],
|
||||||
"fields": [
|
"fields": [
|
||||||
{
|
{
|
||||||
@ -107,10 +110,27 @@
|
|||||||
"fieldname": "stock_consumption",
|
"fieldname": "stock_consumption",
|
||||||
"fieldtype": "Check",
|
"fieldtype": "Check",
|
||||||
"label": "Stock Consumed During Maintenance"
|
"label": "Stock Consumed During Maintenance"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "stock_consumption_details_section",
|
||||||
|
"fieldtype": "Section Break",
|
||||||
|
"label": "Stock Consumption Details"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "warehouse",
|
||||||
|
"fieldtype": "Link",
|
||||||
|
"label": "Warehouse",
|
||||||
|
"options": "Warehouse"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fieldname": "stock_items",
|
||||||
|
"fieldtype": "Table",
|
||||||
|
"label": "Stock Items",
|
||||||
|
"options": "Stock Item"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2021-05-13 05:20:45.809270",
|
"modified": "2021-05-13 05:24:58.480132",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Assets",
|
"module": "Assets",
|
||||||
"name": "Asset Maintenance",
|
"name": "Asset Maintenance",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user