refactoring: migrating to react-query to manage service-side state.

This commit is contained in:
a.bouhuolia
2021-02-07 08:10:21 +02:00
parent e093be0663
commit adac2386bb
284 changed files with 8255 additions and 6610 deletions

View File

@@ -1,5 +1,3 @@
export const ACCOUNT_TYPE = {
CASH: 'cash',
BANK: 'bank',
@@ -42,11 +40,10 @@ export const ACCOUNT_ROOT_TYPE = {
ASSET: 'asset',
LIABILITY: 'liability',
EQUITY: 'equity',
EXPENSE: 'expene',
EXPENSE: 'expense',
INCOME: 'income',
};
export const ACCOUNT_NORMAL = {
CREDIT: 'credit',
DEBIT: 'debit',
@@ -223,4 +220,4 @@ export const ACCOUNT_TYPES = [
balanceSheet: false,
incomeSheet: true,
},
];
];