{% extends 'base.html.twig' %} {% block title%} WONDER-Transporte Internacional {% endblock %} {% block titulo %} CUENTAS PAGADAS TRANSPORTISTAS - INTERNACIONAL {% endblock %} {% block bread %} Pagados-T-InterNal {% endblock %} {% block body %}
{#{% if is_granted('ROLE_SUPER')%}#}
{% include 'messages/success.html.twig' %} {% include 'messages/danger.html.twig' %}

LISTADO DE CUENTAS PAGADAS A TRANSPORTISTAS - INTERNACIONAL

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 %}
Empresa MIC/DTA Fecha de Pago Tramo Empresa de ApoyoNo. FacturaMonto Bs. Cobrador Forma de Pago Téc. Responsable ObservacionesAcciones
{{ indice }} {{ entity.nombre }} {{ entity.micdta}} {{ entity.fpagofact|date('d-m-Y') }} {{ entity.origen }} - {{ entity.destino}} {{ entity.EmpTrans }}#} {# {% if ( entity.fac != 0 ) %}#} {# F-{{ entity.fac }}#} {# {% endif %}#} {# {{ entity.acta|number_format(2, '.', ',') }} {{ entity.cobrador }} {{ entity.formapago }} {{ entity.nombres }} {{ entity.observacion}}#} {#
Total:
{#{% 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 %}