From 2cab515ee9487baa642d163d4b4a987c1054de3e Mon Sep 17 00:00:00 2001 From: jagrit007 Date: Sat, 11 Oct 2025 18:02:50 +0000 Subject: [PATCH] Add elite.html --- elite.html | 631 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 631 insertions(+) create mode 100644 elite.html diff --git a/elite.html b/elite.html new file mode 100644 index 0000000..d7a47c0 --- /dev/null +++ b/elite.html @@ -0,0 +1,631 @@ + + + + + Invoice {{invoiceNumber}} + + + +
+
+ +
+
+
+
{{companyName}}
+
Professional Services
+
+ {{#companyAddress}} +
📍 {{companyAddress}}
+ {{/companyAddress}} + {{#companyEmail}} +
✉ {{companyEmail}}
+ {{/companyEmail}} + {{#companyPhone}} +
📞 {{companyPhone}}
+ {{/companyPhone}} +
+
+ +
+
Invoice
+
#{{invoiceNumber}}
+ {{#status}} +
{{status}}
+ {{/status}} +
+
+
+ +
+
+
+
Billed To
+
+
{{customerName}}
+ {{#customerAddress}} +
{{customerAddress}}
+ {{/customerAddress}} + {{#customerEmail}} +
{{customerEmail}}
+ {{/customerEmail}} + {{#customerPhone}} +
{{customerPhone}}
+ {{/customerPhone}} +
+
+ +
+
Payment Details
+
+
+
+
Issued
+
{{issueDate}}
+
+ {{#dueDate}} +
+
Due
+
{{dueDate}}
+
+ {{/dueDate}} +
+
+
+
+ +
+
Items & Services
+ + + + + + + + + + + {{#items}} + + + + + + + {{/items}} + +
DescriptionQtyRateAmount
{{description}}{{quantity}}{{unitPrice}}{{lineTotal}}
+
+ +
+
+ {{#subtotal}} +
+ Subtotal + {{subtotal}} +
+ {{/subtotal}} + {{#tax}} +
+ Tax + {{tax}} +
+ {{/tax}} + {{#discount}} +
+ Discount + -{{discount}} +
+ {{/discount}} +
+ Total Due + {{total}} {{currency}} +
+
+
+ + {{#notes}} +
+
Additional Notes
+
{{notes}}
+
+ {{/notes}} +
+ + +
+ + \ No newline at end of file