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

LISTADO DE CUENTAS POR PAGAR 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 %} {% if ((entity.flete - entity.descuento - entity.acta)>0) %} {# #} {% endif %} {% set indice = indice + 1 %} {% endfor %}
Empresa MIC/DTA Fecha de Entrega Tramo Empresa de ApoyoNo. FacturaMonto Bs. Desc. A Cta. Bs. Por Pagar Bs. ObservacionesForma de PagoAcciones
{{ indice }} {{ entity.nombre }} {{ entity.micdta}} {{ entity.fechaentrega|date('d-m-Y') }} {{ entity.origen }} - {{ entity.destino}} {{ entity.EmpTrans }}#} {# {% if ( entity.fac != 0 ) %}#} {# F-{{ entity.fac }}#} {# {% endif %}#} {# {{ entity.flete|number_format(2, '.', ',') }} {{ entity.descuento|number_format(2, '.', ',') }} {{ entity.acta|number_format(2, '.', ',')}} {{ (entity.flete - entity.descuento - entity.acta)|number_format(2, '.', ',') }} {{ entity.observaciondesc}} {#SOLO PARA ADMINISTRADORES#} {% if (is_granted('ROLE_ADMINISTRADOR') or is_granted('ROLE_TECNICO')) %} Paga Transportista {% endif %}
Total: 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 %}