feat(server): wip sales tax liability summary report

This commit is contained in:
Ahmed Bouhuolia
2023-08-31 02:19:18 +02:00
parent 6535424d0f
commit 6baec8dd96
11 changed files with 535 additions and 13 deletions

View File

@@ -47,6 +47,7 @@ export interface ILedgerEntry {
itemId?: number;
branchId?: number;
projectId?: number;
taxRateId?: number;
entryId?: number;
createdAt?: Date;