Ver Fonte

Módulo para impresión de por su pollo

sebas há 3 anos atrás
pai
commit
a4d68ca280
1 ficheiros alterados com 4 adições e 4 exclusões
  1. 4 4
      static/src/xml/pos.xml

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

@@ -34,7 +34,7 @@
                     <thead>
                         <tr>
                             <th style="font-size:8px;font-family: Courier New;width:0.6cm;overflow: auto; text-align: center;">Cant&#160;</th>
-                            <th style="font-size:8px;font-family: Courier New;width:3.0cm;overflow: auto; text-align: left;"><b>Producto</b>&#160;&#160;</th>
+                            <th style="font-size:8px;font-family: Courier New;width:3.0cm;overflow: auto; text-align: left;"><b>Producto</b>&#160;&#160;&#160;&#160;</th>
                             <th style="font-size:8px;font-family: Courier New;width:1.0cm;overflow: auto; text-align: center;"><b>Precio</b>&#160;</th>
                             <th style="font-size:8px;font-family: Courier New;width:1.0cm;overflow: auto; text-align: center;"><b>SubTotal</b>&#160;</th>
                         </tr>
@@ -94,7 +94,7 @@
                     <center>----------------------------------------</center><br/>
                     <tr class="emph">
                         <br />
-                        <td>Total:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</td>
+                        <td>Total:&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;</td>
                         <td class="pos-right-align" style='font-family: "Courier New;font-size: 20px;'>
                             <t t-esc="widget.format_currency(order.getTotalTaxIncluded())"/>
                         </td>
@@ -107,7 +107,7 @@
                             <t t-esc="line.name"/>
                         </td>
                         <td class="pos-right-align">
-                            <![CDATA[&nbsp;]]><t t-esc="widget.format_currency(line.get_amount())"/>
+                            <![CDATA[&nbsp;&nbsp;]]><t t-esc="widget.format_currency(line.get_amount())"/>
                         </td>
                     </tr>
                 </table>
@@ -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;Nota sin valor fiscal</td>
+                        <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>
                 </table>
                 <br/>