فهرست منبع

Módulo para impresión de por su pollo

sebas 3 سال پیش
والد
کامیت
e92af87260
1فایلهای تغییر یافته به همراه9 افزوده شده و 9 حذف شده
  1. 9 9
      static/src/xml/pos.xml

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

@@ -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>&#160;&#160;Producto</th>
+                            <th class="text-right">&#160;&#160;Precio </th>
+                            <th class="text-right">&#160;&#160;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>&#160;&#160;&#160;&#160;Nota sin valor fiscal</td>
                         </tr>
                 </table>
                 <br/>