|
@@ -12,208 +12,204 @@
|
|
|
|
|
|
<template id="report_presupuesto_decorart">
|
|
<template id="report_presupuesto_decorart">
|
|
<t t-call="report.html_container">
|
|
<t t-call="report.html_container">
|
|
-
|
|
|
|
- <div class="page">
|
|
|
|
- <style type="text/css">
|
|
|
|
- body{
|
|
|
|
- font-size: 3mm;
|
|
|
|
- font-family: Arial;
|
|
|
|
- }
|
|
|
|
- div{
|
|
|
|
- padding: 0px;
|
|
|
|
- }
|
|
|
|
- .pagina{
|
|
|
|
- width:19.3cm;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .descripcion{
|
|
|
|
- width: 11.2cm;
|
|
|
|
- font-size: 13px;
|
|
|
|
- padding-top: 0.5cm;
|
|
|
|
- float: left;
|
|
|
|
- min-height: 0cm;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .descripcion1{
|
|
|
|
- width: 11.2cm;
|
|
|
|
- font-size: 17px;
|
|
|
|
- padding-top: 0.2cm;
|
|
|
|
- float: left;
|
|
|
|
- min-height: 0cm;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .descripcion2{
|
|
|
|
- width: 13cm;
|
|
|
|
- font-size: 10px;
|
|
|
|
- float: left;
|
|
|
|
- min-height: 0cm;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .descripcion3{
|
|
|
|
- width: 15cm;
|
|
|
|
- font-size: 10px;
|
|
|
|
- float: left;
|
|
|
|
- min-height: 0cm;
|
|
|
|
- }
|
|
|
|
- .descripcion4{
|
|
|
|
- width: 15cm;
|
|
|
|
- font-size: 10px;
|
|
|
|
- float: left;
|
|
|
|
- min-height: 0cm;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .email{
|
|
|
|
- width: 13cm;
|
|
|
|
- font-size: 10px;
|
|
|
|
- float: left;
|
|
|
|
- min-height: 0cm;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .ciudad{
|
|
|
|
- width: 13cm;
|
|
|
|
- float: left;
|
|
|
|
- font-size: 10px;
|
|
|
|
- min-height: 0cm;
|
|
|
|
- }
|
|
|
|
- .tel{
|
|
|
|
- width: 13cm;
|
|
|
|
- float: left;
|
|
|
|
- font-size: 10px;
|
|
|
|
- min-height: 0cm;
|
|
|
|
- }
|
|
|
|
- .rucdata{
|
|
|
|
- width: 13cm;
|
|
|
|
- float: left;
|
|
|
|
- font-size: 10px;
|
|
|
|
- min-height: 0cm;
|
|
|
|
- }
|
|
|
|
- .table-condensed>tbody>tr>td {
|
|
|
|
- padding: 1px !important;
|
|
|
|
- }
|
|
|
|
- .divisoria{
|
|
|
|
- height: 0.5cm;
|
|
|
|
- clear: both;
|
|
|
|
- }
|
|
|
|
- .titulo{
|
|
|
|
- width: 19.2cm;
|
|
|
|
- text-align: center;
|
|
|
|
- width: 100%;
|
|
|
|
- min-height: 0.9cm;
|
|
|
|
- }
|
|
|
|
- .fecha_emision_data{
|
|
|
|
- width: 12.5cm;
|
|
|
|
- float: left;
|
|
|
|
- min-height: 0.5cm;
|
|
|
|
- }
|
|
|
|
- .vendor{
|
|
|
|
- width: 6.7cm;
|
|
|
|
- float: left;
|
|
|
|
- min-height: 0.5cm;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .razon_data{
|
|
|
|
- width: 12.5cm;
|
|
|
|
- float: left;
|
|
|
|
- min-height: 0.4cm;
|
|
|
|
- }
|
|
|
|
- .ruc_data{
|
|
|
|
- width: 6.7cm;
|
|
|
|
- float: left;
|
|
|
|
- min-height: 0.4cm;
|
|
|
|
- }
|
|
|
|
- .direccion_data{
|
|
|
|
- width: 19.2cm;
|
|
|
|
- float: left;
|
|
|
|
- min-height: 0.4cm;
|
|
|
|
- }
|
|
|
|
- .telefono_data{
|
|
|
|
- width: 19.2cm;
|
|
|
|
- float: left;
|
|
|
|
- min-height: 0.4cm;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .note{
|
|
|
|
- width: 19.2cm;
|
|
|
|
- float: left;
|
|
|
|
- min-height: 0.4cm;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .cab-articulos{
|
|
|
|
- height: 0.4cm;
|
|
|
|
- clear: both;
|
|
|
|
- }
|
|
|
|
- .articulos{
|
|
|
|
- height: 4.5cm;
|
|
|
|
- }
|
|
|
|
- .art-col1{
|
|
|
|
- width:2.3cm;
|
|
|
|
- text-align: center;
|
|
|
|
- }
|
|
|
|
- .art-col3{
|
|
|
|
- padding-left: 3cm;
|
|
|
|
- width:1cm;
|
|
|
|
- text-align: center;
|
|
|
|
- }
|
|
|
|
- .art-col4{
|
|
|
|
- padding-left: 0.3cm;
|
|
|
|
- width:9cm;
|
|
|
|
- }
|
|
|
|
- .art-col5{
|
|
|
|
- width:3.2cm;
|
|
|
|
- text-align: right;
|
|
|
|
- }
|
|
|
|
- .art-col6{
|
|
|
|
- width:3.6cm;
|
|
|
|
- text-align: right;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .spad{
|
|
|
|
- width: 8.5cm;
|
|
|
|
- float: left;
|
|
|
|
- padding-top: 0.09cm;
|
|
|
|
- padding-bottom: 0.12cm;
|
|
|
|
- min-height: 0.4cm;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- .subtotal_mat{
|
|
|
|
- width: 4.3cm;
|
|
|
|
- float: left;
|
|
|
|
- text-align: right;
|
|
|
|
- padding-top: 0.09cm;
|
|
|
|
- padding-left: 1cm;
|
|
|
|
- padding-bottom: 0.12cm;
|
|
|
|
- min-height: 0.4cm;
|
|
|
|
- }
|
|
|
|
- .subtotal_mo{
|
|
|
|
- width: 3.6cm;
|
|
|
|
- float: left;
|
|
|
|
- text-align: right;
|
|
|
|
- padding-top: 0.09cm;
|
|
|
|
- padding-bottom: 0.12cm;
|
|
|
|
- min-height: 0.4cm;
|
|
|
|
- }
|
|
|
|
- .logo1{
|
|
|
|
- height: 2cm;
|
|
|
|
- width: 100%;
|
|
|
|
- top: 0px;
|
|
|
|
- }
|
|
|
|
- .foto_personal {
|
|
|
|
- position: absolute;
|
|
|
|
- top: 1.5cm;
|
|
|
|
- left:0.25cm;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- </style>
|
|
|
|
- <t t-foreach="docs" t-as="o">
|
|
|
|
- <div class="pagina">
|
|
|
|
- <div class="divisoria"> </div>
|
|
|
|
- <div style="border:0.3px solid #000;"></div>
|
|
|
|
- <div class="divisoria"> </div>
|
|
|
|
- <div class="divisoria"> </div>
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- <div class="row">
|
|
|
|
|
|
+ <div class="page">
|
|
|
|
+ <style type="text/css">
|
|
|
|
+ body{
|
|
|
|
+ font-size: 3mm;
|
|
|
|
+ font-family: Arial;
|
|
|
|
+ }
|
|
|
|
+ div{
|
|
|
|
+ padding: 0px;
|
|
|
|
+ }
|
|
|
|
+ .pagina{
|
|
|
|
+ width:19.3cm;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .descripcion{
|
|
|
|
+ width: 11.2cm;
|
|
|
|
+ font-size: 13px;
|
|
|
|
+ padding-top: 0.5cm;
|
|
|
|
+ float: left;
|
|
|
|
+ min-height: 0cm;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .descripcion1{
|
|
|
|
+ width: 11.2cm;
|
|
|
|
+ font-size: 17px;
|
|
|
|
+ padding-top: 0.2cm;
|
|
|
|
+ float: left;
|
|
|
|
+ min-height: 0cm;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .descripcion2{
|
|
|
|
+ width: 13cm;
|
|
|
|
+ font-size: 10px;
|
|
|
|
+ float: left;
|
|
|
|
+ min-height: 0cm;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .descripcion3{
|
|
|
|
+ width: 15cm;
|
|
|
|
+ font-size: 10px;
|
|
|
|
+ float: left;
|
|
|
|
+ min-height: 0cm;
|
|
|
|
+ }
|
|
|
|
+ .descripcion4{
|
|
|
|
+ width: 15cm;
|
|
|
|
+ font-size: 10px;
|
|
|
|
+ float: left;
|
|
|
|
+ min-height: 0cm;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .email{
|
|
|
|
+ width: 13cm;
|
|
|
|
+ font-size: 10px;
|
|
|
|
+ float: left;
|
|
|
|
+ min-height: 0cm;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .ciudad{
|
|
|
|
+ width: 13cm;
|
|
|
|
+ float: left;
|
|
|
|
+ font-size: 10px;
|
|
|
|
+ min-height: 0cm;
|
|
|
|
+ }
|
|
|
|
+ .tel{
|
|
|
|
+ width: 13cm;
|
|
|
|
+ float: left;
|
|
|
|
+ font-size: 10px;
|
|
|
|
+ min-height: 0cm;
|
|
|
|
+ }
|
|
|
|
+ .rucdata{
|
|
|
|
+ width: 13cm;
|
|
|
|
+ float: left;
|
|
|
|
+ font-size: 10px;
|
|
|
|
+ min-height: 0cm;
|
|
|
|
+ }
|
|
|
|
+ .table-condensed>tbody>tr>td {
|
|
|
|
+ padding: 1px !important;
|
|
|
|
+ }
|
|
|
|
+ .divisoria{
|
|
|
|
+ height: 0.5cm;
|
|
|
|
+ clear: both;
|
|
|
|
+ }
|
|
|
|
+ .titulo{
|
|
|
|
+ width: 19.2cm;
|
|
|
|
+ text-align: center;
|
|
|
|
+ width: 100%;
|
|
|
|
+ min-height: 0.9cm;
|
|
|
|
+ }
|
|
|
|
+ .fecha_emision_data{
|
|
|
|
+ width: 12.5cm;
|
|
|
|
+ float: left;
|
|
|
|
+ min-height: 0.5cm;
|
|
|
|
+ }
|
|
|
|
+ .vendor{
|
|
|
|
+ width: 6.7cm;
|
|
|
|
+ float: left;
|
|
|
|
+ min-height: 0.5cm;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .razon_data{
|
|
|
|
+ width: 12.5cm;
|
|
|
|
+ float: left;
|
|
|
|
+ min-height: 0.4cm;
|
|
|
|
+ }
|
|
|
|
+ .ruc_data{
|
|
|
|
+ width: 6.7cm;
|
|
|
|
+ float: left;
|
|
|
|
+ min-height: 0.4cm;
|
|
|
|
+ }
|
|
|
|
+ .direccion_data{
|
|
|
|
+ width: 19.2cm;
|
|
|
|
+ float: left;
|
|
|
|
+ min-height: 0.4cm;
|
|
|
|
+ }
|
|
|
|
+ .telefono_data{
|
|
|
|
+ width: 19.2cm;
|
|
|
|
+ float: left;
|
|
|
|
+ min-height: 0.4cm;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .note{
|
|
|
|
+ width: 19.2cm;
|
|
|
|
+ float: left;
|
|
|
|
+ min-height: 0.4cm;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .cab-articulos{
|
|
|
|
+ height: 0.4cm;
|
|
|
|
+ clear: both;
|
|
|
|
+ }
|
|
|
|
+ .articulos{
|
|
|
|
+ height: 4.5cm;
|
|
|
|
+ }
|
|
|
|
+ .art-col1{
|
|
|
|
+ width:2.3cm;
|
|
|
|
+ text-align: center;
|
|
|
|
+ }
|
|
|
|
+ .art-col3{
|
|
|
|
+ padding-left: 3cm;
|
|
|
|
+ width:1cm;
|
|
|
|
+ text-align: center;
|
|
|
|
+ }
|
|
|
|
+ .art-col4{
|
|
|
|
+ padding-left: 0.3cm;
|
|
|
|
+ width:9cm;
|
|
|
|
+ }
|
|
|
|
+ .art-col5{
|
|
|
|
+ width:3.2cm;
|
|
|
|
+ text-align: right;
|
|
|
|
+ }
|
|
|
|
+ .art-col6{
|
|
|
|
+ width:3.6cm;
|
|
|
|
+ text-align: right;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .spad{
|
|
|
|
+ width: 8.5cm;
|
|
|
|
+ float: left;
|
|
|
|
+ padding-top: 0.09cm;
|
|
|
|
+ padding-bottom: 0.12cm;
|
|
|
|
+ min-height: 0.4cm;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ .subtotal_mat{
|
|
|
|
+ width: 4.3cm;
|
|
|
|
+ float: left;
|
|
|
|
+ text-align: right;
|
|
|
|
+ padding-top: 0.09cm;
|
|
|
|
+ padding-left: 1cm;
|
|
|
|
+ padding-bottom: 0.12cm;
|
|
|
|
+ min-height: 0.4cm;
|
|
|
|
+ }
|
|
|
|
+ .subtotal_mo{
|
|
|
|
+ width: 3.6cm;
|
|
|
|
+ float: left;
|
|
|
|
+ text-align: right;
|
|
|
|
+ padding-top: 0.09cm;
|
|
|
|
+ padding-bottom: 0.12cm;
|
|
|
|
+ min-height: 0.4cm;
|
|
|
|
+ }
|
|
|
|
+ .logo1{
|
|
|
|
+ height: 2cm;
|
|
|
|
+ width: 100%;
|
|
|
|
+ top: 0px;
|
|
|
|
+ }
|
|
|
|
+ .foto_personal {
|
|
|
|
+ position: absolute;
|
|
|
|
+ top: 1.5cm;
|
|
|
|
+ left:0.25cm;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ </style>
|
|
|
|
+ <t t-foreach="docs" t-as="o">
|
|
|
|
+ <div class="pagina">
|
|
|
|
+ <div class="divisoria"> </div>
|
|
|
|
+ <div style="border:0.3px solid #000;"></div>
|
|
|
|
+ <div class="divisoria"> </div>
|
|
|
|
+ <div class="divisoria"> </div>
|
|
|
|
+ <div class="row">
|
|
<div class="col-xs-4">
|
|
<div class="col-xs-4">
|
|
<center>
|
|
<center>
|
|
<img t-if="o.company_id.logo" t-att-src="'data:image/png;base64,%s' % o.company_id.logo" style="max-height: 250px;max-width: 80px;"/>
|
|
<img t-if="o.company_id.logo" t-att-src="'data:image/png;base64,%s' % o.company_id.logo" style="max-height: 250px;max-width: 80px;"/>
|
|
@@ -234,14 +230,14 @@
|
|
<div class="descripcion2"><b>TU ESPACIO A MEDIDA</b></div>
|
|
<div class="descripcion2"><b>TU ESPACIO A MEDIDA</b></div>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
- <div class="descripcion3"><b>Km. 5 - Lado Acaray - Avda. Foz de Iguazú - Fracción San Pablo II</b></div>
|
|
|
|
|
|
+ <div class="descripcion3"><b></b></div>
|
|
</tr>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<tr>
|
|
- <div class="descripcion4"><b>A 700 mts de la Copetrol - M: 8 L: 9</b></div>
|
|
|
|
|
|
+ <div class="descripcion4"><b>Km. 5 - Avda. Foz de Iguazú - Bº María Auxiliadora</b></div>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
- <div class="email"><b>Bº María Auxiliadora - Ciudad del Este - Paraguay</b></div>
|
|
|
|
|
|
+ <div class="email"><b>Ciudad del Este - Paraguay</b></div>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
<div class="ciudad"><b>Gestiones_empresariales@hotmail.com</b></div>
|
|
<div class="ciudad"><b>Gestiones_empresariales@hotmail.com</b></div>
|
|
@@ -250,7 +246,7 @@
|
|
<div class="tel"><b>(061) 572 311 - (0983) 532 946</b></div>
|
|
<div class="tel"><b>(061) 572 311 - (0983) 532 946</b></div>
|
|
</tr>
|
|
</tr>
|
|
<tr>
|
|
<tr>
|
|
- <div class="rucdata"><b>R.U.C. N° 2.405.627- </b></div>
|
|
|
|
|
|
+ <div class="rucdata"><b>R.U.C. N° 2.405.627-8 </b></div>
|
|
</tr>
|
|
</tr>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
@@ -384,7 +380,7 @@
|
|
</div>
|
|
</div>
|
|
<table class="table table-condensed table-bordered">
|
|
<table class="table table-condensed table-bordered">
|
|
<tr>
|
|
<tr>
|
|
- <td class="note"><b>OBS.: </b></td>
|
|
|
|
|
|
+ <td class="note"><b>OBS.: </b><span t-field="o.note"/></td>
|
|
</tr>
|
|
</tr>
|
|
<!-- <tr>
|
|
<!-- <tr>
|
|
<td class="payment_term"><b>Forma de Pago: </b><span t-field="o.payment_term"/></td>
|
|
<td class="payment_term"><b>Forma de Pago: </b><span t-field="o.payment_term"/></td>
|
|
@@ -392,12 +388,11 @@
|
|
</table>
|
|
</table>
|
|
<tr><t><b>Aprobado por: __________________</b></t>&nbsp;&nbsp;<t><b>Firma:___________________</b></t>&nbsp;&nbsp;<t><b>C.I.N°:___________________</b></t>&nbsp;&nbsp;<t><b>Entrega:_______________</b></t></tr>
|
|
<tr><t><b>Aprobado por: __________________</b></t>&nbsp;&nbsp;<t><b>Firma:___________________</b></t>&nbsp;&nbsp;<t><b>C.I.N°:___________________</b></t>&nbsp;&nbsp;<t><b>Entrega:_______________</b></t></tr>
|
|
|
|
|
|
- </div>
|
|
|
|
- <div class="logo1"> </div>
|
|
|
|
- </t>
|
|
|
|
- </div>
|
|
|
|
|
|
+ </div>
|
|
|
|
+ <div class="logo1"> </div>
|
|
|
|
+ </t>
|
|
|
|
+ </div>
|
|
</t>
|
|
</t>
|
|
</template>
|
|
</template>
|
|
-
|
|
|
|
</data>
|
|
</data>
|
|
</openerp>
|
|
</openerp>
|