Added Feature - Update FG based on Material Transfer For Manufacturing

This commit is contained in:
Neil Trini Lasrado
2015-06-25 13:13:53 +05:30
committed by Nabin Hait
parent 6f593130d0
commit 845980c010
3 changed files with 43 additions and 5 deletions

View File

@@ -25,6 +25,12 @@ erpnext.financial_statements = {
"options": "Yearly\nHalf-yearly\nQuarterly\nMonthly",
"default": "Yearly",
"reqd": 1
},
{
"fieldname": "accumulated_value",
"label": __("Accumulated Value"),
"fieldtype": "Check",
"depends_on": "eval:accumulated_value= 'Yearly'"
}
],
"formatter": function(row, cell, value, columnDef, dataContext, default_formatter) {