feat: add Account Category field to Account (Chart of Accounts) (backport #50766) (#50783)

Co-authored-by: Aadhil <36843795+aadhilpm@users.noreply.github.com>
This commit is contained in:
Smit Vora
2025-11-27 19:19:09 +05:30
committed by GitHub

View File

@@ -160,6 +160,14 @@ frappe.treeview_settings["Account"] = {
.options,
description: __("Optional. This setting will be used to filter in various transactions."),
},
{
fieldtype: "Link",
fieldname: "account_category",
label: __("Account Category"),
options: frappe.get_meta("Account").fields.filter((d) => d.fieldname == "account_category")[0]
.options,
description: __("Optional. Used with Financial Report Template"),
},
{
fieldtype: "Float",
fieldname: "tax_rate",