WIP / Features / Sate

This commit is contained in:
elforjani3
2020-07-27 02:39:26 +02:00
parent 56278a25f0
commit 4f2679592f
51 changed files with 4515 additions and 44 deletions

View File

@@ -37,7 +37,20 @@ export default [
},
{
text: <T id={'sales'} />,
children: [],
children: [
{
text: <T id={'estimates'} />,
href: '/estimates/new',
},
{
text: <T id={'invocies'} />,
href: '/invoices/new',
},
{
text: <T id={'receipts'} />,
href: '/receipts/new',
},
],
},
{
text: <T id={'purchases'} />,
@@ -99,11 +112,11 @@ export default [
text: <T id={'expenses'} />,
children: [
{
text: <T id={'expenses'}/>,
text: <T id={'expenses'} />,
href: '/expenses-list',
},
{
text: <T id={'new_expense'}/>,
text: <T id={'new_expense'} />,
href: '/expenses/new',
},
],
@@ -140,12 +153,12 @@ export default [
},
{
text: 'Receivable Aging Summary',
href: '/financial-reports/receivable-aging-summary'
href: '/financial-reports/receivable-aging-summary',
},
{
text: 'Payable Aging Summary',
href: '/financial-reports/payable-aging-summary'
}
href: '/financial-reports/payable-aging-summary',
},
],
},
{