feat: Money in & out Dialog.

This commit is contained in:
elforjani13
2021-10-13 19:56:48 +02:00
parent b848553cf7
commit 2078b6bc99
29 changed files with 1458 additions and 11 deletions

View File

@@ -193,6 +193,38 @@ export default [
text: <T id={'banking'} />,
children: [],
},
{
text: <T id={'cash_flow'} />,
children: [
{
text: <T id={'siebar.cashflow.label_cash_and_bank_accounts'} />,
href: '/cashflow-accounts',
},
{
text: <T id={'New tasks'} />,
label: true,
},
{
divider: true,
},
{
text: <T id={'cash_flow.label.add_money_in'} />,
href: '/',
},
{
text: <T id={'cash_flow.label.add_money_out'} />,
href: '/',
},
{
text: <T id={'cash_flow.label.add_cash_account'} />,
href: '/',
},
{
text: <T id={'cash_flow.label.add_bank_account'} />,
href: '/',
},
],
},
{
text: <T id={'expenses'} />,
children: [