feat(consolidated-trial-balance): introduced show_net_values filter

This commit is contained in:
diptanilsaha
2026-02-27 12:24:47 +05:30
parent f582fdbf71
commit 560c2511cc

View File

@@ -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"),