Browse Source

Módulo para impresión de por su pollo

sebas 3 years ago
parent
commit
f5455a923d
1 changed files with 6 additions and 6 deletions
  1. 6 6
      static/src/xml/pos.xml

+ 6 - 6
static/src/xml/pos.xml

@@ -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>&#160;&#160;Producto</th>
+                            <th>&#160;&#160;Producto&#160;&#160;&#160;&#160;</th>
                             <th class="text-right">&#160;&#160;Precio </th>
                             <th class="text-right">&#160;&#160;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="&#160;&#160;orderline.quantity&#160;&#160;"/>
                                 </td>
                                 <td>
-                                    <t t-esc="orderline.get_product().display_name"/>
+                                    <t t-esc="orderline.get_product().display_name&#160;&#160;"/>
                                 </td>
                                 <td>
                                     <t t-esc="widget.format_currency(orderline.price)"/>