{% extends 'base.html.twig' %} {% block title%} WONDER-Transporte Nacional {% endblock %} {% block titulo %} CUENTAS POR PAGAR TRANSPORTISTAS - NACIONAL {% endblock %} {% block bread %} Pagados-Trans-Nal {% endblock %} {% block body %}
{#{% if is_granted('ROLE_SUPER')%}#}
{% include 'messages/success.html.twig' %} {% include 'messages/danger.html.twig' %}

LISTADO DE CUENTAS PAGADAS A TRANSPORTISTAS - NACIONAL

RANGO DE FECHAS DE REPORTE:
{# {% if is_granted('ROLE_ADMINISTRADOR') or is_granted('ROLE_TECNICO') or is_granted('ROLE_RECEPCION')%}#} {# Agregar Registro#} {# {% endif %}#}

{# #} {# #} {% set indice = 1 %} {% for entity in tfactnals %} {# #} {# #} {% set indice = indice + 1 %} {% endfor %}
Fecha de Pago Tramo Empresa No. Factura Transportista Descuento Bs. Monto Pagado Bs.Fecha de PagoForma de Pago ChasisAcciones
{{ indice }} {{ entity.fechapago|date('d-m-Y') }} {{ entity.origen }} - {{ entity.destino}} {{ entity.nombre }} {% if ( entity.factura != 0 ) %} F-{{ entity.factura}} {% endif %} {{ entity.nombres}} {{ entity.descuento}} {{ entity.suma|number_format(2, '.', ',') }}{{ entity.fechapago|date('d-m-Y') }}{{ entity.formapago }} {{ entity.chasis }}#} {#
Totales:
{#{% endif %}#}
{# {{ include ('forms/delete.html.twig', { form: delete_form_ajax, message: 'Estás seguro de borrar el registro?', id:'form-delete', with_submit:false }) }}#} {% endblock %} {% block javascripts %} {# #} {% endblock %}