feat: wip default message to sales transactions.

This commit is contained in:
Ahmed Bouhuolia
2023-12-14 20:47:52 +02:00
parent 33e5d1a979
commit 217321380a
18 changed files with 325 additions and 38 deletions

View File

@@ -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',