{% 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 %}
COD-Traspaso | Usuario creación | Fecha creación | Fecha salida | Razón social | CIF | Tienda Salida | Artículos | Unidades | {% if roleRight == true %}Valoración | {% endif %}Estado | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ obj.getAlias }} | {% if obj.userCreation %}{{ obj.userCreation.name}}{% endif %} | {% if obj.getDateCreation %}{{ obj.getDateCreation | date('d/m/Y H:i:s')}} | {% else %}--- | {% endif %} {% if obj.getDateOut %}{{ obj.getDateOut | date('d/m/Y H:i:s')}} | {% else %}--- | {% endif %}{{ obj.razonSocial }} | {{ obj.cif }} | {% if obj.getShopOut %}{{ obj.getShopOut.name }}{% endif %} | {{ articles[obj.getId] | length }} | {{ obj.getTransferExternalElement | length }} | {% if roleRight == true %}{{ totalValoration[obj.getId] | number_format(2, ",", '.') }}€ | {% endif %}{{ obj.typeTransferStatus.description }} |