mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
WIP / Feature Fix _bills
This commit is contained in:
@@ -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'} />,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user