fix: Add the missing columns to the payment received and made models

This commit is contained in:
Ahmed Bouhuolia
2024-09-01 15:00:51 +02:00
parent 7c07d6b5ff
commit 7f5ffb8da1
9 changed files with 79 additions and 3 deletions

View File

@@ -74,6 +74,7 @@ export interface IPaymentReceivedEntryDTO {
export interface IPaymentsReceivedFilter extends IDynamicListFilterDTO {
stringifiedFilterRoles?: string;
filterQuery?: (trx: Knex.Transaction) => void;
}
export interface IPaymentReceivePageEntry {