|
@@ -16,41 +16,46 @@
|
|
|
<br />
|
|
|
</t>
|
|
|
<p>=============================</p>
|
|
|
- <br/>
|
|
|
+ <!-- <br/> -->
|
|
|
Tel: <t t-esc="widget.pos.company.phone || ''"/> <br/>
|
|
|
Vendedor: <t t-esc="widget.pos.cashier ? widget.pos.cashier.name : widget.pos.user.name"/>
|
|
|
<t t-if="order.attributes.client">
|
|
|
<br/>
|
|
|
+ <p>=============================</p>
|
|
|
Cliente: <t t-esc="order.attributes.client.name ? order.attributes.client.name : ''"/><br/>
|
|
|
Tel: <t t-esc="order.attributes.client.phone ? order.attributes.client.phone : ''"/><br/><br/>
|
|
|
</t>
|
|
|
<p>=============================</p>
|
|
|
- <br/>
|
|
|
+ <!-- <br/> -->
|
|
|
<table class="table table-condensed">
|
|
|
- <thead>
|
|
|
+ <!-- <thead>
|
|
|
<tr>
|
|
|
<th>Producto </th>
|
|
|
<th class="text-right">Cant. </th>
|
|
|
<th class="text-right">Precio </th>
|
|
|
</tr>
|
|
|
- </thead>
|
|
|
+ </thead> -->
|
|
|
<tbody>
|
|
|
<tr t-foreach="orderlines" t-as="orderline">
|
|
|
<td>
|
|
|
<t t-esc="orderline.get_product().display_name"/>
|
|
|
- </td>
|
|
|
- <td>
|
|
|
+ <span>&nbsp;&nbsp;</span>
|
|
|
+ <!-- </td>
|
|
|
+ <td> -->
|
|
|
<t t-esc="orderline.get_quantity_str_with_unit()"/>
|
|
|
- </td>
|
|
|
- <td class="pos-right-align">
|
|
|
+ <span>&nbsp;&nbsp;</span>
|
|
|
+ <!-- </td>
|
|
|
+ <td class="pos-right-align"> -->
|
|
|
<t t-esc="widget.format_currency(orderline.get_display_price())"/>
|
|
|
</td>
|
|
|
+
|
|
|
+ <!-- <br/> -->
|
|
|
</tr>
|
|
|
</tbody>
|
|
|
</table>
|
|
|
- <br />
|
|
|
+ <!-- <br /> -->
|
|
|
<p>=============================</p>
|
|
|
- <br/>
|
|
|
+ <!-- <br/> -->
|
|
|
<table>
|
|
|
<tr>
|
|
|
<td>Subtotal: </td>
|