|
@@ -37,22 +37,22 @@
|
|
|
top: 0px;
|
|
|
}
|
|
|
.fecha_emision_data{
|
|
|
- width: 12.9cm;
|
|
|
+ width: 10.9cm;
|
|
|
padding-left:2.8cm;
|
|
|
float: left;
|
|
|
- min-height: 0.48cm;
|
|
|
+ min-height: 0.9cm;
|
|
|
}
|
|
|
.contado_x{
|
|
|
width: 1cm;
|
|
|
float: left;
|
|
|
padding-left: 2.9cm;
|
|
|
- min-height: 0.7cm;
|
|
|
+ min-height: 0.9cm;
|
|
|
}
|
|
|
.credito_x{
|
|
|
width: 1cm;
|
|
|
float: left;
|
|
|
padding-left: 0.9cm;
|
|
|
- min-height: 0.7cm;
|
|
|
+ min-height: 0.9cm;
|
|
|
}
|
|
|
|
|
|
.razon_data{
|
|
@@ -156,7 +156,7 @@
|
|
|
<tbody>
|
|
|
<tr t-foreach="o.invoice_line" t-as="l">
|
|
|
<!-- CANTIDAD -->
|
|
|
- <td style="font-size:9px;font-family: Arial;width:1.2cm;overflow: auto; text-align: center;">
|
|
|
+ <td style="font-size:9px;font-family: Arial;width:1.2cm;overflow: auto; text-align: left;">
|
|
|
<span t-esc="'%.0f'%l.quantity"/>
|
|
|
</td>
|
|
|
<!-- CODIGO DE PRODUCTO -->
|
|
@@ -164,7 +164,7 @@
|
|
|
<span t-field="l.product_id.default_code"/>
|
|
|
</td>
|
|
|
<!-- NOMBRE DEL PRODUCTO -->
|
|
|
- <td style="font-size:9px;font-family: Arial;width:7.1cm;overflow: auto;">
|
|
|
+ <td style="font-size:9px;font-family: Arial;width:5.6cm;overflow: auto;">
|
|
|
<span t-field="l.name"/>
|
|
|
</td>
|
|
|
<!-- PRECIO UNITARIO -->
|
|
@@ -232,9 +232,9 @@
|
|
|
<tr>
|
|
|
<td style="font-size:10px;font-family: Arial;width:1.2cm;overflow: auto; text-align: center;"></td>
|
|
|
<td style="font-size:10px;font-family: Arial;width:2.0cm;overflow: auto; text-align: center;"></td>
|
|
|
- <td style="font-size:10px;font-family: Arial;width:7.1cm;overflow: auto; text-align: center;"></td>
|
|
|
+ <td style="font-size:10px;font-family: Arial;width:5.6cm;overflow: auto; text-align: center;"></td>
|
|
|
<td style="font-size:10px;font-family: Arial;width:2cm;overflow: auto; text-align: center;"></td>
|
|
|
- <td style="font-size:10px;font-family: Arial;width:2.0cm;overflow: auto; text-align: right;">
|
|
|
+ <td style="font-size:10px;font-family: Arial;width:1.8cm;overflow: auto; text-align: right;">
|
|
|
<t t-if="o.currency_id.id == 166">
|
|
|
<span t-esc="'{0:,.0f}'.format(valor_exentas)"/>
|
|
|
</t>
|
|
@@ -267,8 +267,8 @@
|
|
|
</t> -->
|
|
|
<!-- LINEA TOTAL EN LETRAS Y TOTAL GENERAL -->
|
|
|
<tr>
|
|
|
- <td style="padding-top:0.3cm;font-size:10px;font-family: Arial;width:2.2cm;overflow: auto; text-align: center;"></td>
|
|
|
- <td style="padding-top:0.3cm;font-size:10px;font-family: Arial;width:2.5cm;overflow: auto; text-align: center;"></td>
|
|
|
+ <td style="padding-top:0.3cm;font-size:10px;font-family: Arial;width:1.2cm;overflow: auto; text-align: center;"></td>
|
|
|
+ <td style="padding-top:0.3cm;font-size:10px;font-family: Arial;width:2.0cm;overflow: auto; text-align: center;"></td>
|
|
|
<td style="padding-top:0.3cm;font-size:10px;font-family: Arial;width:7cm;overflow: auto; text-align: left;">
|
|
|
<t t-if="o.currency_id.id == 166">
|
|
|
<div>Gs <span t-esc="convertir('%.0f'%o.amount_total,o.currency_id.en_letras)"/></div>
|
|
@@ -312,7 +312,7 @@
|
|
|
</div>
|
|
|
</t>
|
|
|
</td>
|
|
|
- <td style="padding-top:0.3cm;font-size:10px;font-family: Arial;width:7cm;overflow: auto; text-align: left;">
|
|
|
+ <td style="padding-top:0.8cm;font-size:10px;font-family: Arial;width:7cm;overflow: auto; text-align: left;">
|
|
|
<t t-if="o.currency_id.id == 166">
|
|
|
<div>
|
|
|
<t t-if="iva_10 != 0">
|
|
@@ -320,6 +320,7 @@
|
|
|
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
|
|
|
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
|
|
|
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
|
|
|
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
|
|
|
<span t-esc="'{0:,.0f}'.format(iva_10)"/>
|
|
|
</t>
|
|
|
</div>
|
|
@@ -331,13 +332,14 @@
|
|
|
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
|
|
|
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
|
|
|
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
|
|
|
+ &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
|
|
|
<span t-esc="'{0:,.0f}'.format(iva_10)"/>
|
|
|
</t>
|
|
|
|
|
|
</div>
|
|
|
</t>
|
|
|
</td>
|
|
|
- <td style="padding-top:0.3cm;font-size:10px;font-family: Arial;width:2cm;overflow: auto; text-align: left;">
|
|
|
+ <td style="padding-top:0.8cm;font-size:10px;font-family: Arial;width:2cm;overflow: auto; text-align: left;">
|
|
|
<t t-if="o.currency_id.id == 166">
|
|
|
|
|
|
<span t-esc="'{0:,.0f}'.format(iva_5+iva_10)"/>
|