{% extends 'MainBundle:Master:templateReport.html.twig' %} {% block more_head %} {% set signo = '$' %} {% set dec = 0 %} {% if(id_cliente=="RIS-DPI") %} {% set signo = 'S/' %} {% set dec = 2 %} {% endif %}
Original
{% if datos_factura[0].urlLogoFactura is defined %} Logo {% endif %}

{{ datos_factura[0].entityName }}
NIT:{{ datos_factura[0].entityNit }}
{{ datos_factura[0].dirHe|capitalize }} Teléfonos: {{ datos_factura[0].telephone }}
{{ datos_factura[0].email }}

FACTURA DE VENTA No.

{{ datos_factura[0].prefijo }} {{ datos_factura[0].codigoFactura }}
Resolución por computador DIAN No. {{ datos_factura.0.resolucion }} Vigente del {{ datos_factura.0.resFeIni|date('d-m-Y') }} al {{ datos_factura.0.resFeFin|date('d-m-Y') }} Autorización numeración Intervalo - {{ datos_factura.0.prefijo }} {{ datos_factura.0.ResValIni }} - {{ datos_factura.0.prefijo }} {{ datos_factura.0.ResValFin }}
SEÑORES: {{ datos_factura[0].name }} NIT: {{ datos_factura[0].epsNit }}
CONTRATO: {{ datos_factura[0].nombreContrato|upper }} DIRECCIÓN: {{ datos_factura[0].address }} FECHA EXPEDICIÓN: {% if datos_factura.0.fechaCreacion is null %} - {% else %} {{ datos_factura.0.fechaCreacion|date("Y-m-d") }} {% endif %}
SEDE: {{ datos_factura[0].headquarterName|upper }} TELÉFONO: {{ datos_factura[0].epsTelephone }} FECHA VENCIMIENTO: {% set modify = datos_factura.0.tiempoPago %} {% set date = datos_factura.0.fechaCreacion|date("Y-m-d") %} {% if modify is null %} {{ datos_factura.0.fechaCreacion|date("Y-m-d") }} {% else %} {{ date|date_modify("+" ~ modify ~ " day")|date("Y-m-d") }} {% endif %}
Concepto Valor
Servicios prestados según relación anexa durante el período así:
Desde: {{ datos_factura.0.fechaInicio|date("Y-m-d") }} Al: {{ datos_factura.0.fechaFinal|date("Y-m-d") }}
{{ signo }} {{ datos_factura.0.valorNeto }}
Forma de pago: {{ datos_factura[0].formaPago }}
Valor en Letras: {{ datos_factura[0].valorTotalLetras }}
Observaciones: {{ datos_factura[0].observaciones }}
{% if datos_factura[0].estado == false %}
{% endif %} {% if factura_cafam == 'true' %} {% endif %}
Valor Total {{ signo }} {{ datos_factura.0.valorNeto }}
Copago-Cuota Moderadora - {{ signo }} {{ datos_factura.0.copago }}
Descuentos - {{ signo }}{{datos_factura.0.deducciones }}
TotalUS {{ signo }} {{ datos_factura.0.valorTotalUS }}
TotalRAD {{ signo }} {{ datos_factura.0.valorTotalRAD }}
Valor a pagar {{ signo }} {{ datos_factura.0.valorTotal }}

{{ datos_factura[0].userCreation }}
Firma Autorizada Realizada por Firma
Recibì Conforme - CC. Fecha
LA PRESENTE FACTURA DE VENTA SE ASIMILA EN TODOS SUS EFECTOS A UNA LETRA DE CAMBIO ART. 772 A 774 DEL CÓDIGO DE COMERCIO Y CAUSARA UN INTERÉS POR MORA A LA TASA MÁXIMA LEGAL AUTORIZADA

{% endblock %}