Skip to content

Commit

Permalink
updated processed templates to utilize tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
dezinezync committed Apr 25, 2015
1 parent 09938d2 commit 93b5f38
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 118 deletions.
50 changes: 22 additions & 28 deletions komodo.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
</head>
<body>
<header>
<h1 class="title">Dezine Zync Studios LLP.</h1>
<p>302, Long St., Central Ave. Pune, India.</p>
<h1 class="title">{{userCompany}}</h1>
<p>{{userAddress}}</p>
</header>
<div class="container">
<section class="info">
Expand All @@ -16,54 +16,48 @@ <h1 class="title">Dezine Zync Studios LLP.</h1>
<p>To</p>
</div>
<div class="right">
<p><strong>John Appleseed</strong></p>
<p>25, Cleaveland Ave. Pune, India</p>
<p><strong>{{clientName}}</strong></p>
<p>{{clientAddress}}</p>
</div>
</div>
<div class="dates">
<div class="left">
<p>Date of Invoice:</p>
</div>
<div class="right">
<p>25, Jan 2015</p>
<p>{{invoiceDate}}</p>
</div>
<div class="left">
<p>Payment due by:</p>
</div>
<div class="right">
<p>10, Feb 2015</p>
<p>{{dueDate}}</p>
</div>
</div>
</section>
<section class="content">
<table>
<tr>
{{tableHeader<tr>
<th colspan="3">Description</th>
<th colspan="2">Quantity</th>
<th colspan="2">Rate</th>
<th colspan="2">Total</th>
</tr>
<tr>
<td colspan="3">User Interface Engineering</td>
<td colspan="2">100 Hr</td>
<td colspan="2">300.00</td>
<td colspan="2">30000.00</td>
</tr>
<tr>
<td colspan="3">Backend Engineering &amp System Architecture</td>
<td colspan="2">60 Hr</td>
<td colspan="2">300.00</td>
<td colspan="2">18000.00</td>
</tr>
<tr class="taxItem">
</tr>/tableHeader}}
{{tableBody<tr>
<td colspan="3">{{itemTitle}}</td>
<td colspan="2">{{itemQuantity}}</td>
<td colspan="2">{{itemRate}}</td>
<td colspan="2">{{itemTotal}}</td>
</tr>/tableBody}}
{{taxItem<tr class="taxItem">
<td colspan="6"></td>
<td colspan="1">Tax A @12%</td>
<td colspan="2">3200.00</td>
</tr>
<tr>
<td colspan="1"><strong>Total</strong></td>
<td colspan="8"> <strong>₹ 76500.00</strong></td>
</tr>
<td colspan="1">{{taxTitle}}</td>
<td colspan="2">{{taxAmount}}</td>
</tr>/taxItem}}
{{tableFooter<tr>
<td colspan="1"><b>Total</b></td>
<td colspan="8"><b>{{total}}</b></td>
</tr>/tableFooter}}
</table>
</section>
</div>
Expand Down
50 changes: 22 additions & 28 deletions pronto.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,54 +6,48 @@
</head>
<body>
<header>
<h1 class="title">Dezine Zync Studios LLP.<br />Nikhil Nigade</h1>
<h1 class="title">{{userCompany}}<br />{{username}}</h1>
</header>
<div class="container">
<section class="info left">
<div class="to">
<h3 class="subtitle">To: John Appleseed</h3>
<p>25, Cleaveland Ave. <br/>Pune, India </p>
<h3 class="subtitle">To: {{clientName}}</h3>
<p>{{clientAddress}}</p>
</div>
<div class="dates">
<p>Date of Invoice: <strong>25, Jan 2015</strong>.</p>
<p>Payment due by: <strong>10, Feb 2015</strong>.</p>
<p>Date of Invoice: <strong>{{invoiceDate}}</strong>.</p>
<p>Payment due by: <strong>{{dueDate}}</strong>.</p>
</div>
</section>
<section class="content left">
<table>
<tr>
{{tableHeader<tr>
<th colspan="3">Description</th>
<th colspan="2">Quantity</th>
<th colspan="2">Rate</th>
<th colspan="2">Total</th>
</tr>
<tr>
<td colspan="3">User Interface Engineering</td>
<td colspan="2">100 Hr</td>
<td colspan="2">300.00</td>
<td colspan="2">30000.00</td>
</tr>
<tr>
<td colspan="3">Backend Engineering &amp System Architecture</td>
<td colspan="2">60 Hr</td>
<td colspan="2">300.00</td>
<td colspan="2">18000.00</td>
</tr>
<tr class="taxItem">
</tr>/tableHeader}}
{{tableBody<tr>
<td colspan="3">{{itemTitle}}</td>
<td colspan="2">{{itemQuantity}}</td>
<td colspan="2">{{itemRate}}</td>
<td colspan="2">{{itemTotal}}</td>
</tr>/tableBody}}
{{taxItem<tr class="taxItem">
<td colspan="6"></td>
<td colspan="1">Tax A @12%</td>
<td colspan="2">3200.00</td>
</tr>
<tr>
<td colspan="1"><strong>Total</strong></td>
<td colspan="8"> <strong>₹ 76500.00</strong></td>
</tr>
<td colspan="1">{{taxTitle}}</td>
<td colspan="2">{{taxAmount}}</td>
</tr>/taxItem}}
{{tableFooter<tr>
<td colspan="1"><b>Total</b></td>
<td colspan="8"><b>{{total}}</b></td>
</tr>/tableFooter}}
</table>
</section>
</div>
<div class="clear"></div>
<footer>
<p>Dezine Zync Studios LLP. 302, Long St., Central Ave. Pune, India.</p>
<p>{{userCompany}} {{userAddress}}</p>
</footer>
</body>
</html>
50 changes: 22 additions & 28 deletions sumplr.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,54 +6,48 @@
</head>
<body>
<header>
<h1 class="title">Dezine Zync Studios LLP.<br />Nikhil Nigade</h1>
<h1 class="title">{{userCompany}}<br />{{username}}</h1>
</header>
<div class="container">
<section class="info left">
<div class="to">
<h4 class="subtitle">To</h4><b>John Appleseed</b>
<p>25, Cleaveland Ave. <br/>Pune, India </p>
<h4 class="subtitle">To</h4><b>{{clientName}}</b>
<p>{{clientAddress}}</p>
</div>
<div class="dates">
<p>Date of Invoice: <strong>25, Jan 2015</strong>.</p>
<p>Payment due by: <strong>10, Feb 2015</strong>.</p>
<p>Date of Invoice: <strong>{{invoiceDate}}</strong>.</p>
<p>Payment due by: <strong>{{dueDate}}</strong>.</p>
</div>
</section>
<section class="content left">
<table>
<tr>
{{tableHeader<tr>
<th colspan="3">Description</th>
<th colspan="2">Quantity</th>
<th colspan="2">Rate</th>
<th colspan="2">Total</th>
</tr>
<tr>
<td colspan="3">User Interface Engineering</td>
<td colspan="2">100 Hr</td>
<td colspan="2">300.00</td>
<td colspan="2">30000.00</td>
</tr>
<tr>
<td colspan="3">Backend Engineering &amp System Architecture</td>
<td colspan="2">60 Hr</td>
<td colspan="2">300.00</td>
<td colspan="2">18000.00</td>
</tr>
<tr class="taxItem">
</tr>/tableHeader}}
{{tableBody<tr>
<td colspan="3">{{itemTitle}}</td>
<td colspan="2">{{itemQuantity}}</td>
<td colspan="2">{{itemRate}}</td>
<td colspan="2">{{itemTotal}}</td>
</tr>/tableBody}}
{{taxItem<tr class="taxItem">
<td colspan="6"></td>
<td colspan="1">Tax A @12%</td>
<td colspan="2">3200.00</td>
</tr>
<tr>
<td colspan="1"><strong>Total</strong></td>
<td colspan="8"> <strong>₹ 76500.00</strong></td>
</tr>
<td colspan="1">{{taxTitle}}</td>
<td colspan="2">{{taxAmount}}</td>
</tr>/taxItem}}
{{tableFooter<tr>
<td colspan="1"><b>Total</b></td>
<td colspan="8"><b>{{total}}</b></td>
</tr>/tableFooter}}
</table>
</section>
</div>
<div class="clear"></div>
<footer>
<p>Dezine Zync Studios LLP. 302, Long St., Central Ave. Pune, India.</p>
<p>{{userCompany}} {{userAddress}}</p>
</footer>
</body>
</html>
58 changes: 24 additions & 34 deletions uno.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,55 +6,45 @@
</head>
<body>
<header>
<h1 class="title">Dezine Zync Studios LLP.</h1>
<h1 class="title">{{userCompany}}</h1>
<div class="to">
<h4 class="subtitle">To</h4><b>John Appleseed</b>
<p>25, Cleaveland Ave. <br/>Pune, India </p>
<h4 class="subtitle">To</h4>
<b>{{clientName}}</b>
<p>{{clientAddress}}</p>
</div>
<div class="from">
<h4 class="subtitle">From</h4><b>Nikhil Nigade</b>
<p>302, Long St.,<br/>Central Ave.<br/>Pune, India.</p>
<h4 class="subtitle">From</h4>
<b>{{username}}</b>
<p>{{userAddress}}</p>
</div>
<div class="dates">
<p><b>Date of Invoice</b>: 25, Jan 2015.</p>
<p><b>Payment due by</b>: 10, Feb 2015.</p>
<p><b>Date of Invoice</b>: {{invoiceDate}}.</p>
<p><b>Payment due by</b>: {{dueDate}}.</p>
</div>
</header>
<section class="content">
<table>
<tr>
{{tableHeader<tr>
<th colspan="3">Description</th>
<th colspan="2">Quantity</th>
<th colspan="2">Rate</th>
<th colspan="2">Total</th>
</tr>
<tr>
<td colspan="3">User Interface Engineering</td>
<td colspan="2">100 Hr</td>
<td colspan="2">300.00</td>
<td colspan="2">30000.00</td>
</tr>
<tr>
<td colspan="3">User Interface Design</td>
<td colspan="2">95 Hr</td>
<td colspan="2">300.00</td>
<td colspan="2">28500.00</td>
</tr>
<tr>
<td colspan="3">Backend Engineering &amp System Architecture</td>
<td colspan="2">60 Hr</td>
<td colspan="2">300.00</td>
<td colspan="2">18000.00</td>
</tr>
<tr class="taxItem">
</tr>/tableHeader}}
{{tableBody<tr>
<td colspan="3">{{itemTitle}}</td>
<td colspan="2">{{itemQuantity}}</td>
<td colspan="2">{{itemRate}}</td>
<td colspan="2">{{itemTotal}}</td>
</tr>/tableBody}}
{{taxItem<tr class="taxItem">
<td colspan="6"></td>
<td colspan="1">Tax A @12%</td>
<td colspan="2">3200.00</td>
</tr>
<tr>
<td colspan="1">{{taxTitle}}</td>
<td colspan="2">{{taxAmount}}</td>
</tr>/taxItem}}
{{tableFooter<tr>
<td colspan="1"><b>Total</b></td>
<td colspan="8"> <b>₹ 76500.00</b></td>
</tr>
<td colspan="8"><b>{{total}}</b></td>
</tr>/tableFooter}}
</table>
</section>
</body>
Expand Down

0 comments on commit 93b5f38

Please sign in to comment.