feat(webapp): wip printing financial reports

This commit is contained in:
Ahmed Bouhuolia
2024-02-12 19:07:57 +02:00
parent eb4491f44a
commit d229378957
80 changed files with 1424 additions and 25 deletions

View File

@@ -57,5 +57,17 @@ export enum DialogsName {
TrialBalanceSheetPdfPreview = 'TrialBalanceSheetPdfPreview',
CashflowSheetPdfPreview = 'CashflowSheetPdfPreview',
ProfitLossSheetPdfPreview = 'ProfitLossSheetPdfPreview',
InventoryValuationPdfPreview = 'InventoryValuationPdfPreview',
APAgingSummaryPdfPreview = 'APAgingSummaryPdfPreview',
ARAgingSummaryPdfPreview = 'ARAgingSummaryPdfPreview',
JournalPdfPreview = 'JournalPdfPreview',
SalesByItemsPdfPreview = 'SalesByItemsPdfPreview',
PurchasesByItemsPdfPreview = 'PurchasesByItemsPdfPreview',
VendorBalancePdfPreview = 'VendorBalancePdfPreview',
InventoryItemDetailsPdfPreview = 'InventoryItemDetailsPdfPreview',
CustomerBalanceSummaryPdfPreview = 'CustomerBalanceSummaryPdfPreview',
CustomerTransactionsPdfPreview = 'CustomerTransactionsPdfPreview',
VendorTransactionsPdfPreview = 'VendorTransactionsPdfPreview',
GeneralLedgerPdfPreview = 'GeneralLedgerPdfPreview',
SalesTaxLiabilitySummaryPdfPreview = 'SalesTaxLiabilitySummaryPdfPreview'
}