{% extends 'facturacion/impresos/impreso_base_2.html.twig' %} {% block tipo_comprobante %}ORDEN PAGO #{{ orden.id }}{% endblock %} {% block header %}
Fecha: {{ orden.debeHaberRegistro.fecha | date('d-m-Y') }} | |
Proveedor.: {{ proveedor.razonSocial }} | |
Dirección.: {{ proveedor.domicilio }} | |
Cuit: {{ proveedor.Cuilt }} | |
Teléfono: {% if proveedor.telComercial %} {{ proveedor.telComercial }} {% elseif proveedor.telefonos %} {{ proveedor.telefonos }} {% endif %} | |
Forma de pago: {{ orden.formaPago }} |
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
Cod. | Detalle | Total | ||||
---|---|---|---|---|---|---|
{{ referencia.remito.codremito }} | Remito - Factura #{{ referencia.remito.numeroFactura }}. Punto: {{ referencia.remito.puntoFactura }} | {% if referencia.remito.borrado == 0 %}{{ referencia.debe | number_format(2) }} | {% else %}-{{ referencia.haber | number_format(2) }} | {% endif%}|||
-1 | Orden de Pago - Debe Haber | {{ orden.monto | number_format(2) }} | ||||
-1 | Bonificación | {% if orden.bonificacion>0 %}{{ orden.bonificacion | number_format(2) }} | {% endif %} {% if orden.BonificacionPorc>0 %} {% set descuento_porcentaje_final = (orden.monto * (orden.BonificacionPorc/100)) %}{{ descuento_porcentaje_final | number_format(2) }} | {% endif %} {% if orden.BonificacionPorc<1 %} {% set descuento_porcentaje_final = 0 %}{{ descuento_porcentaje_final | number_format(2) }} | {% endif %}||
-1 | Retención por ganancia | {{ orden.retencionGanancias | number_format(2) }} | ||||
-1 | Retención por ingresos brutos | {{ orden.RetencionIngresosBrutos | number_format(2) }} | ||||
{% if orden.BonificacionPorc>0 %} {% set descuento_porcentaje_final = (orden.monto * (orden.BonificacionPorc/100)) %} {% endif %} {% if orden.BonificacionPorc<1 %} {% set descuento_porcentaje_final = 0 %} {% endif %} | 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) }} | #} {#