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