|
@@ -47,7 +47,7 @@
|
|
|
</t>
|
|
|
<t>
|
|
|
<div>
|
|
|
- <h3><center><strong>RECIBO DE DINERO</strong></center></h3>
|
|
|
+ <h3><center><strong>ORDEN DE PAGO</strong></center></h3>
|
|
|
</div>
|
|
|
</t>
|
|
|
<t>
|
|
@@ -133,22 +133,40 @@
|
|
|
<strong>TOTAL</strong> <span t-esc="'{0:,.0f}'.format(o.total)"/>
|
|
|
</p>
|
|
|
|
|
|
- <p style="text-align: left; font-size: 16px;">
|
|
|
- <strong>RECIBO DE DINERO IMPORTE TOTAL</strong> <span t-esc="'{0:,.0f}'.format(o.total)"/>
|
|
|
- </p>
|
|
|
+ <!-- Separador -->
|
|
|
+ <hr style="border: 1px solid #ddd; margin: 30px 0;" />
|
|
|
|
|
|
- <p style="text-align: left; font-size: 14px;">
|
|
|
- <strong>Recibido por _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ C.I.Nº _ _ _ _ _ _ _ _</strong>
|
|
|
- </p>
|
|
|
+ <!-- Título destacado de la sección -->
|
|
|
+ <h3 style="text-align: center; font-size: 18px; text-decoration: underline; margin-bottom: 10px;">
|
|
|
+ RECIBO DE DINERO
|
|
|
+ </h3>
|
|
|
|
|
|
- <p style="text-align: left; font-size: 14px;">
|
|
|
- <strong>Firma _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Fecha _ _ _ _ _ _ _ _</strong>
|
|
|
- </p>
|
|
|
+ <!-- Recuadro con total -->
|
|
|
+ <div style="border: 1px solid #ddd; padding: 10px; font-size: 12px; margin-bottom: 10px;">
|
|
|
+ <strong>Importe Total:</strong> <span t-esc="'{0:,.0f}'.format(o.total)"/>
|
|
|
+ </div>
|
|
|
|
|
|
- <p style="text-align: left; font-size: 10px;">
|
|
|
- <strong>Obs.: La firma de este documento implica la conformidad de los datos arriba detallados y la recepción de los montos de dinero.</strong>
|
|
|
+ <!-- Campos de firma -->
|
|
|
+ <table style="width: 100%; font-size: 12px; margin-bottom: 10px;">
|
|
|
+ <tr>
|
|
|
+ <td><strong>Recibido por:</strong> ______________________</td>
|
|
|
+ <td><strong>C.I. Nº:</strong> ______________________</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td><strong>Firma:</strong> ____________________________</td>
|
|
|
+ <td><strong>Fecha:</strong> ____________________________</td>
|
|
|
+ </tr>
|
|
|
+ </table>
|
|
|
+
|
|
|
+ <p style="font-size: 11px;">
|
|
|
+ <strong>Obs.:</strong> La firma de este documento implica la conformidad de los datos arriba detallados y la recepción de los montos de dinero.
|
|
|
</p>
|
|
|
|
|
|
+ <p style="font-size: 12px; margin-top: 10px;">
|
|
|
+ <strong>Solicitado por:</strong> <span t-field="o.solicitado_por"/>    
|
|
|
+ <strong>Contabilidad:</strong> _____________________    
|
|
|
+ <strong>Tesorería:</strong> _____________________
|
|
|
+ </p>
|
|
|
</div>
|
|
|
</t>
|
|
|
</t>
|