{% extends 'base.html.twig' %} {% block title%} WONDER-Transporte Nacional {% endblock %} {% block titulo %} GESTIÓN DE TRANSPORTE NACIONAL {% endblock %} {% block bread %} T-Nacional {% endblock %} {% block body %}
{#{% if is_granted('ROLE_SUPER')%}#}
{% include 'messages/success.html.twig' %} {% include 'messages/danger.html.twig' %}

LISTADO DE TRANSPORTE NACIONAL

{% if is_granted('ROLE_ADMINISTRADOR') or is_granted('ROLE_TECNICO') or is_granted('ROLE_RECEPCION')%} Agregar Registro {% endif %}

{# #}
{# {% set indice = 0 %}#} {# {% for entity in tnacionals %}#} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# {% set indice = indice + 1 %}#} {# {% endfor %}#}
IdNacional Fecha Inicial Empresa Nº Chasis Modelo Chofer Origen Destino Factura Fecha de Pago Dcto. Bs. Pagado Bs. Estado Observaciones Administrativo Operativo idfactnal idpago
{{ entity.fechainicio|date('d-m-Y') }}{{ entity.nombre }}{{ entity.chasis }}{{ entity.chasis }}{{ entity.origen }}{{ entity.destino}}#} {# {% if entity.estado == 'Recepción' %}#} {#

{{ facArray[indice] }}

#} {#

{{ entity.estado}}

#} {# {% elseif entity.estado == 'En Curso' %}#} {#

{{ entity.estado }}

#} {# {% elseif (entity.estado == 'Entregado') %}#} {#

{{ entity.estado }}

#} {# {% else %}#} {#

{{ entity.estado }}

#} {# {% endif %}#} {#
{{ entity.observaciones }}#} {# #} {# {% if is_granted('ROLE_ADMINISTRADOR')%}#} {# #} {# {% endif %}#} {# {% if is_granted('ROLE_TECNICO') and habilitaEdicion[indice] %}#} {# #} {# {% endif %}#} {# {% if is_granted('ROLE_ADMINISTRADOR')%}#} {# #} {# {% endif %}#} {# {% if is_granted('ROLE_ADMINISTRADOR') or is_granted('ROLE_TECNICO') or is_granted('ROLE_RECEPCION')%}#} {#   Vehículos#} {# {% endif %}#} {# {% if is_granted('ROLE_ADMINISTRADOR') or is_granted('ROLE_TECNICO') or is_granted('ROLE_RECEPCION')%}#} {# Facturas#} {# {% endif %}#} {# #} {# #} {# {% if is_granted('ROLE_ADMINISTRADOR') or is_granted('ROLE_TECNICO') or is_granted('ROLE_RECEPCION')%}#} {# #} {# #} {# {% endif %}#} {# SOLO PARA ADMINISTRADORES#} {# {% if (is_granted('ROLE_ADMINISTRADOR')) %}#} {# #} {# #} {# #}{# #} {# Pagar#} {# {% endif %}#} {#
{#{% endif %}#}
{# {{ render(controller('App\\Controller\\TregnalController:new_despacho', {'idregnal': 29, 'idnacional': 12 })) }}#} {{ 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 %} {#{% extends 'base.html.twig' %}#} {#{% block title %}Tnacional index{% endblock %}#} {#{% block body %}#} {#

Tnacional index

#} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# {% for tnacional in tnacionals %}#} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# {% else %}#} {# #} {# #} {# #} {# {% endfor %}#} {# #} {#
IdnacionalFechainicioFacturaObservacionesAuditoriaactions
{{ tnacional.idnacional }}{{ tnacional.fechainicio ? tnacional.fechainicio|date('Y-m-d H:i:s') : '' }}{{ tnacional.factura }}{{ tnacional.observaciones }}{{ tnacional.auditoria }}#} {# show#} {# edit#} {#
no records found
#} {# Create new#} {#{% endblock %}#}