Forráskód Böngészése

Retocar factura anillos

sebas 3 éve
szülő
commit
338807e23a
1 módosított fájl, 28 hozzáadás és 6 törlés
  1. 28 6
      factura_venta_anillos.xml

+ 28 - 6
factura_venta_anillos.xml

@@ -175,7 +175,7 @@
                             min-height: 0.2cm;
                         }
                         .total_pagar_data{
-                            width: 13.5cm;
+                            width: 11.5cm;
                             float: left;
                             padding-top: 1.5cm;
                             padding-left: 2cm;
@@ -185,7 +185,7 @@
                             width: 6.2cm;
                             float: left;
                             padding-top: 0.4cm;
-                            padding-left: 2.9cm;
+                            padding-left: 0.9cm;
                             min-height: 0.25cm;
                         }
 
@@ -255,20 +255,42 @@
                             </div>
 
 
-                             <div class="subtotal_excentas"> </div>
+                                <table class="tab-articulos">
+                                        <td class="art-col1"> </td>
+                                        <td class="art-col2"> </td>
+                                        <td class="art-col3"> </td>
+                                        <td class="art-col4"> </td>
+                                        <td class="art-col5"> </td>
+                                        <td class="art-col6"> </td>
+                                        <td class="art-col7"><span t-esc="'{0:,.0f}'.format(o.amount_total)"/></td>
+                                </table>
+
+                                <table class="tab-articulos">
+                                        <td class="art-col1"> </td>
+                                        <td class="art-col2"> </td>
+                                        <td class="art-col3"><span t-esc="convertir(o.amount_total,o.currency_id.en_letras)"/></td>
+                                        <td class="art-col4"> </td>
+                                        <td class="art-col5"> </td>
+                                        <td class="art-col6"> </td>
+                                        <td class="art-col7"><span t-esc="'{0:,.0f}'.format(o.amount_total)"/></td>
+                                </table>
+
+
+
+                             <!-- <div class="subtotal_excentas"> </div>
                              <div class="subtotal_5"> </div>
                              <td style="font-size:10px;">
                                 <div class="subtotal_10"><span t-esc="'{0:,.0f}'.format(o.amount_total)"/></div>
-                            </td>
+                            </td> -->
 
-                            <table class="tab-articulos2">
+                            <!-- <table class="tab-articulos2">
                                <td class="total_pagar_data">
                                   <span t-esc="convertir(o.amount_total,o.currency_id.en_letras)"/>
                                </td>
                                <td class="total_pagar">
                                  <span t-esc="'{0:,.0f}'.format(o.amount_total)"/>
                                </td>
-                            </table>
+                            </table> -->
                              <div class="iva_5_data"> </div>
                              <div class="iva_10_data"><span t-esc="'{0:,.0f}'.format(o.amount_tax)"/></div>
                              <div class="iva_total_data"><span t-esc="'{0:,.0f}'.format(o.amount_tax)"/></div>