mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
52 lines
992 B
JavaScript
52 lines
992 B
JavaScript
|
|
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',
|
|
},
|
|
] |