2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00

Chart of Account and Sales Register links in Sidebar

This commit is contained in:
Faris Ansari 2018-09-29 12:53:46 +05:30
parent e2f70c2d77
commit a674fd0ccf

View File

@ -20,7 +20,7 @@ export default {
label: _('Tax'), route: '#/list/Tax'
},
{
label: _('Account'), route: '#/list/Account'
label: _('Account'), route: '#/tree/Account'
}
]
},
@ -46,6 +46,9 @@ export default {
items: [
{
label: _('General Ledger'), route: '#/report/general-ledger'
},
{
label: _('Sales Register'), route: '#/report/sales-register'
}
]
}