mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat: wip default message to sales transactions.
This commit is contained in:
@@ -12,10 +12,22 @@ export default [
|
||||
text: <T id={'users'} />,
|
||||
href: '/preferences/users',
|
||||
},
|
||||
{
|
||||
text: 'Estimates',
|
||||
href: '/preferences/estimates',
|
||||
},
|
||||
{
|
||||
text: 'Invoices',
|
||||
href: '/preferences/invoices',
|
||||
},
|
||||
{
|
||||
text: 'Receipts',
|
||||
href: '/preferences/receipts',
|
||||
},
|
||||
{
|
||||
text: 'Credit Notes',
|
||||
href: '/preferences/credit-notes',
|
||||
},
|
||||
{
|
||||
text: <T id={'currencies'} />,
|
||||
href: '/preferences/currencies',
|
||||
|
||||
Reference in New Issue
Block a user