This commit is contained in:
Sanj 2011-11-16 18:54:53 +05:30
commit 379b448bb4

View File

@ -48,6 +48,16 @@ td {
width:75%; width:75%;
} }
.signatureImage {
float:right;
margin-bottom:2px;
}
.belowSign {
text-align:right;
clear:both;
}
/*#clientAddress { /*#clientAddress {
float:left; float:left;
@ -76,12 +86,16 @@ width:75%;
</div> </div>
</div><!-- HEADER CLOSING --> </div><!-- HEADER CLOSING -->
<div id="clientAddress"><strong>To:</strong>{{ client_address|markdown }} <div id="clientAddress">
<p><strong>To: </strong>{{ client_name }}</p>
<p>{{ client_address|markdown }}</p>
<p>Tel No: {{ client_tel }}</p> <p>Tel No: {{ client_tel }}</p>
<p>Email: {{ client_email }}</p> <p>Email: {{ client_email }}</p>
</div><!-- CLIENT ADDRESS CLOSING --> </div><!-- CLIENT ADDRESS CLOSING -->
<div id="date"><strong>Invoice Date</strong>{{ date }}</div> <br>
<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,17 +105,18 @@ 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>
<td>{{ amount }}</td> <td>{{ amount }}</td>
</tr> </tr>
<tr> <tr>
@ -110,7 +125,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 +133,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 +148,11 @@ width:75%;
<br> <br>
<br> <br>
<br> <br>
<p style="text-align:right";><strong>{{ client_name }}</strong></p> <br>
<br>
<img src="/static/images/x/{{sign_image}}" class="signatureImage" />
<p class="belowSign"><strong>{{ company_name }}</strong></p>
</div> </div>