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%;
}
.signatureImage {
float:right;
margin-bottom:2px;
}
.belowSign {
text-align:right;
clear:both;
}
/*#clientAddress {
float:left;
@ -76,12 +86,16 @@ width:75%;
</div>
</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>Email: {{ client_email }}</p>
</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>
<br>
@ -91,17 +105,18 @@ width:75%;
<div id="content">
<p>Dear {{ sir_or_madam }},</p>
<p>Below is a statement of professional fees for {{ website_name }}.</p>
<br>
</div>
<div id="paymentTable">
<table width="90%" border="1" cellspacing="0" cellpadding="1">
<table width="90%" border="1" cellspacing="0" cellpadding="4">
<tr>
<th scope="col">Particulars</th>
<th scope="col">Amount</th>
<th scope="col">Amount (INR)</th>
</tr>
<tr>
<td>{{ particulars }};</td>
<td>{{ particulars }}</td>
<td>{{ amount }}</td>
</tr>
<tr>
@ -110,7 +125,7 @@ width:75%;
</tr>
<tr>
<td><strong>Total Amount</strong>
<p>In words: {{ amount_words }}</p>
<p>In words: {{ amount_words }} only</p>
</td>
<td><strong>{{ amount_final }}</strong></td>
</tr>
@ -118,14 +133,14 @@ width:75%;
</table>
<br>
</div>
<br>
<div class="paymentTo"><strong>Payment to:</strong> {{ company_name }}</div>
<div class="bankInfo">
<p><strong>{{ bank_name }}:</strong></p>
<p>{{ ifsc_code }}</p>
<p>{{ account_number }}</p>
<p>{{ account_branch }}</p>
<p><strong>{{ bank_name }}</strong></p>
<p><strong>IFSC Code: </strong>{{ ifsc_code }}</p>
<p><strong>Account No: </strong>{{ account_number }}</p>
<p><p><strong>Account Branch: </strong>{{ account_branch }}</p>
</div>
<br>
@ -133,7 +148,11 @@ width:75%;
<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>