{% extends '@Core/base.html.twig' %} {% block sectionTitle %}Pedidos{% endblock %} {% block sectionActions %} {% if roleRight == true or isShopManager or isOffice %} Nuevo pedido {% endif %} {% endblock %} {% block breadcrumbLinks %}
COD-Pedido | Creación | Servicio | Proveedor | Temporada | Tipo | Estado | RECIBIDO | PENDIENTE | PEDIDO | ARTÍCULOS | {% if roleRight == true or isShopManager or isOffice %}VALORACIÓN | {% endif %}||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{% endif %} {% if roleRight == true or isShopManager or isOffice %} | {{ obj[0].alias }} | {% else %}{{ obj[0].alias }} | {% endif %}{{ obj[0].createdAt | date('d-m-Y \\a \\l\\a\\s H:i:s') }} | {% set uniqueDateServiceExpected = obj[0].uniqueDateServiceExpected %} {% if uniqueDateServiceExpected is defined and uniqueDateServiceExpected %}{{ uniqueDateServiceExpected | date('d-m-Y') }} | {% elseif uniqueDateServiceExpected is null %}{% else %} | {% endif %} | {{ obj[0].dealer.name }} | {{ obj[0].season }} | {% if obj[0].typeOrder %} {{ obj[0].typeOrder.description }} {% endif %} |
{% if obj['threadOrderGenerateCount'] > 0 %}
Actualizando
{% endif %}
{% include("@Core/Widget/include_order_type_status.html.twig") %}
|
{% if obj[0].numStockAvailable > 0 %}
{% if obj[0].numStockAvailable == obj['all_stock'] %}
{% if isLite == false %} {% if roleRight == true %} {% else %} {% endif %} {% else %} {% if roleRight == true %} {% else %} {% endif %} {% endif %} | {% else %}{% if roleRight == true %} {% else %} {% endif %} | {% endif %} {% else %}{% endif %} {% if obj[0].numStockPending > 0 %} | {% if roleRight == true %} {% else %} {% endif %} | {% else %}{% endif %} {% if obj['all_stock'] > 0 %} | {% if roleRight == true %} {% else %} {% endif %} | {% else %}{% endif %} {% if obj[0].numArticles > 0 %} | {{ obj[0].numArticles }} | {% else %}{% endif %} {% if roleRight == true or isShopManager or isOffice %} | {{ obj[0].totalValoration | number_format(2, '.', ',') }} € | {% endif %}|
TOTALES | {% if roleRight == true or isShopManager or isOffice %} | {% endif %} |