refactor: reports to nestjs

This commit is contained in:
Ahmed Bouhuolia
2025-01-21 11:53:29 +02:00
parent b46f2a91c3
commit 2e1c57438c
41 changed files with 71 additions and 50 deletions

View File

@@ -2,7 +2,7 @@ import { Inject, Injectable } from '@nestjs/common';
import * as R from 'ramda';
import { sumBy, omit } from 'lodash';
import * as composeAsync from 'async/compose';
import moment from 'moment';
import * as moment from 'moment';
import { SaleReceiptIncrement } from './SaleReceiptIncrement.service';
import { ItemsEntriesService } from '@/modules/Items/ItemsEntries.service';
import { BranchTransactionDTOTransformer } from '@/modules/Branches/integrations/BranchTransactionDTOTransform';