Browse Source

Ajuste impresión factura de venta Flashnet

sebas 3 years ago
parent
commit
e309386a0c
1 changed files with 48 additions and 6 deletions
  1. 48 6
      factura_venta_flashnet.xml

+ 48 - 6
factura_venta_flashnet.xml

@@ -50,6 +50,39 @@
                             top: -0.12cm;
                             min-height: 0.5cm;
                          }
+                         .cab-articulos{
+                             height: 0.4cm;
+                             clear: both;
+                         }
+
+                         .art-col11{
+                             width:3.5cm;
+                             text-align: center;
+                         }
+                         .art-col12{
+                             width:1.8cm;
+                             text-align: left;
+                         }
+                         .art-col13{
+
+                             width:0.3cm;
+                         }
+                         .art-col14{
+                             width:3.2cm;
+                             text-align: left;
+                         }
+                         .art-col15{
+                             width:0.8cm;
+                             text-align: right;
+                         }
+                         .art-col16{
+                             width:4.7cm;
+                             text-align: right;
+                         }
+                         .art-col17{
+                             width:1.5cm;
+                             text-align: right;
+                         }
                         .fecha_emision_data{
                             width: 1.8cm;
                             padding-left: 3.5cm;
@@ -232,10 +265,11 @@
                     <t t-foreach="docs" t-as="o">
                         <div class="pagina">
                             <div class="logo"> </div>
-                            <div class="linea1">
-                                <div class="fecha_emision_data"><span t-field="o.date_invoice" t-field-options='{"format": "dd"}'/></div>
-                                <div class="fecha_emision_mes"><span t-field="o.date_invoice" t-field-options='{"format": "MMMM"}'/></div>
-                                <!-- <div class="fecha_emision_ano"><span t-field="o.date_invoice" t-field-options='{"format": "yy"}'/></div>
+
+                            <!--  <div class="linea1">
+                                <div class="fecha_emision_data"></div>
+                                <div class="fecha_emision_mes"></div>
+                                <div class="fecha_emision_ano"></div>
                                 <div class="contado_x">
                                     <t t-if="o.contado == True">x</t>
                                     <t t-if="o.contado == False"></t>
@@ -243,8 +277,8 @@
                                 <div class="credito_x">
                                     <t t-if="o.credito == True">x</t>
                                     <t t-if="o.credito == False"></t>
-                                </div> -->
-                            </div>
+                                </div>
+                            </div> -->
 
                             <!-- <div class="linea2">
                               <div class="ruc_data"><span t-field="o.partner_id.ruc"/></div>
@@ -264,6 +298,14 @@
                               <div class="nota_remision_data"> </div>
                             </div> -->
 
+                            <td class="art-col11"></td>
+                            <td class="art-col12"><span t-field="o.date_invoice" t-field-options='{"format": "dd"}'/></td>
+                            <td class="art-col13"><span t-field="o.date_invoice" t-field-options='{"format": "MMMM"}'/></td>
+                            <td class="art-col14"><span t-field="o.date_invoice" t-field-options='{"format": "yy"}'/></td>
+                            <td class="art-col15"></td>
+                            <td class="art-col16"></td>
+                            <td class="art-col17"></td>
+
                             <div class="cab-articulos"> </div>
                             <div class="articulos">
                                 <table class="tab-articulos">