mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
57 lines
1.1 KiB
JavaScript
57 lines
1.1 KiB
JavaScript
export default [
|
|
{
|
|
text: 'General',
|
|
disabled: false,
|
|
href: '/dashboard/preferences/general',
|
|
},
|
|
{
|
|
text: 'Users',
|
|
href: '/dashboard/preferences/users',
|
|
},
|
|
{
|
|
text: 'Currencies',
|
|
|
|
href: '/dashboard/preferences/currencies',
|
|
},
|
|
{
|
|
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',
|
|
},
|
|
];
|