made changes to invoice template

This commit is contained in:
unknown 2011-11-15 09:55:03 -05:00
parent 851cb8b264
commit 4f3aaf019c

View File

@ -82,6 +82,7 @@ width:75%;
</div><!-- CLIENT ADDRESS CLOSING --> </div><!-- CLIENT ADDRESS CLOSING -->
<div id="date"><strong>Invoice Date</strong>{{ date }}</div> <div id="date"><strong>Invoice Date</strong>{{ date }}</div>
<br>
<div id="invoiceNo"><strong>Invoice Number: </strong>{{ invoice_no }}</div> <div id="invoiceNo"><strong>Invoice Number: </strong>{{ invoice_no }}</div>
<br> <br>
@ -91,14 +92,15 @@ width:75%;
<div id="content"> <div id="content">
<p>Dear {{ sir_or_madam }},</p> <p>Dear {{ sir_or_madam }},</p>
<p>Below is a statement of professional fees for {{ website_name }}.</p> <p>Below is a statement of professional fees for {{ website_name }}.</p>
<br>
</div> </div>
<div id="paymentTable"> <div id="paymentTable">
<table width="90%" border="1" cellspacing="0" cellpadding="1"> <table width="90%" border="1" cellspacing="0" cellpadding="4">
<tr> <tr>
<th scope="col">Particulars</th> <th scope="col">Particulars</th>
<th scope="col">Amount</th> <th scope="col">Amount (INR)</th>
</tr> </tr>
<tr> <tr>
<td>{{ particulars }};</td> <td>{{ particulars }};</td>
@ -110,7 +112,7 @@ width:75%;
</tr> </tr>
<tr> <tr>
<td><strong>Total Amount</strong> <td><strong>Total Amount</strong>
<p>In words: {{ amount_words }}</p> <p>In words: {{ amount_words }} only</p>
</td> </td>
<td><strong>{{ amount_final }}</strong></td> <td><strong>{{ amount_final }}</strong></td>
</tr> </tr>
@ -118,14 +120,14 @@ width:75%;
</table> </table>
<br> <br>
</div> </div>
<br>
<div class="paymentTo"><strong>Payment to:</strong> {{ company_name }}</div> <div class="paymentTo"><strong>Payment to:</strong> {{ company_name }}</div>
<div class="bankInfo"> <div class="bankInfo">
<p><strong>{{ bank_name }}:</strong></p> <p><strong>{{ bank_name }}</strong></p>
<p>{{ ifsc_code }}</p> <p><strong>IFSC Code: </strong>{{ ifsc_code }}</p>
<p>{{ account_number }}</p> <p><strong>Account No: </strong>{{ account_number }}</p>
<p>{{ account_branch }}</p> <p><p><strong>Account Branch: </strong>{{ account_branch }}</p>
</div> </div>
<br> <br>
@ -133,7 +135,9 @@ width:75%;
<br> <br>
<br> <br>
<br> <br>
<p style="text-align:right";><strong>{{ client_name }}</strong></p> <br>
<br>
<p style="text-align:right";><strong>{{ company_name }}</strong></p>
</div> </div>