|
@@ -45,23 +45,35 @@
|
|
|
width: 100%;
|
|
|
top: 0px;
|
|
|
}
|
|
|
+ .fecha_dia{
|
|
|
+ width: 1cm;
|
|
|
+ padding-left: 1.1cm;
|
|
|
+ float: left;
|
|
|
+ min-height: 0.8cm;
|
|
|
+ }
|
|
|
.fecha_emision_data{
|
|
|
- width: 14cm;
|
|
|
- padding-left: 6.0cm;
|
|
|
+ width: 6cm;
|
|
|
+ padding-left: 3.4cm;
|
|
|
float: left;
|
|
|
- min-height: 0.6cm;
|
|
|
+ min-height: 0.8cm;
|
|
|
+ }
|
|
|
+ .fecha_year{
|
|
|
+ width: 1cm;
|
|
|
+ padding-left: 2.1cm;
|
|
|
+ float: left;
|
|
|
+ min-height: 0.8cm;
|
|
|
}
|
|
|
.contado_x{
|
|
|
width: 0.5cm;
|
|
|
float: left;
|
|
|
- padding-left: 2.0cm;
|
|
|
- min-height: 0.6cm;
|
|
|
+ padding-left: 2.5cm;
|
|
|
+ min-height: 0.8cm;
|
|
|
}
|
|
|
.credito_x{
|
|
|
width: 0.5cm;
|
|
|
float: left;
|
|
|
padding-left: 1.33cm;
|
|
|
- min-height: 0.6cm;
|
|
|
+ min-height: 0.8cm;
|
|
|
}
|
|
|
.linea2{
|
|
|
position: relative;
|
|
@@ -71,8 +83,8 @@
|
|
|
.razon_data{
|
|
|
width: 15cm;
|
|
|
float: left;
|
|
|
- padding-left: 4.5cm;
|
|
|
- min-height: 0.5cm;
|
|
|
+ padding-left: 4.3cm;
|
|
|
+ min-height: 0.9cm;
|
|
|
}
|
|
|
.linea3{
|
|
|
position: relative;
|
|
@@ -83,13 +95,13 @@
|
|
|
width: 10.7cm;
|
|
|
float: left;
|
|
|
padding-left: 1.5cm;
|
|
|
- min-height: 0.2cm;
|
|
|
+ min-height: 0.9cm;
|
|
|
}
|
|
|
.telefono_data{
|
|
|
width: 6.8cm;
|
|
|
float: left;
|
|
|
padding-left: 2.3cm;
|
|
|
- min-height: 0.2cm;
|
|
|
+ min-height: 0.9cm;
|
|
|
}
|
|
|
.linea4{
|
|
|
position: relative;
|
|
@@ -99,18 +111,18 @@
|
|
|
|
|
|
|
|
|
.cab-articulos{
|
|
|
- height: 0.85cm;
|
|
|
+ height: 0.87cm;
|
|
|
clear: both;
|
|
|
}
|
|
|
.articulos{
|
|
|
- height: 7.00cm;
|
|
|
+ height: 6.80cm;
|
|
|
}
|
|
|
.art-col1{
|
|
|
- width:0.5cm;
|
|
|
+ width:0.9cm;
|
|
|
text-align: center;
|
|
|
}
|
|
|
.art-col2{
|
|
|
- padding-left: 0.5cm;
|
|
|
+ padding-left: 0.8cm;
|
|
|
width:8.9cm;
|
|
|
}
|
|
|
.art-col3{
|
|
@@ -208,7 +220,16 @@
|
|
|
<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 MMM yyyy"}'/></div>
|
|
|
+ <!-- <div class="fecha_dia"><span t-field="o.date_invoice" t-field-options='{"format": "dd MMM yyyy"}'/></div> -->
|
|
|
+ <td class="fecha_dia">
|
|
|
+ <span t-field="o.date_invoice" t-field-options='{"format": "dd"}'/>
|
|
|
+ </td>
|
|
|
+ <td class="fecha_emision_data">
|
|
|
+ <span t-field="o.date_invoice" t-field-options='{"format": "MMMM"}'/>
|
|
|
+ </td>
|
|
|
+ <td class="fecha_year">
|
|
|
+ <span t-field="o.date_invoice" t-field-options='{"format": "yy"}'/>
|
|
|
+ </td>
|
|
|
<div class="contado_x">
|
|
|
<t t-if="o.contado == True">X</t>
|
|
|
<t t-if="o.contado == False"></t>
|