mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 13:49:13 +00: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",
|
fieldtype: "Check",
|
||||||
default: 1,
|
default: 1,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
fieldname: "show_net_values",
|
||||||
|
label: __("Show net values in opening and closing columns"),
|
||||||
|
fieldtype: "Check",
|
||||||
|
default: 1,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
fieldname: "show_group_accounts",
|
fieldname: "show_group_accounts",
|
||||||
label: __("Show Group Accounts"),
|
label: __("Show Group Accounts"),
|
||||||
|
|||||||
Reference in New Issue
Block a user