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

@@ -12,10 +12,12 @@ export const TABLES = {
ACCOUNTS: 'accounts',
MANUAL_JOURNALS: 'manual_journal',
EXPENSES: 'expenses',
CASHFLOW_ACCOUNTS: 'cashflow_accounts',
CASHFLOW_Transactions: 'cashflow_transactions',
};
export const TABLE_SIZE = {
COMPACT: 'compact',
SMALL: 'small',
MEDIUM: 'medium',
}
};