fix: credit note printing

This commit is contained in:
Ahmed Bouhuolia
2026-01-01 17:17:55 +02:00
parent ead4fc9b97
commit 0ef78a19fe
4 changed files with 302 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
export * from './components/PaperTemplate';
export * from './components/InvoicePaperTemplate';
export * from './components/CreditNotePaperTemplate';
export * from './components/EstimatePaperTemplate';
export * from './components/ReceiptPaperTemplate';
export * from './components/PaymentReceivedPaperTemplate';
@@ -7,6 +8,7 @@ export * from './components/FinancialSheetTemplate';
export * from './components/ExportResourceTableTemplate';
export * from './renders/render-invoice-paper-template';
export * from './renders/render-credit-note-paper-template';
export * from './renders/render-estimate-paper-template';
export * from './renders/render-receipt-paper-template';
export * from './renders/render-payment-received-paper-template';