Pārlūkot izejas kodu

Ajuste impresión factura de venta Flashnet

sebas 3 gadi atpakaļ
vecāks
revīzija
776500f81c
1 mainītis faili ar 16 papildinājumiem un 7 dzēšanām
  1. 16 7
      factura_venta_flashnet.xml

+ 16 - 7
factura_venta_flashnet.xml

@@ -27,12 +27,17 @@
                             width:19.3cm;
                         }
                         .logo{
-                            height: 1.72cm;
+                            height: 1.69cm;
                             width: 100%;
                             top: 0px;
                         }
                         .logo1{
-                            height: 1.2cm;
+                            height: 1.0cm;
+                            width: 100%;
+                            top: 0px;
+                        }
+                        .logo2{
+                            height: 0.7cm;
                             width: 100%;
                             top: 0px;
                         }
@@ -236,7 +241,7 @@
                             </tr>
 
                             <div class="cab-articulos"> </div>
-                            <div style="height:3.1cm; padding-right:0.9cm;">
+                            <div style="height:3.00cm; padding-right:0.9cm;">
                                 <div style="font-family: Arial;">
                                     <table class="table borderless table-condensed">
                                         <t t-set="valor_exentas" t-value="0"/>
@@ -254,7 +259,7 @@
                                                     <span t-field="l.product_id.name"/>
                                                 </td>
                                                 <!-- PRECIO UNITARIO -->
-                                                <td style="font-size:9.2px;font-family: Arial;width:0.15cm;overflow: auto; text-align: right;">
+                                                <td style="font-size:9.2px;font-family: Arial;width:0.14cm;overflow: auto; text-align: right;">
                                                     <t t-if="o.currency_id.id == 166">
                                                         <span t-esc="'{0:,.0f}'.format(l.price_unit)"/>
                                                     </t>
@@ -448,9 +453,13 @@
 
                                     </div>
 
-
-
-                            <div class="logo1"> </div>
+                                    <t t-if="i == 1">
+                                    <div class="logo1"> </div>
+                                    </t>
+                                    <t t-if="i == 2">
+                                    <div class="logo2"> </div>
+                                    </t>
+                            
                         </div>
 
                     </t>