WIP/ Feature : Estimate & Receipt & Bill & Invoice

This commit is contained in:
elforjani3
2020-08-12 21:19:52 +02:00
parent 58c6b5466c
commit c86f0b29bf
66 changed files with 4288 additions and 535 deletions

View File

@@ -42,21 +42,35 @@ export default [
text: <T id={'estimates'} />,
href: '/estimates/new',
},
// {
// text: <T id={'estimate_list'} />,
// href: '/estimates',
// },
{
text: <T id={'invocies'} />,
href: '/invoices/new',
},
// {
// text: <T id={'invoices_list'} />,
// href: '/invoices',
// },
{
text: <T id={'payment_receives'} />,
href: '/payment-receive/new',
},
{
divider: true,
text: <T id={'invoices_list'} />,
href: '/invoices',
},
{
text: <T id={'receipts'} />,
href: '/receipts/new',
},
// {
// text: <T id={'receipt_list'} />,
// href: '/receipts',
// },
],
},
{
@@ -64,8 +78,12 @@ export default [
children: [
{
text: <T id={'bills'} />,
href: '/bill/new',
href: '/bills/new',
},
// {
// text: <T id={'bill_list'} />,
// href: '/bills',
// },
{
text: <T id={'payment_mades'} />,
},