Show Chart of Accounts in Accounts > Documents. Fixes #1559
This commit is contained in:
parent
56f29cbb27
commit
ef5407479a
@ -30,6 +30,15 @@ data = [
|
|||||||
"name": "Supplier",
|
"name": "Supplier",
|
||||||
"description": _("Supplier database.")
|
"description": _("Supplier database.")
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "page",
|
||||||
|
"name": "Accounts Browser",
|
||||||
|
"icon": "icon-sitemap",
|
||||||
|
"label": _("Chart of Accounts"),
|
||||||
|
"route": "Accounts Browser/Account",
|
||||||
|
"description": _("Tree of finanial accounts."),
|
||||||
|
"doctype": "Account",
|
||||||
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user