fix: pdf templates server-side rendered

This commit is contained in:
Ahmed Bouhuolia
2024-09-30 11:15:05 +02:00
parent 863c7ad99f
commit 783387dce6
10 changed files with 46 additions and 42 deletions

View File

@@ -179,14 +179,15 @@ export const defaultInvoicePdfTemplateAttributes = {
dateIssueLabel: 'Date of issue',
showDateIssue: true,
// dateIssue,
// # Invoice number,
invoiceNumberLabel: 'Invoice number',
showInvoiceNumber: true,
// Address
// # Customer address
showCustomerAddress: true,
customerAddress: '',
// # Company address
showCompanyAddress: true,
companyAddress: '',
billedToLabel: 'Billed To',