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,3 +1,4 @@
import * as moment from 'moment';
import { sumBy } from 'lodash';
import { BillPayment } from '../models/BillPayment';
import { AccountNormal } from '@/interfaces/Account';