-
-
-
-
{bigtitle}
-
- {showCompanyLogo && (
-
-

-
- )}
-
-
-
- {showInvoiceNumber && (
-
-
{invoiceNumberLabel}
-
{invoiceNumber}
-
- )}
- {showDateIssue && (
-
-
{dateIssueLabel}
-
{dateIssue}
-
- )}
- {showDueDate && (
-
-
{dueDateLabel}
-
{dueDate}
-
- )}
-
-
-
- {showBilledFromAddress && (
-
-
{companyName}
- {billedFromAddres.map((text, index) => (
-
{text}
- ))}
-
- )}
-
- {showBillingToAddress && (
-
-
{billedToLabel}
- {billedToAddress.map((text, index) => (
-
{text}
- ))}
-
- )}
-
-
-
-
-
- | {lineItemLabel} |
- {lineDescriptionLabel} |
- {lineRateLabel} |
- {lineTotalLabel} |
-
-
-
-
- {lines.map((line, index) => (
-
- | {line.item} |
- {line.description} |
-
- {line.quantity} X {line.rate}
- |
- {line.total} |
-
- ))}
-
-
-
-
-
- {showSubtotal && (
-
-
{subtotalLabel}
-
{subtotal}
-
+
+
+
+ {showInvoiceNumber && (
+
+ {invoiceNumber}
+
)}
-
- {showDiscount && (
-
-
{discountLabel}
-
{discount}
-
+ {showDateIssue && (
+
+ {dateIssue}
+
)}
-
- {showTaxes && (
- <>
- {taxes.map((tax, index) => (
-
-
{tax.label}
-
{tax.amount}
-
- ))}
- >
+ {showDueDate && (
+
+ {dueDate}
+
)}
+
- {showTotal && (
-
-
{totalLabel}
-
{total}
-
+
+ {showBilledFromAddress && (
+ {companyName}, ...billedFromAddres]}
+ />
)}
-
- {showPaymentMade && (
-
-
{paymentMadeLabel}
-
{paymentMade}
-
+ {showBillingToAddress && (
+
)}
+
- {showBalanceDue && (
-
-
{balanceDueLabel}
-
{balanceDue}
-
+
+
+
+ {showSubtotal && (
+
+ )}
+ {showDiscount && (
+
+ )}
+ {showTaxes && (
+ <>
+ {taxes.map((tax, index) => (
+
+ ))}
+ >
+ )}
+ {showTotal && (
+
+ )}
+ {showPaymentMade && (
+
+ )}
+ {showBalanceDue && (
+
+ )}
+
+
+
+
+ {showTermsConditions && (
+
+ {termsConditions}
+
)}
-
-
-
- {showTermsConditions && (
-
-
{termsConditionsLabel}
-
{termsConditions}
-
- )}
- {showStatement && (
-
-
{statementLabel}
-
{statement}
-
- )}
-
+ {showStatement && (
+