From 20564a74cfd95fdcf711fd69c05bbf5a10545779 Mon Sep 17 00:00:00 2001 From: jagrit007 Date: Sat, 11 Oct 2025 17:58:25 +0000 Subject: [PATCH] Add 1.html --- 1.html | 348 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 348 insertions(+) create mode 100644 1.html diff --git a/1.html b/1.html new file mode 100644 index 0000000..4feaec6 --- /dev/null +++ b/1.html @@ -0,0 +1,348 @@ + + + + + Invoice {{invoiceNumber}} + + + +
+
+
{{companyName}}
+
+ {{#companyAddress}} +
{{companyAddress}}
+ {{/companyAddress}} + {{#companyEmail}} +
{{companyEmail}}
+ {{/companyEmail}} + {{#companyPhone}} +
{{companyPhone}}
+ {{/companyPhone}} +
+
+
+

INVOICE

+
#{{invoiceNumber}}
+
+
+ +
+
+

Bill To

+
+
{{customerName}}
+ {{#customerAddress}} +
{{customerAddress}}
+ {{/customerAddress}} + {{#customerEmail}} +
{{customerEmail}}
+ {{/customerEmail}} +
+
+ +
+
+
Issue Date
+
{{issueDate}}
+
+ {{#dueDate}} +
+
Due Date
+
{{dueDate}}
+
+ {{/dueDate}} + {{#status}} +
+
Status
+
{{status}}
+
+ {{/status}} +
+
+ + + + + + + + + + + + {{#items}} + + + + + + + {{/items}} + +
DescriptionQuantityUnit PriceTotal
{{description}}{{quantity}}{{unitPrice}}{{lineTotal}}
+ +
+ {{#subtotal}} +
+ Subtotal + {{subtotal}} +
+ {{/subtotal}} + {{#tax}} +
+ Tax + {{tax}} +
+ {{/tax}} +
+ Total + {{total}} {{currency}} +
+
+ + {{#notes}} +
+

Notes

+

{{notes}}

+
+ {{/notes}} + + + + \ No newline at end of file