refactor: gl entries

This commit is contained in:
Ahmed Bouhuolia
2025-06-10 12:29:46 +02:00
parent 90d6bea9b9
commit fa180b3ac5
7 changed files with 13 additions and 5 deletions

View File

@@ -1,4 +1,5 @@
import { sumBy } from 'lodash';
import * as moment from 'moment';
import { ILedgerEntry } from '@/modules/Ledger/types/Ledger.types';
import { ItemEntry } from '@/modules/TransactionItemEntry/models/ItemEntry';
import { Bill } from '../models/Bill';