feat: general ledger and journal exporting

This commit is contained in:
Ahmed Bouhuolia
2024-01-07 18:48:14 +02:00
parent 7aee76e461
commit 5ef99f2cb3
10 changed files with 41 additions and 23 deletions

View File

@@ -31,7 +31,7 @@ export class GeneralLedgerTableInjectable {
meta: sheetMeta,
} = await this.GLSheet.generalLedger(tenantId, query);
const table = new GeneralLedgerTable(sheetData, sheetQuery);
const table = new GeneralLedgerTable(sheetData, sheetQuery, sheetMeta);
return {
table: {