feat: add auto increment/ money out.

This commit is contained in:
elforjani13
2021-10-24 20:01:51 +02:00
parent 9ecc7f58e7
commit e94a386fe8
14 changed files with 476 additions and 28 deletions

View File

@@ -18,7 +18,7 @@ export default (mapState) => {
vendorsSettings: state.settings.data.vendors,
cashflowSettings: state.settings.data.cashflowAccounts,
cashflowTransactionsSettings: state.settings.data.cashflowTransactions,
cashflowSetting: state.settings.data.cashflow,
};
return mapState ? mapState(mapped, state, props) : mapped;
};