feat: cashflow accounts.

This commit is contained in:
elforjani13
2021-10-13 19:54:36 +02:00
parent 4ba750fe11
commit b848553cf7
10 changed files with 454 additions and 3 deletions

View File

@@ -16,6 +16,9 @@ export default (mapState) => {
accountsSettings: state.settings.data.accounts,
customersSettings: state.settings.data.customers,
vendorsSettings: state.settings.data.vendors,
cashflowSettings: state.settings.data.cashflowAccounts,
cashflowTransactionsSettings: state.settings.data.cashflowTransactions,
};
return mapState ? mapState(mapped, state, props) : mapped;
};