{% extends 'facturacion/impresos/impreso_base_2.html.twig' %} {% block tipo_comprobante %}ORDEN PAGO #{{ orden.id }}{% endblock %} {% block header %}

Club 94 Sport Center

de Gustavo Caramellino

Tel: 0342 453-9404 - club94sportcenter@gmail.com

Av. Freyre 3199 - Esq Junin. CP 3000 Santa Fe

CUIT 20143059775

{% endblock %} {% block contenido %} {% for referencia in orden.referencias %} {% if referencia.remito %} {% if referencia.remito.borrado == 0 %} {% else %} {% endif%} {% endif %} {% endfor %} {% if orden.bonificacion>0 %} {% endif %} {% if orden.BonificacionPorc>0 %} {% set descuento_porcentaje_final = (orden.monto * (orden.BonificacionPorc/100)) %} {% endif %} {% if orden.BonificacionPorc<1 %} {% set descuento_porcentaje_final = 0 %} {% endif %} {% if orden.BonificacionPorc>0 %} {% set descuento_porcentaje_final = (orden.monto * (orden.BonificacionPorc/100)) %} {% endif %} {% if orden.BonificacionPorc<1 %} {% set descuento_porcentaje_final = 0 %} {% endif %} {# #} {# #} {# #} {# #} {# #} {# #} {# #}
Cod. Detalle Total
{{ referencia.remito.codremito }} Remito - Factura #{{ referencia.remito.numeroFactura }}. Punto: {{ referencia.remito.puntoFactura }} {{ referencia.debe | number_format(2) }}-{{ referencia.haber | number_format(2) }}
-1 Orden de Pago - Debe Haber {{ orden.monto | number_format(2) }}
-1 Bonificación {{ orden.bonificacion | number_format(2) }}{{ descuento_porcentaje_final | number_format(2) }}{{ descuento_porcentaje_final | number_format(2) }}
-1 Retención por ganancia {{ orden.retencionGanancias | number_format(2) }}
-1 Retención por ingresos brutos {{ orden.RetencionIngresosBrutos | number_format(2) }}
Total: {{ ((orden.monto - orden.bonificacion - orden.retencionGanancias - orden.RetencionIngresosBrutos ) - descuento_porcentaje_final ) | number_format(2) }}
SALDO {{ 'now' | date('d-m-Y') }}{{ total | number_format(2) }}
Detalle Pago: {{ orden.DetallePago }} {% endblock %} {% block script %}{% endblock %}