tweaks to invoice
This commit is contained in:
parent
2f02cf2ce0
commit
b3683ca9db
|
@ -76,12 +76,15 @@ 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>
|
<br>
|
||||||
<div id="invoiceNo"><strong>Invoice Number: </strong>{{ invoice_no }}</div>
|
<div id="invoiceNo"><strong>Invoice Number: </strong>{{ invoice_no }}</div>
|
||||||
<br>
|
<br>
|
||||||
|
@ -103,7 +106,7 @@ width:75%;
|
||||||
<th scope="col">Amount (INR)</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>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user