mirror of
https://gitlab.com/sonalarora/tra_backend.git
synced 2025-12-17 10:19:09 +02:00
work on report
This commit is contained in:
@@ -4,45 +4,71 @@
|
||||
<t t-call="web.external_layout">
|
||||
<t t-set="o" t-value="o.with_context(lang=lang)"/>
|
||||
<div class="page">
|
||||
<div class="row mt64" style="border:1px solid;width:450px;float:left;">
|
||||
<div class="col-6">
|
||||
<strong>Code: </strong><br/>
|
||||
<strong>Address: </strong><br/>
|
||||
<strong>Telephone Number: </strong><br/>
|
||||
<strong>Account Payee: </strong><br/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mt64" style="border:1px solid;width:350px;float:right;">
|
||||
<div class="col-6">
|
||||
<strong>Receipt Number: </strong><span t-field="o.name"/><br/>
|
||||
<strong>Date: </strong><span t-field="o.payment_date"/><br/><br/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mt64" style="border:1px solid;width:350px;float:right;">
|
||||
<div class="col-6">
|
||||
<strong>Cheque Number: </strong><br/>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<div class="row mt64" style="border:1px solid;width:450px;float:left;">
|
||||
<table class="table table-sm">
|
||||
<tr>
|
||||
<th style="border:1px solid;width:50%">
|
||||
<strong>Code: </strong><br/>
|
||||
<strong>Address: </strong><br/>
|
||||
<strong>Telephone Number: </strong><br/>
|
||||
<strong>Account Payee: </strong><br/>
|
||||
</th>
|
||||
<th style="width:5%;"></th>
|
||||
<th style="border:1px solid;width:45%">
|
||||
<strong>Receipt Number: </strong><span t-field="o.name"/><br/>
|
||||
<strong>Date: </strong><span t-field="o.payment_date"/><br/>
|
||||
</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th></th>
|
||||
<th></th>
|
||||
<th></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th style="width:50%">
|
||||
</th>
|
||||
<th style="width:5%;"></th>
|
||||
<th style="border:1px solid;width:45%">
|
||||
<strong>Cheque Number: </strong><br/>
|
||||
</th>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="table table-sm">
|
||||
<tr>
|
||||
<th style="border:1px solid;width:50%">
|
||||
<strong>Bank Account: </strong><br/>
|
||||
<strong>Bank Account Number: </strong><br/>
|
||||
</th>
|
||||
<th style="width:5%;"></th>
|
||||
<th style="border:1px solid;width:45%">
|
||||
<strong>Currency: </strong><span t-field="o.currency_id.name"/><br/>
|
||||
<strong>Exchange Rate: </strong><br/>
|
||||
</th>
|
||||
</tr>
|
||||
<!-- <div class="row mt64">
|
||||
<div class="col-6">
|
||||
<strong>Bank Account: </strong><br/>
|
||||
<strong>Bank Account Number: </strong><br/>
|
||||
</div>
|
||||
</div>
|
||||
<br/>
|
||||
<div class="row mt64" style="border:1px solid;width:350px;float:right;">
|
||||
</div> -->
|
||||
<!-- <div class="row mt64" style="border:1px solid;width:350px;float:right;">
|
||||
<div class="col-6">
|
||||
<strong>Currency: </strong><span t-field="o.currency_id.name"/><br/>
|
||||
<strong>Exchange Rate: </strong><br/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mt64" style="border:1px solid;">
|
||||
</div> -->
|
||||
</table>
|
||||
<!-- <div class="row mt64" style="border:1px solid;">
|
||||
<div class="col-6">
|
||||
<strong>Description: </strong><br/><br/><br/>
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<table class="table table-sm">
|
||||
<tr>
|
||||
<th style="border:1px solid;width:100%;">
|
||||
<strong>Description: </strong><br/><br/>
|
||||
</th>
|
||||
</tr>
|
||||
</table>
|
||||
<table class="table table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -74,12 +100,14 @@
|
||||
</tbody>
|
||||
</table>
|
||||
<strong>Total in Words:</strong>
|
||||
<div class="row mt64" style="border:1px solid;">
|
||||
<div class="col-6">
|
||||
<strong><span t-field="o.check_amount_in_words"/></strong><br/><br/><br/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row mt64"></div>
|
||||
<table class="table table-sm" style="border:1px solid;">
|
||||
<tr>
|
||||
<th style="width:100%;border:1px solid;">
|
||||
<strong><span t-field="o.check_amount_in_words"/></strong><br/><br/><br/>
|
||||
</th>
|
||||
</tr>
|
||||
</table>
|
||||
<div class="row mt30"></div>
|
||||
<table class="table table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user