|
@@ -6,8 +6,10 @@
|
|
|
<!-- <div id="company_logo">
|
|
|
<img t-att-src="logo" style="width:100%;"/>
|
|
|
</div> -->
|
|
|
- <center>POR SU POLLO</center>
|
|
|
- <br/>
|
|
|
+ <center>POR SU POLLO</center><br/>
|
|
|
+ Tel: <t t-esc="widget.pos.company.phone || ''"/> <br/>
|
|
|
+ www.porsupollo.com.py<br/>
|
|
|
+
|
|
|
<div class="pos-center-align"><t t-esc="new Date().toString(Date.CultureInfo.formatPatterns.shortDate + ' ' +
|
|
|
Date.CultureInfo.formatPatterns.longTime)"/>
|
|
|
<br/>
|
|
@@ -20,8 +22,6 @@
|
|
|
</div>
|
|
|
<br />
|
|
|
</t>
|
|
|
- Tel: <t t-esc="widget.pos.company.phone || ''"/> <br/>
|
|
|
- www.porsupollo.com.py<br/>
|
|
|
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 : ''"/>
|
|
@@ -31,10 +31,10 @@
|
|
|
<table class="table table-condensed" style="font-size: 12px;">
|
|
|
<thead>
|
|
|
<tr>
|
|
|
- <th class="text-right">Cant. </th>
|
|
|
- <th>Producto </th>
|
|
|
- <th class="text-right">Precio </th>
|
|
|
- <th class="text-right">Sub-total</th>
|
|
|
+ <th class="text-right">Cant.</th>
|
|
|
+ <th>  Producto</th>
|
|
|
+ <th class="text-right">  Precio </th>
|
|
|
+ <th class="text-right">  Sub-total</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody>
|
|
@@ -112,7 +112,7 @@
|
|
|
<tr><td>Vuelto:</td><td class="pos-right-align">
|
|
|
<t t-esc="widget.format_currency(order.getChange())"/>
|
|
|
</td></tr>
|
|
|
- <tr><td> Nota sin valor fiscal</td>
|
|
|
+ <tr><td>    Nota sin valor fiscal</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
<br/>
|