{% extends 'base.html.twig' %} {% block title%} WONDER-Transporte Internacional {% endblock %} {% block titulo %} CUENTAS PAGADAS TRANSPORTE INTERNACIONAL {% endblock %} {% block bread %} Pagados-Emp-Internacional {% endblock %} {% block body %} {# para el rango de fechas en datatable#} {# #} {# #} {# #}
{#{% if is_granted('ROLE_SUPER')%}#}
{% include 'messages/success.html.twig' %} {% include 'messages/danger.html.twig' %}

LISTADO DE CUENTAS PAGADAS POR EMPRESAS - TRANSPORTE 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 %}
Tramo Fecha de Pago Empresa MIC/DTA Monto Bs. No. Factura Forma de Pago ObservacionesAcciones
{{ indice }} {{ entity.origen }} - {{ entity.destino}} {{ entity.fpagofact|date('d-m-Y') }} {{ entity.nombre }} {{ entity.micdta}} {{ entity.monto|number_format(2, '.', ',') }} {{ entity.fac}} {{ entity.formapago}} {{ entity.observacion }}hola
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 %}