work on report

This commit is contained in:
sonal arora
2020-08-12 09:47:38 +05:30
parent 875607757a
commit bec0a5c499

View File

@@ -4,45 +4,71 @@
<t t-call="web.external_layout"> <t t-call="web.external_layout">
<t t-set="o" t-value="o.with_context(lang=lang)"/> <t t-set="o" t-value="o.with_context(lang=lang)"/>
<div class="page"> <div class="page">
<div class="row mt64" style="border:1px solid;width:450px;float:left;"> <table class="table table-sm">
<div class="col-6"> <tr>
<strong>Code: </strong><br/> <th style="border:1px solid;width:50%">
<strong>Address: </strong><br/> <strong>Code: </strong><br/>
<strong>Telephone Number: </strong><br/> <strong>Address: </strong><br/>
<strong>Account Payee: </strong><br/> <strong>Telephone Number: </strong><br/>
</div> <strong>Account Payee: </strong><br/>
</div> </th>
<div class="row mt64" style="border:1px solid;width:350px;float:right;"> <th style="width:5%;"></th>
<div class="col-6"> <th style="border:1px solid;width:45%">
<strong>Receipt Number: </strong><span t-field="o.name"/><br/> <strong>Receipt Number: </strong><span t-field="o.name"/><br/>
<strong>Date: </strong><span t-field="o.payment_date"/><br/><br/> <strong>Date: </strong><span t-field="o.payment_date"/><br/>
</div> </th>
</div> </tr>
<div class="row mt64" style="border:1px solid;width:350px;float:right;"> <tr>
<div class="col-6"> <th></th>
<strong>Cheque Number: </strong><br/> <th></th>
</div> <th></th>
</div> </tr>
<div> <tr>
<div class="row mt64" style="border:1px solid;width:450px;float:left;"> <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"> <div class="col-6">
<strong>Bank Account: </strong><br/> <strong>Bank Account: </strong><br/>
<strong>Bank Account Number: </strong><br/> <strong>Bank Account Number: </strong><br/>
</div> </div>
</div> </div> -->
<br/> <!-- <div class="row mt64" style="border:1px solid;width:350px;float:right;">
<div class="row mt64" style="border:1px solid;width:350px;float:right;">
<div class="col-6"> <div class="col-6">
<strong>Currency: </strong><span t-field="o.currency_id.name"/><br/> <strong>Currency: </strong><span t-field="o.currency_id.name"/><br/>
<strong>Exchange Rate: </strong><br/> <strong>Exchange Rate: </strong><br/>
</div> </div>
</div> </div> -->
</div> </table>
<div class="row mt64" style="border:1px solid;"> <!-- <div class="row mt64" style="border:1px solid;">
<div class="col-6"> <div class="col-6">
<strong>Description: </strong><br/><br/><br/> <strong>Description: </strong><br/><br/><br/>
</div> </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"> <table class="table table-sm">
<thead> <thead>
<tr> <tr>
@@ -74,12 +100,14 @@
</tbody> </tbody>
</table> </table>
<strong>Total in Words:</strong> <strong>Total in Words:</strong>
<div class="row mt64" style="border:1px solid;"> <table class="table table-sm" style="border:1px solid;">
<div class="col-6"> <tr>
<strong><span t-field="o.check_amount_in_words"/></strong><br/><br/><br/> <th style="width:100%;border:1px solid;">
</div> <strong><span t-field="o.check_amount_in_words"/></strong><br/><br/><br/>
</div> </th>
<div class="row mt64"></div> </tr>
</table>
<div class="row mt30"></div>
<table class="table table-sm"> <table class="table table-sm">
<thead> <thead>
<tr> <tr>