Todos |
Imagen | COD-Artículo | {% if group.groupConfiguration.useLocatorAlias %}Alias Localizador |
{% elseif group.groupConfiguration.useLocator %}
Localizador | {% endif %} {% if group.groupConfiguration.showAutoincrementNumberForArticle %}Nº Orden | {% endif %}Modelo | Color | Marca | Sección | PVP | {% if roleRight %}VENDIDO | {% endif %}DISPONIBLE | PENDIENTE | Rent. Ventas Compras |
|||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{% if obj.isWhiteLabel == false %} {% endif %} |
|
{% set array = obj.alias | split('-') %}{{ array[1] }} | {% if group.groupConfiguration.useLocator %} {% if group.groupConfiguration.useLocatorAlias %}{{ obj.locatorAlias }} | {% else %}{{ obj.locator }} | {% endif %} {% endif %} {% if group.groupConfiguration.showAutoincrementNumberForArticle %}{{ obj.autoIncrement }} | {% endif %}{{ obj.articleModel }} | {{ obj.articleColor }} | {{ obj.brand }} | {{ obj.section }} | {% 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 roleRight %} {% set articleSold = obj.stats_sold %} {% if articleSold > 0 %}{% else %} | {% endif %} {% endif %} {% set articleAvailable = obj.stats_available %} {% if articleAvailable > 0 %} | {% else %} | {% endif %} {% set articlePending = obj.stats_pending %} {% if articlePending > 0 %} | {% else %} | {% endif %} |
{% if obj.stats_profitability > 0 %}
{{ obj.stats_profitability * 100 }}%
{% endif %}
|