diff --git a/komodo.html b/komodo.html
index cabb31a..f123363 100644
--- a/komodo.html
+++ b/komodo.html
@@ -6,8 +6,8 @@
- Dezine Zync Studios LLP.
- 302, Long St., Central Ave. Pune, India.
+ {{userCompany}}
+ {{userAddress}}
@@ -16,8 +16,8 @@ Dezine Zync Studios LLP.
To
-
John Appleseed
-
25, Cleaveland Ave. Pune, India
+
{{clientName}}
+
{{clientAddress}}
@@ -25,45 +25,39 @@
Dezine Zync Studios LLP.
Date of Invoice:
-
25, Jan 2015
+
{{invoiceDate}}
-
10, Feb 2015
+
{{dueDate}}
-
+ {{tableHeader
Description |
Quantity |
Rate |
Total |
-
-
- User Interface Engineering |
- 100 Hr |
- 300.00 |
- 30000.00 |
-
-
- Backend Engineering & System Architecture |
- 60 Hr |
- 300.00 |
- 18000.00 |
-
-
+
/tableHeader}}
+ {{tableBody
+ {{itemTitle}} |
+ {{itemQuantity}} |
+ {{itemRate}} |
+ {{itemTotal}} |
+
/tableBody}}
+ {{taxItem
|
- Tax A @12% |
- 3200.00 |
-
-
- Total |
- ₹ 76500.00 |
-
+ {{taxTitle}} |
+ {{taxAmount}} |
+ /taxItem}}
+ {{tableFooter
+ Total |
+ {{total}} |
+
/tableFooter}}
diff --git a/pronto.html b/pronto.html
index 20e3102..eb94563 100644
--- a/pronto.html
+++ b/pronto.html
@@ -6,54 +6,48 @@
- Dezine Zync Studios LLP.
Nikhil Nigade
+ {{userCompany}}
{{username}}
-
To: John Appleseed
-
25, Cleaveland Ave.
Pune, India
+
To: {{clientName}}
+
{{clientAddress}}
-
Date of Invoice: 25, Jan 2015.
-
Payment due by: 10, Feb 2015.
+
Date of Invoice: {{invoiceDate}}.
+
Payment due by: {{dueDate}}.
-
+ {{tableHeader
Description |
Quantity |
Rate |
Total |
-
-
- User Interface Engineering |
- 100 Hr |
- 300.00 |
- 30000.00 |
-
-
- Backend Engineering & System Architecture |
- 60 Hr |
- 300.00 |
- 18000.00 |
-
-
+
/tableHeader}}
+ {{tableBody
+ {{itemTitle}} |
+ {{itemQuantity}} |
+ {{itemRate}} |
+ {{itemTotal}} |
+
/tableBody}}
+ {{taxItem
|
- Tax A @12% |
- 3200.00 |
-
-
- Total |
- ₹ 76500.00 |
-
+ {{taxTitle}} |
+ {{taxAmount}} |
+ /taxItem}}
+ {{tableFooter
+ Total |
+ {{total}} |
+
/tableFooter}}