mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
feat(webapp): wip printing financial reports
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user