Bladeren bron

Módulo para impresión de por su pollo

sebas 3 jaren geleden
bovenliggende
commit
3c3915cce9
1 gewijzigde bestanden met toevoegingen van 6 en 6 verwijderingen
  1. 6 6
      static/src/xml/pos.xml

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

@@ -34,9 +34,9 @@
                     <thead>
                         <tr>
                             <th style="font-size:8px;font-family: Courier New;width:0.6cm;overflow: auto; text-align: center;"><b>Cant.</b></th>
-                            <th style="font-size:8px;font-family: Courier New;width:4.0cm;overflow: auto; text-align: left;"><b>Producto</b></th>
-                            <th style="font-size:8px;font-family: Courier New;width:1.6cm;overflow: auto; text-align: center;"><b>Precio</b></th>
-                            <th style="font-size:8px;font-family: Courier New;width:1.6cm;overflow: auto; text-align: center;"><b>Sub Total</b></th>
+                            <th style="font-size:8px;font-family: Courier New;width:4.0cm;overflow: auto; text-align: left;"><b>Producto</b>&#160;&#160;</th>
+                            <th style="font-size:8px;font-family: Courier New;width:1.6cm;overflow: auto; text-align: center;"><b>Precio</b>&#160;</th>
+                            <th style="font-size:8px;font-family: Courier New;width:1.6cm;overflow: auto; text-align: center;"><b>SubTotal</b>&#160;</th>
                         </tr>
                     </thead>
                     <tbody>
@@ -79,11 +79,11 @@
                                     <span t-esc="l.get_product().display_name"/>
                               </th>
                               <th style="font-size:8px;font-family: Arial;width:1.6cm;overflow: auto; text-align: right;">
-                                    <span t-esc="l.price"/>
+                                    <![CDATA[&nbsp;]]><span t-esc="l.price"/>
                               </th>
                               <!-- PRECIO UNITARIO -->
                               <th style="font-size:8px;font-family: Arial;width:1.6cm;overflow: auto; text-align: right;">
-                                    <span t-esc="(l.quantity * l.price)"/>
+                                    <![CDATA[&nbsp;]]><span t-esc="(l.quantity * l.price)"/>
                               </th>
                         </tr>
                     </tbody>
@@ -116,7 +116,7 @@
                     <tr><td>Vuelto:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</td><td class="pos-right-align">
                         <t t-esc="widget.format_currency(order.getChange())"/>
                         </td></tr>
-                        <tr><td>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Nota sin valor fiscal</td>
+                        <tr><td>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Nota sin valor fiscal</td>
                         </tr>
                 </table>
                 <br/>