fix: AR/AP aging report

This commit is contained in:
Ahmed Bouhuolia
2025-06-21 20:15:42 +02:00
parent 4d52059dba
commit 91976842a7
23 changed files with 265 additions and 126 deletions

View File

@@ -1,8 +1,7 @@
import { Response } from 'express';
import { Controller, Get, Headers, Query, Res } from '@nestjs/common';
import { APAgingSummaryApplication } from './APAgingSummaryApplication';
import { IAPAgingSummaryQuery } from './APAgingSummary.types';
import { AcceptType } from '@/constants/accept-type';
import { Response } from 'express';
import { ApiOperation, ApiTags } from '@nestjs/swagger';
import { APAgingSummaryQueryDto } from './APAgingSummaryQuery.dto';