diff --git a/templates/invoice/invoiceTemplate.html b/templates/invoice/invoiceTemplate.html new file mode 100644 index 0000000..f4d9e5b --- /dev/null +++ b/templates/invoice/invoiceTemplate.html @@ -0,0 +1,287 @@ + + + + + + {{documentTitle}} {{invoiceNumber}} + + + +
+ +
+
+
{{companyName}}
+
Coffee Subscription Service
+
+
+
{{documentTitle}}
+
{{invoiceNumberLabel}}
+
{{invoiceNumber}}
+
+
+ + +
+
+

{{fromLabel}}

+

+ {{companyName}}
+ {{companyStreet}}
+ {{companyPostalCity}}
+ {{companyCountry}} +

+
+
+

{{toLabel}}

+

+ {{customerName}}
+ {{customerEmail}}
+ {{customerStreet}}
+ {{customerPostalCity}}
+ {{customerCountry}} +

+
+ {{orderedByBlock}} +
+

{{detailsLabel}}

+

+ {{dateLabel}}: {{issuedAt}}
+ {{dueDateLabel}}: {{dueAt}}
+ {{statusLabel}}: {{invoiceStatus}} +

+
+
+ + + + + + + + + + + + + + {{itemsRows}} + +
#{{descriptionHeader}}{{qtyHeader}}{{unitPriceHeader}}{{totalHeader}}
+ + +
+
+
+ {{subtotalLabel}} + {{totalNet}} +
+
+ {{taxLabel}} ({{vatRateDisplay}}) + {{totalTax}} +
+
+ {{totalLabel}} + {{totalGross}} +
+
+
+ + +
+

{{paymentInfoTitle}}

+

{{paymentInfoText}}

+
+ + + +
+ +