WIP: customer balance report.

This commit is contained in:
a.bouhuolia
2021-05-05 02:19:43 +02:00
parent 8275d3d395
commit 8ca3509f03
14 changed files with 843 additions and 1 deletions

View File

@@ -42,4 +42,6 @@ export * from './Mailable';
export * from './InventoryAdjustment';
export * from './Setup'
export * from './IInventoryValuationSheet';
export * from './SalesByItemsSheet';
export * from './SalesByItemsSheet';
export * from './CustomerBalanceSummary';
export * from './TransactionsByCustomers';