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:
@@ -89,12 +89,16 @@
|
||||
<span>
|
||||
|
||||
<div class="row">
|
||||
<div class ="col-3">Origin</div>:
|
||||
<div class="col-4"><span t-field="o.picking_type_id"/></div>
|
||||
<div class="col-12" style="font:13px lucida-console,sans-serif !important; background-color: #3498DB;">
|
||||
<div class ="col-4"><span><font color="#fff">Origin</font></span>:
|
||||
<span style="color:#FFF !important;" t-field="o.picking_type_id"/></div>
|
||||
<div class ="col-4"><span><font color="#fff">Scheduled Date</font></span>:
|
||||
<span style="color:#FFF !important;" t-field="o.scheduled_date"/></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</span>
|
||||
<!-- </div> -->
|
||||
<!-- </div>
|
||||
|
||||
<span>
|
||||
<font color="#fff">
|
||||
@@ -103,7 +107,7 @@
|
||||
<div class="col-4"><span t-field="o.scheduled_date"/></div>
|
||||
</div>
|
||||
</font>
|
||||
</span>
|
||||
</span>-->
|
||||
|
||||
|
||||
<br/>
|
||||
@@ -239,17 +243,17 @@
|
||||
<tr rowspan="2">
|
||||
<td colspan="6">Transport</td>
|
||||
<td colspan="3">Material Received by</td>
|
||||
<td colspan="2">Deleivery Given by</td>
|
||||
<td colspan="4">Deleivery Given by</td>
|
||||
</tr>
|
||||
<tr rowspan="2">
|
||||
<td colspan="6">Deriver's Name</td>
|
||||
<td colspan="3">Signature</td>
|
||||
<td colspan="2">Signature</td>
|
||||
<td colspan="4">Signature</td>
|
||||
</tr>
|
||||
<tr rowspan="2">
|
||||
<td colspan="6">Truck No.</td>
|
||||
<td colspan="3">Date</td>
|
||||
<td colspan="2">Date</td>
|
||||
<td colspan="4">Date</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@@ -102,6 +102,8 @@
|
||||
<table class="table table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
<th style="background-color:#3498DB !important;color:#FFF">S.No
|
||||
</th>
|
||||
<th style="background-color:#3498DB !important;color:#FFF !important;">Description
|
||||
</th>
|
||||
<th
|
||||
@@ -123,7 +125,12 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="invoice_tbody">
|
||||
<t t-set="seq_move" t-value="1"/>
|
||||
<tr t-foreach="o.invoice_line_ids" t-as="l">
|
||||
<td>
|
||||
<t t-esc="seq_move"></t>
|
||||
</td>
|
||||
<t t-set="seq_move" t-value="seq_move+1"/>
|
||||
<td>
|
||||
<span t-field="l.name"/>
|
||||
</td>
|
||||
|
||||
@@ -53,16 +53,16 @@
|
||||
<span>NOTE</span><br/>
|
||||
<span t-esc="o.note"/>
|
||||
</xpath>
|
||||
<xpath expr="//table[@class='table table-sm']/thead/tr/th[1]" position="before">
|
||||
<th style="background-color:#3498DB !important;color:#FFF">S.No</th>
|
||||
<xpath expr="//table[@class='table table-sm']/thead/tr/th[1]" position="after">
|
||||
<th style="background-color:#3498DB !important;color:#FFF">Code</th>
|
||||
<!-- <th style="background-color:#3498DB !important;color:#FFF">Code</th> -->
|
||||
</xpath>
|
||||
<xpath expr="//table[@class='table table-sm']/tbody/tr/td[1]" position="before">
|
||||
<t t-set="seq_move" t-value="1"/>
|
||||
<td>
|
||||
<xpath expr="//table[@class='table table-sm']/tbody/tr/td[1]" position="after">
|
||||
<!-- <t t-set="seq_move" t-value="1"/>
|
||||
<td colspan="2">
|
||||
<t t-esc="seq_move"></t>
|
||||
</td>
|
||||
<t t-set="seq_move" t-value="seq_move+1"/>
|
||||
<t t-set="seq_move" t-value="seq_move+1"/> -->
|
||||
<td><span t-esc="l.product_id.default_code"/></td>
|
||||
</xpath>
|
||||
<xpath expr="//t[@t-call='web.external_layout']/div/p[last()]" position="after">
|
||||
|
||||
Reference in New Issue
Block a user