From ef5407479a98dd7f2d8c264612d21a3aaf10af47 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Fri, 2 May 2014 19:42:27 +0530 Subject: [PATCH] Show Chart of Accounts in Accounts > Documents. Fixes #1559 --- erpnext/config/accounts.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/erpnext/config/accounts.py b/erpnext/config/accounts.py index 7d56122de2..c435efb944 100644 --- a/erpnext/config/accounts.py +++ b/erpnext/config/accounts.py @@ -30,6 +30,15 @@ data = [ "name": "Supplier", "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", + }, ] }, {