Merge branch 'develop' into disconnect-bank-account

This commit is contained in:
Ahmed Bouhuolia
2024-07-29 20:17:09 +02:00
67 changed files with 1218 additions and 177 deletions

View File

@@ -40,7 +40,7 @@ export interface ILedgerEntry {
date: Date | string;
transactionType: string;
transactionSubType: string;
transactionSubType?: string;
transactionId: number;