mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-23 21:22:42 +01:00
feat(consolidated-trial-balance): introduced show_net_values filter
This commit is contained in:
@@ -86,6 +86,12 @@ frappe.query_reports["Consolidated Trial Balance"] = {
|
||||
fieldtype: "Check",
|
||||
default: 1,
|
||||
},
|
||||
{
|
||||
fieldname: "show_net_values",
|
||||
label: __("Show net values in opening and closing columns"),
|
||||
fieldtype: "Check",
|
||||
default: 1,
|
||||
},
|
||||
{
|
||||
fieldname: "show_group_accounts",
|
||||
label: __("Show Group Accounts"),
|
||||
|
||||
Reference in New Issue
Block a user