feat: wip prepard expenses from vendors

This commit is contained in:
Ahmed Bouhuolia
2024-07-24 18:57:51 +02:00
parent b68d180785
commit f3af3843dd
6 changed files with 179 additions and 21 deletions

View File

@@ -29,6 +29,9 @@ export interface IBillPayment {
localAmount?: number;
branchId?: number;
prepardExpensesAccountId?: number;
isPrepardExpense: boolean;
}
export interface IBillPaymentEntryDTO {