|
@@ -7,8 +7,8 @@
|
|
|
<img t-att-src="logo" style="width:100%;"/>
|
|
|
</div> -->
|
|
|
<center>POR SU POLLO</center><br/>
|
|
|
- Tel: <t t-esc="widget.pos.company.phone || ''"/> <br/>
|
|
|
- www.porsupollo.com.py<br/>
|
|
|
+ <t t-esc="widget.pos.company.phone || ''"/> <br/>
|
|
|
+ <center>www.porsupollo.com.py</center><br/>
|
|
|
|
|
|
<div class="pos-center-align"><t t-esc="new Date().toString(Date.CultureInfo.formatPatterns.shortDate + ' ' +
|
|
|
Date.CultureInfo.formatPatterns.longTime)"/>
|
|
@@ -24,7 +24,7 @@
|
|
|
</t>
|
|
|
Vendedor: <t t-esc="widget.pos.cashier ? widget.pos.cashier.name : widget.pos.user.name"/>
|
|
|
<t t-if="order.attributes.client">
|
|
|
- Cliente: <t t-esc="order.attributes.client.name ? order.attributes.client.name : ''"/>
|
|
|
+ Cliente: <t t-esc="order.attributes.client.name ? order.attributes.client.name : ''"/>
|
|
|
</t>
|
|
|
<br/>
|
|
|
<br />
|
|
@@ -32,7 +32,7 @@
|
|
|
<thead>
|
|
|
<tr>
|
|
|
<th class="text-right">Cant.</th>
|
|
|
- <th>  Producto</th>
|
|
|
+ <th>  Producto    </th>
|
|
|
<th class="text-right">  Precio </th>
|
|
|
<th class="text-right">  Sub-total</th>
|
|
|
</tr>
|
|
@@ -47,10 +47,10 @@
|
|
|
<t t-foreach="orderlines" t-as="orderline">
|
|
|
<tr>
|
|
|
<td>
|
|
|
- <t t-esc="orderline.quantity"/>
|
|
|
+ <t t-esc="  orderline.quantity  "/>
|
|
|
</td>
|
|
|
<td>
|
|
|
- <t t-esc="orderline.get_product().display_name"/>
|
|
|
+ <t t-esc="orderline.get_product().display_name  "/>
|
|
|
</td>
|
|
|
<td>
|
|
|
<t t-esc="widget.format_currency(orderline.price)"/>
|