mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-19 19:37:56 +00:00
Added Feature - Update FG based on Material Transfer For Manufacturing
This commit is contained in:
committed by
Nabin Hait
parent
6f593130d0
commit
845980c010
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user