|
@@ -11,9 +11,8 @@
|
|
|
file="recibo_decorart.recibo_decorart"
|
|
|
/>
|
|
|
|
|
|
-<template id="recibo_decorart">
|
|
|
- <t t-call="report.html_container">
|
|
|
- <!-- <t t-foreach="[1,2]" t-as="i"> -->
|
|
|
+ <template id="recibo_decorart">
|
|
|
+ <t t-call="report.html_container">
|
|
|
<div class="page">
|
|
|
<style type="text/css">
|
|
|
body{
|
|
@@ -23,75 +22,195 @@
|
|
|
.pagina{
|
|
|
width:19.3cm;
|
|
|
}
|
|
|
- div{
|
|
|
- padding: 0px;
|
|
|
+ .descripcion{
|
|
|
+ width: 11.2cm;
|
|
|
+ font-size: 13px;
|
|
|
+ padding-top: 0.5cm;
|
|
|
+ float: left;
|
|
|
+ min-height: 0cm;
|
|
|
}
|
|
|
|
|
|
- </style>
|
|
|
- <!-- <div class="oe_structure"/> -->
|
|
|
- <t t-foreach="docs" t-as="o">
|
|
|
+ .descripcion1{
|
|
|
+ width: 11.2cm;
|
|
|
+ font-size: 17px;
|
|
|
+ padding-top: 0.2cm;
|
|
|
+ float: left;
|
|
|
+ min-height: 0cm;
|
|
|
+ }
|
|
|
|
|
|
- <div class="row">
|
|
|
- <div class="col-xs-4">
|
|
|
- <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: 100px;"/>
|
|
|
+ .descripcion2{
|
|
|
+ width: 13cm;
|
|
|
+ font-size: 10px;
|
|
|
+ float: left;
|
|
|
+ min-height: 0cm;
|
|
|
+ }
|
|
|
|
|
|
- </center>
|
|
|
- </div>
|
|
|
- <h3 class="text-center"><strong>RECIBO DE DINERO</strong></h3>
|
|
|
- <h4 class="text-center">M Y S Decorart</h4>
|
|
|
+ .descripcion3{
|
|
|
+ width: 15cm;
|
|
|
+ font-size: 10px;
|
|
|
+ float: left;
|
|
|
+ min-height: 0cm;
|
|
|
+ }
|
|
|
+ .descripcion4{
|
|
|
+ width: 15cm;
|
|
|
+ font-size: 10px;
|
|
|
+ float: left;
|
|
|
+ min-height: 0cm;
|
|
|
+ }
|
|
|
|
|
|
- </div>
|
|
|
+ .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;
|
|
|
+ }
|
|
|
+ .divisoria{
|
|
|
+ height: 0.5cm;
|
|
|
+ clear: both;
|
|
|
+ }
|
|
|
+ diva {
|
|
|
+ text-decoration-line: overline;
|
|
|
+ }
|
|
|
+ .titulo{
|
|
|
+ width: 19.2cm;
|
|
|
+ text-align: center;
|
|
|
+ width: 100%;
|
|
|
+ min-height: 0.9cm;
|
|
|
+ }
|
|
|
+ margen{
|
|
|
+ margin-right: 20px;
|
|
|
+ }
|
|
|
+ div{
|
|
|
+ padding: 0px;
|
|
|
+ }
|
|
|
|
|
|
- <br>
|
|
|
- </br>
|
|
|
+ </style>
|
|
|
|
|
|
+ <t t-foreach="docs" t-as="o">
|
|
|
+ <div class="pagina">
|
|
|
+ <div class="row">
|
|
|
|
|
|
- <br>
|
|
|
- <div t-if="o.number" class="col-sm-6">
|
|
|
- <strong>Numero de Pago: </strong><i t-field="o.number"/>
|
|
|
+ <div class="col-xs-6">
|
|
|
+ <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;"/>
|
|
|
+ </center>
|
|
|
</div>
|
|
|
- <div t-if="o.date" class="col-sm-6">
|
|
|
- <strong>Fecha: </strong><span t-field="o.date" t-field-options='{"format": "d MMMM y"}'/>
|
|
|
+ <div class="col-xs-6">
|
|
|
+
|
|
|
+ <tr>
|
|
|
+ <div class="descripcion">
|
|
|
+ </div>
|
|
|
+ </tr>
|
|
|
+
|
|
|
+ <tr>
|
|
|
+ <div class="descripcion1"><b><i>M Y S DECORART</i></b></div>
|
|
|
+ </tr>
|
|
|
+
|
|
|
+ <tr>
|
|
|
+ <div class="descripcion2"><b>TU ESPACIO A MEDIDA</b></div>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <div class="descripcion3"><b>Km. 5 - Lado Acaray - Avda. Foz de Iguazú - Fracción San Pablo II</b></div>
|
|
|
+ </tr>
|
|
|
+
|
|
|
+ <tr>
|
|
|
+ <div class="descripcion4"><b>A 700 mts de la Copetrol - M: 8 L: 9</b></div>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <div class="email"><b>Bº María Auxiliadora - Ciudad del Este - Paraguay</b></div>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <div class="ciudad"><b>Gestiones_empresariales@hotmail.com</b></div>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <div class="tel"><b>(061) 572 311 - (0983) 532 946</b></div>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <div class="rucdata"><b>R.U.C. N° 2.405.627- </b></div>
|
|
|
+ </tr>
|
|
|
+
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+ <div class="divisoria"> </div>
|
|
|
+ <div class="diva"> </div>
|
|
|
+ <div class="titulo" >
|
|
|
+ <h3 class="text-center"><strong>RECIBO DE DINERO</strong></h3>
|
|
|
+ <h4 class="text-center">M Y S Decorart</h4>
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+ <div class="col-xs-12">
|
|
|
+
|
|
|
+ <br>
|
|
|
+ <tr>
|
|
|
+ <div t-if="o.number"><strong>Numero de Pago: </strong><i t-field="o.number"/></div>
|
|
|
+ </tr>
|
|
|
+
|
|
|
+ <tr>
|
|
|
+ <div t-if="o.date"><strong>Fecha: </strong><span t-field="o.date" t-field-options='{"format": "d MMMM y"}'/></div>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <div t-if="o.amount">
|
|
|
+ <strong>Monto pagado: </strong><i t-field="o.amount"/> <span t-field="o.currency_id.symbol"/>
|
|
|
+ </div>
|
|
|
+ </tr>
|
|
|
+ </br>
|
|
|
</div>
|
|
|
- <div t-if="o.amount" class="col-sm-6">
|
|
|
- <strong>Monto pagado: </strong><i t-field="o.amount"/> <span t-field="o.currency_id.symbol"/>
|
|
|
- </div>
|
|
|
- </br>
|
|
|
-
|
|
|
-
|
|
|
- <br>
|
|
|
- </br>
|
|
|
-
|
|
|
- <br>
|
|
|
- <p t-if="o.currency_id.id==3">Recibi de <b t-field="o.partner_id.name"/> o a su orden el monto de <span t-esc="convertir(o.amount,o.currency_id.en_letras1)"/>Dolares en concepto de pago por ......................................................................................... de la Factura Nro <span t-field="o.reference"/></p>
|
|
|
- <p t-if="o.currency_id.id==20">Recibi de <b t-field="o.partner_id.name"/> o a su orden el monto de <span t-esc="convertir(o.amount,o.currency_id.en_letras1)"/>Pesos Argentinos en concepto de pago por ........................................................................................ de la Factura Nro <span t-field="o.reference"/></p>
|
|
|
- <p t-if="o.currency_id.id==7">Recibi de <b t-field="o.partner_id.name"/> o a su orden el monto de <span t-esc="convertir(o.amount,o.currency_id.en_letras1)"/>Reales en concepto de pago por ......................................................................................... de la Factura Nro <span t-field="o.reference"/></p>
|
|
|
- <p t-if="o.currency_id.id==1">Recibi de <b t-field="o.partner_id.name"/> o a su orden el monto de <span t-esc="convertir(o.amount,o.currency_id.en_letras1)"/>Euros en concepto de pago por ......................................................................................... de la Factura Nro <span t-field="o.reference"/></p>
|
|
|
- <p t-if="o.currency_id.id==166">Recibi de <b t-field="o.partner_id.name"/> o a su orden el monto de <span t-esc="convertir(o.amount,o.currency_id.en_letras1)"/>Guaranies en concepto de pago por ....................................................................... de la Factura Nro <span t-field="o.reference"/></p>
|
|
|
- </br>
|
|
|
|
|
|
+ <br>
|
|
|
+ </br>
|
|
|
+
|
|
|
+ <div class="col-xs-12">
|
|
|
+ <br>
|
|
|
+ <p t-if="o.currency_id.id==3">Recibi de <b t-field="o.partner_id.name"/> o a su orden el monto de <span t-esc="convertir(o.amount,o.currency_id.en_letras1)"/>Dolares en concepto de pago por ......................................................................................... de la Factura Nro <span t-field="o.reference"/></p>
|
|
|
+ <p t-if="o.currency_id.id==20">Recibi de <b t-field="o.partner_id.name"/> o a su orden el monto de <span t-esc="convertir(o.amount,o.currency_id.en_letras1)"/>Pesos Argentinos en concepto de pago por ........................................................................................ de la Factura Nro <span t-field="o.reference"/></p>
|
|
|
+ <p t-if="o.currency_id.id==7">Recibi de <b t-field="o.partner_id.name"/> o a su orden el monto de <span t-esc="convertir(o.amount,o.currency_id.en_letras1)"/>Reales en concepto de pago por ......................................................................................... de la Factura Nro <span t-field="o.reference"/></p>
|
|
|
+ <p t-if="o.currency_id.id==1">Recibi de <b t-field="o.partner_id.name"/> o a su orden el monto de <span t-esc="convertir(o.amount,o.currency_id.en_letras1)"/>Euros en concepto de pago por ......................................................................................... de la Factura Nro <span t-field="o.reference"/></p>
|
|
|
+ <p t-if="o.currency_id.id==166">Recibi de <b t-field="o.partner_id.name"/> o a su orden el monto de ..... <span t-esc="convertir(o.amount,o.currency_id.en_letras1)"/>Guaranies en concepto de pago por ........................................................................................ de la Factura Nro <span t-field="o.reference"/></p>
|
|
|
+ </br>
|
|
|
+ </div>
|
|
|
|
|
|
- <!-- <p>por concepto de pago Factura Nro <span t-field="o.reference"/></p> -->
|
|
|
-
|
|
|
- <br>
|
|
|
- </br>
|
|
|
- <br>
|
|
|
- </br>
|
|
|
- <br>
|
|
|
- <div class="col-xs-6">
|
|
|
- <strong>Firma: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _</strong>
|
|
|
+ <!-- <p>por concepto de pago Factura Nro <span t-field="o.reference"/></p> -->
|
|
|
+
|
|
|
+ <br>
|
|
|
+ </br>
|
|
|
+ <br>
|
|
|
+ </br>
|
|
|
+ <br>
|
|
|
+ <div class="col-xs-6">
|
|
|
+ <strong>Firma: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _</strong>
|
|
|
+ </div>
|
|
|
+ </br>
|
|
|
+
|
|
|
+ <br>
|
|
|
+ </br>
|
|
|
+ <br>
|
|
|
+ </br>
|
|
|
</div>
|
|
|
- </br>
|
|
|
-
|
|
|
- <br>
|
|
|
- </br>
|
|
|
- <br>
|
|
|
- </br>
|
|
|
+ </div>
|
|
|
</t>
|
|
|
</div>
|
|
|
- <!-- </t> -->
|
|
|
- </t>
|
|
|
-</template>
|
|
|
+ </t>
|
|
|
+ </template>
|
|
|
</data>
|
|
|
</openerp>
|