WIP / Feature Fix _bills

This commit is contained in:
elforjani3
2020-08-04 17:51:17 +02:00
parent 5d1b41da16
commit 1cb826163b
25 changed files with 1703 additions and 5 deletions

View File

@@ -46,6 +46,13 @@ export default [
text: <T id={'invocies'} />,
href: '/invoices/new',
},
{
text: <T id={'payment_receives'} />,
href: '/payment-receive/new',
},
{
divider: true,
},
{
text: <T id={'receipts'} />,
href: '/receipts/new',
@@ -56,10 +63,11 @@ export default [
text: <T id={'purchases'} />,
children: [
{
icon: 'cut',
text: 'cut',
label: '⌘C',
disabled: false,
text: <T id={'bills'} />,
href: '/bill/new',
},
{
text: <T id={'payment_mades'} />,
},
],
},