feat: delete transaction.

This commit is contained in:
elforjani13
2021-10-24 14:34:30 +02:00
parent fc67d56d45
commit c5783896ad
6 changed files with 147 additions and 8 deletions

View File

@@ -30,3 +30,12 @@ export const addMoneyOut = [
value: 'transfer_to_account',
},
];
export const TRANSACRIONS_TYPE = [
'OwnerContribution',
'OtherIncome',
'TransferFromAccount',
'OnwersDrawing',
'OtherExpense',
'TransferToAccount',
];