Update financial_statements.js
Adding Accumulated Values check box on Profit and Loss, Balance Sheet
This commit is contained in:
parent
49b275ad1d
commit
539a826b37
@ -30,7 +30,18 @@ erpnext.financial_statements = {
|
||||
],
|
||||
"default": "Yearly",
|
||||
"reqd": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"fieldname": "accumulated_value",
|
||||
"label": __("Accumulated Values"),
|
||||
"fieldtype": "Check"
|
||||
}
|
||||
,
|
||||
{
|
||||
"fieldname": "accumulated_value",
|
||||
"label": __("Accumulated Values"),
|
||||
"fieldtype": "Check"
|
||||
}
|
||||
],
|
||||
"formatter": function(row, cell, value, columnDef, dataContext, default_formatter) {
|
||||
if (columnDef.df.fieldname=="account") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user