feat(Asset Repair): Add 'Capitalize Repair Cost' checkbox

This commit is contained in:
GangaManoj 2021-05-11 23:33:07 +05:30
parent 11594f870e
commit 1b2a5d1489

View File

@ -18,8 +18,9 @@
"column_break_6", "column_break_6",
"completion_date", "completion_date",
"repair_status", "repair_status",
"section_break_7", "accounting_details",
"repair_cost", "repair_cost",
"capitalize_repair_cost",
"column_break_8", "column_break_8",
"payable_account", "payable_account",
"section_break_9", "section_break_9",
@ -161,20 +162,26 @@
"label": "Payable Account", "label": "Payable Account",
"options": "Account" "options": "Account"
}, },
{
"fieldname": "section_break_7",
"fieldtype": "Section Break",
"label": "Accounting Details"
},
{ {
"fieldname": "column_break_8", "fieldname": "column_break_8",
"fieldtype": "Column Break" "fieldtype": "Column Break"
},
{
"default": "0",
"fieldname": "capitalize_repair_cost",
"fieldtype": "Check",
"label": "Capitalize Repair Cost"
},
{
"fieldname": "accounting_details",
"fieldtype": "Section Break",
"label": "Accounting Details"
} }
], ],
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"is_submittable": 1, "is_submittable": 1,
"links": [], "links": [],
"modified": "2021-05-11 05:11:58.330860", "modified": "2021-05-11 23:25:48.956382",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Assets", "module": "Assets",
"name": "Asset Repair", "name": "Asset Repair",