{% extends '@Core/base.html.twig' %} {% block javascript %} {{ parent() }} {% endblock %} {% block sectionTitle %}Traspasos externos{% endblock %} {% block sectionActions %} Generar traspaso externo {% endblock %} {% block breadcrumbLinks %} {% if user.group.groupConfiguration.isTrendico %}
  • Menú de traspasos
  • {% endif %}
  • Traspasos externos
  • {% endblock %} {% block content %}
    {% for flash_message in app.session.flashBag.get('success') %}
    {{ flash_message }}
    {% endfor %}
    {% include 'CoreBundle:TransferExternal:_search_transfer_external.html.twig' %}
    LISTADO DE TRASPASOS EXTERNOS
    {% if roleRight == true %} {% endif %} {% for obj in elements %} {% if obj.getDateCreation %} {% else %} {% endif %} {% if obj.getDateOut %} {% else %} {% endif %} {% if roleRight == true %} {% endif %} {% endfor %}
    COD-Traspaso Usuario creación Fecha creación Fecha salida Razón social CIF Tienda Salida Artículos UnidadesValoraciónEstado
    {{ obj.getAlias }} {% if obj.userCreation %}{{ obj.userCreation.name}}{% endif %} {{ obj.getDateCreation | date('d/m/Y H:i:s')}} --- {{ obj.getDateOut | date('d/m/Y H:i:s')}} --- {{ obj.razonSocial }} {{ obj.cif }} {% if obj.getShopOut %}{{ obj.getShopOut.name }}{% endif %} {{ articles[obj.getId] | length }} {{ obj.getTransferExternalElement | length }} {{ totalValoration[obj.getId] | number_format(2, ",", '.') }}€{{ obj.typeTransferStatus.description }}
    {% endblock%}