|
@@ -20,14 +20,42 @@
|
|
|
<div class="page">
|
|
|
|
|
|
<!-- Encabezado de la Empresa -->
|
|
|
- <div class="header" style="text-align: center; margin-bottom: 20px;">
|
|
|
- <img src="/web/binary/company_logo" style="height: 80px;"/>
|
|
|
- <h3> <span>BIOELECTRIC</span></h3>
|
|
|
- <p>
|
|
|
- <strong>RUC:</strong> <span t-esc="o.company_id.vat"/><br/>
|
|
|
- <strong>Dirección:</strong> <span t-esc="o.company_id.partner_id.street"/><br/>
|
|
|
- <strong>Teléfono:</strong> <span t-esc="o.company_id.phone"/>
|
|
|
- </p>
|
|
|
+ <!-- Cabecera del recibo -->
|
|
|
+ <div class="row" style="display: flex; align-items: stretch;">
|
|
|
+ <div class="col-xs-3" style="border-radius: 10px 0 0 10px; border: 2px solid #ddd; display: flex; flex-direction: column; justify-content: center; padding: 10px;">
|
|
|
+ <div class="logo-container">
|
|
|
+ <img t-if="o.company_id.logo" t-att-src="'data:image/png;base64,%s' % o.company_id.logo" style="max-height: 125px;" />
|
|
|
+ </div>
|
|
|
+ <t><center><strong>INNOVACIÓN, TECNOLOGÍA Y SEGURIDAD</strong></center></t>
|
|
|
+ </div>
|
|
|
+ <div class="col-xs-5" style="padding-left: 0.01mm; padding-top: 0.01mm; padding-bottom: 0.15mm; border-top: 2px solid #ddd; border-bottom: 2px solid #ddd; border-left: 2px solid #ddd; border-right: 2px solid #ddd;">
|
|
|
+ <h3><center><strong><i>BIOMARKET</i></strong></center></h3>
|
|
|
+ <t><center><b>de Armando Javier Aguilar Ramos</b></center></t>
|
|
|
+ <t><center><b>Instalaciones eléctricas, electromecánicas y electrónicas.</b></center></t>
|
|
|
+ <t><center><b>Calle Cabo 7 Silvio Ovelar c/ Paso de Patria</b></center></t>
|
|
|
+ <t><center><b>San Antonio - Paraguay</b></center></t>
|
|
|
+ <t><center><b>biomarketpy@gmail.com - (0981) 939 132</b></center></t>
|
|
|
+ </div>
|
|
|
+ <div class="col-xs-4 pull-right" style="border-top-right-radius: 10px; padding-bottom: 0.19cm; border-bottom-right-radius: 10px;padding-left: 0.01mm; padding-top: 0.01mm; border-top: 2px solid #ddd; border-bottom: 2px solid #ddd; border-left: 2px solid #ddd; border-right: 2px solid #ddd;">
|
|
|
+ <t></t>
|
|
|
+ <div style="margin-top: 0.3cm;"> </div>
|
|
|
+
|
|
|
+ <t>
|
|
|
+ <div>
|
|
|
+ <center><strong>RUC:</strong><span t-field="o.company_id.vat" /></center>
|
|
|
+ </div>
|
|
|
+ </t>
|
|
|
+ <t>
|
|
|
+ <div>
|
|
|
+ <h3><center><strong>Nº DE PAGO</strong></center></h3>
|
|
|
+ </div>
|
|
|
+ </t>
|
|
|
+ <t>
|
|
|
+ <div>
|
|
|
+ <h4><center><strong><span t-field="o.name" /></strong></center></h4>
|
|
|
+ </div>
|
|
|
+ </t>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
|
|
|
<!-- Información del Orden de Pago -->
|