feat: match bank transaction

This commit is contained in:
Ahmed Bouhuolia
2024-06-20 23:31:46 +02:00
parent b37002bea6
commit 738a84bb4b
20 changed files with 492 additions and 55 deletions

View File

@@ -3,14 +3,15 @@ import { GetMatchedTransactionManualJournalsTransformer } from './GetMatchedTran
import { GetMatchedTransactionsFilter } from './types';
import { TransformerInjectable } from '@/lib/Transformer/TransformerInjectable';
import HasTenancyService from '@/services/Tenancy/TenancyService';
import { GetMatchedTransactionsByType } from './GetMatchedTransactionsByType';
@Service()
export class GetMatchedTransactionsByExpenses {
export class GetMatchedTransactionsByExpenses extends GetMatchedTransactionsByType {
@Inject()
private tenancy: HasTenancyService;
protected tenancy: HasTenancyService;
@Inject()
private transformer: TransformerInjectable;
protected transformer: TransformerInjectable;
/**
*