{% for flash_message in app.session.flashBag.get('success') %}
Fecha de creación | Imagen | COD-Artículo | {% if useLocator %} {% if useLocatorAlias %}Alias Localizador |
{% else %}
Localizador | {% endif %} {% endif %} {% if showAutoincrementNumberForArticle %}Nº Orden | {% endif %}Modelo | Color | Temporada | Proveedor | Marca | Sección | {% if isTredico or showReference %}Ref | {% endif %} {% if roleRight == true or isOffice %}P.Coste | {% endif %}PVP | {% if user.isUserFranchise == false %} {% if roleRight == true %}Vendido | {% endif %}Disponible | Pendiente | {% if roleRight == true %}RENTA | {% endif %} {% endif %}||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{% if obj.isWhiteLabel == false %}
{% for objBasket in articlesOrderBasket %}
{% if objBasket["article"].id == obj.id %}
{% endif %}
{% endfor %}
{% endif %}
|
{% if 'amazonaws' in obj.filename %}
{% set urlFilename = obj.filename %}
{% else %}
{% set urlFilename = 'uploads/' ~ obj.filename %}
{% endif %}
|
{% set array = obj.alias | split('-') %}{{ array[1] }} | {% if useLocator %} {% if useLocatorAlias %}{{ obj.locatorAlias }} | {% else %}{{ obj.locator }} | {% endif %} {% endif %} {% if showAutoincrementNumberForArticle %}{{ obj.autoIncrement }} | {% endif %}{{ obj.articleModel }} | {{ obj.articleColor }} | {{ obj.season }} | {{ obj.dealer }} | {{ obj.brand }} | {{ obj.section }} | {% if isTredico or showReference %}{{ obj.ref }} | {% endif %} {% if roleRight == true or isOffice %} {% if showCostPriceWithoutTaxes %} {% if obj.isBySizes %} {% set PrecioCostoResumeNoTaxes = "Precio por tallas" %} {% else %} {% if obj.isBySizes %} {% set PrecioCostoResumeNoTaxes = obj.stats_pc_resume_no_taxes %} {% else %} {% set PrecioCostoResumeNoTaxes = obj.stats_pc_resume_no_taxes %} {% endif %} {% endif %} {% if PrecioCostoResumeNoTaxes == "Precio por tallas" %}0€ | {% else %}{{ PrecioCostoResumeNoTaxes | raw }} | {% endif %} {% endif %} {% else %} {% if obj.isBySizes %} {% set PrecioCostoResume = "Precio por tallas" %} {% else %} {% if obj.isBySizes %} {% set PrecioCostoResume = obj.stats_pc_resume %} {% else %} {% set PrecioCostoResume = obj.stats_pc_resume %} {% endif %} {% endif %} {% if PrecioCostoResume == "Precio por tallas" %}0€ | {% else %}{{ PrecioCostoResume | raw }} | {% endif %} {% endif %} {% endif %} {% endif %} {% if obj.isBySizes %} {% set PVPResumeforListing = "Precio por tallas" %} {% else %} {% if obj.isBySizes %} {% set PVPResumeforListing = obj.stats_pvp_resume %} {% else %} {% set PVPResumeforListing = obj.defaultPVP ~ "€" %} {% endif %} {% endif %} {% if PVPResumeforListing == "Precio por tallas" %}0€ | {% else %}{{ PVPResumeforListing | raw }} | {% endif %} {% endif %} {% if user.isUserFranchise == false %} {% if roleRight == true %} {% set articleSold = obj.stats_sold %} {% if articleSold > 0 %}{% elseif articleSold < 0 %} | {% elseif articleSold == 0 %} | {% endif %} {% endif %} {% set articleAvailable = obj.stats_available %} {% if articleAvailable > 0 %} | {% elseif articleAvailable < 0 %} | {% else %} | {% endif %} {% set articlePending = obj.stats_pending %} {% if articlePending > 0 %} | {% elseif articlePending < 0 %} | {% else %} | {% endif %} {% if roleRight == true %} |
{% if obj.stats_profitability != 0 %}
{{ obj.stats_profitability * 100 }}%
{% endif %}
|
{% endif %}
{% endif %}
||||
{% if useLocator %} {% if useLocatorAlias %} | {% else %} | {% endif %} {% endif %} {% if showAutoincrementNumberForArticle %} | {% endif %} {% if isTredico or showReference %} | {% endif %} {% if roleRight == true %} | {% else %} | {% endif %} | TOTALES | {% if roleRight == true %}{% endif %} | {% if roleRight == true %} | {% endif %} |