mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 21:00:31 +00:00
WIP
This commit is contained in:
52
client/src/config/preferencesMenu.js
Normal file
52
client/src/config/preferencesMenu.js
Normal file
@@ -0,0 +1,52 @@
|
||||
|
||||
export default [
|
||||
{
|
||||
text: 'General',
|
||||
disabled: false,
|
||||
href: '/dashboard/preferences/general',
|
||||
},
|
||||
{
|
||||
text: 'Users',
|
||||
href: '/dashboard/preferences/users',
|
||||
},
|
||||
{
|
||||
text: 'Accountant',
|
||||
disabled: false,
|
||||
href: '/dashboard/preferences/accountant',
|
||||
},
|
||||
{
|
||||
text: 'Accounts',
|
||||
disabled: false,
|
||||
href: '/dashboard/preferences/accounts',
|
||||
},
|
||||
{
|
||||
text: 'Credit Notes',
|
||||
disabled: false,
|
||||
href: '/dashboard/preferences/credit_note',
|
||||
},
|
||||
{
|
||||
text: 'Debit Notes',
|
||||
disabled: false,
|
||||
href: '/dashboard/preferences/debit_note',
|
||||
},
|
||||
{
|
||||
text: 'Accountant',
|
||||
disabled: false,
|
||||
href: '/dashboard/preferences/accountant',
|
||||
},
|
||||
{
|
||||
text: 'Accounts',
|
||||
disabled: false,
|
||||
href: '/dashboard/preferences/accounts',
|
||||
},
|
||||
{
|
||||
text: 'Credit Notes',
|
||||
disabled: false,
|
||||
href: '/dashboard/preferences/credit_note',
|
||||
},
|
||||
{
|
||||
text: 'Debit Notes',
|
||||
disabled: false,
|
||||
href: '/dashboard/preferences/debit_note',
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user