{% extends 'base.html.twig' %} {% block title%} WONDER-T-InterNal Camiones {% endblock %} {% block titulo %} GESTIÓN DE PAGOS A TRANSPORTISTAS - INTERNACIONAL {% endblock %} {% block bread %} T-InterNal Pago-T {% endblock %} {% block body %} {#{{ form_start(form) }}#} {{ form_start(form, { 'attr': {'novalidate':'novalidate', 'class': 'form-material form-horizontal'} }) }}

{{ tinternacional.idempresa2 }}

{{ tinternacional.flete|number_format(2, '.', ',') }}

{{ tinternacional.descuento|number_format(2, '.', ',') }}

{{ aCuenta.acuenta|number_format(2, '.', ',') }}

{{ (tinternacional.flete - tinternacional.descuento - aCuenta.acuenta)|number_format(2, '.', ',') }}
{{ form_label(form.fpagofact) }} {{ form_widget(form.fpagofact) }} {# {{ form_errors(form.fpagofact) }}#}
{{ form_label(form.monto) }} {{ form_widget(form.monto) }} {# {{ form_errors(form.monto) }}#} {% if ((mimensaje1 is defined) and (mimensaje1 is not null)) %} {{ mimensaje1 }} {% endif %}
{{ form_label(form.cobrador) }} {{ form_widget(form.cobrador) }} {# {{ form_errors(form.cobrador) }}#}
{{ form_label(form.idpago) }} {{ form_widget(form.idpago) }} {# {{ form_errors(form.idpago) }}#}
{{ form_label(form.observacion) }} {{ form_widget(form.observacion) }} {# {{ form_errors(form.observacion) }}#}
Cancelar {# #} {{ form_end(form) }}
{#{% if is_granted('ROLE_SUPER')%}#}

LISTADO DE PAGOS REALIZADOS

Proceso del {{ tinternacional.fechaentrega|date('d-m-Y') }} Empresa: {{ tinternacional.idempresa2 }} Origen: {{ tinternacional.idorigen }} Destino: {{ tinternacional.iddestino }}
{% set indice = 0 %} {% for entity in misPagos %} {% set indice = indice + 1 %} {% endfor %}
Fecha Pago de Factura Monto en Bs. Forma de Pago Cobrado por Observaciones Personal que registró Acciones
{{ entity.fpagofact|date('d-m-Y') }} {{ entity.monto|number_format(2, '.', ',') }} {{ entity.idpago}} {{ entity.cobrador}} {{ entity.observacion }} {{ entity.idusuario}} {# {% if is_granted('ROLE_ADMINISTRADOR')%}#} {# #} {# {% endif %}#} {# {% if (is_granted('ROLE_ADMINISTRADOR') or is_granted('ROLE_TECNICO')) and not entity.fpagofact %}#} {# Cobrar#} {# {% endif %}#} {% if is_granted('ROLE_ADMINISTRADOR')%} {% endif %}
{#{% endif %}#}
{% endblock %}