made changes to invoice template
This commit is contained in:
parent
851cb8b264
commit
4f3aaf019c
|
@ -82,6 +82,7 @@ width:75%;
|
|||
</div><!-- CLIENT ADDRESS CLOSING -->
|
||||
|
||||
<div id="date"><strong>Invoice Date</strong>{{ date }}</div>
|
||||
<br>
|
||||
<div id="invoiceNo"><strong>Invoice Number: </strong>{{ invoice_no }}</div>
|
||||
<br>
|
||||
|
||||
|
@ -91,14 +92,15 @@ 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>
|
||||
|
@ -110,7 +112,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 +120,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 +135,9 @@ width:75%;
|
|||
<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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user