| Infos | Réference | EAN | Fournisseur | Stock réel | Requis | ||
|---|---|---|---|---|---|---|---|
|
{% if item.hasCommande() %}
{% set url = path('commande',{submenu : 'all'})~'?q='~item.commande %}
{% if item.commande.hasFournisseur() %}
{% set url = '#' %}
{% endif %}
{{ item.commande.client }}
Commande : {{ item.commande.numero }} {% elseif item.hasDevis() %} {% set url = "#" %} {{ item.devis.client }}
{% if item.devis.hasReparation() %}
{% endif %}
Reparation |
{{item.devis.reparation}}
{% elseif item.devis.hasIntervention() %}
Intervention |
{{item.devis.intervention}}
{% endif %}
{{ item.devis.numero }}
|
{{ item.article }} | {% if item.isComposant() %} {{ item.article.isbn }} {% elseif item.isLaptop() %} {{ item.article.sku }} {% endif %} |
{{ item.fournisseur }}
{% if cmd.status.id == 3 %}
|
{{ item.article.quantite }} | {{ item.quantite }} | {% if cmd.status.id == 3 %}
{% if item.hasCommande() %}
Voir
Imprimer
{% elseif item.hasDevis() %}
{% set devis = item.devis %}
{% if devis.hasReparation() %}
{% set href = path('reparation.edit',{submenu : 'devis'})~'?num='~item.devis.numero %}
{% elseif devis.hasIntervention() %}
{% set href = path('intervention.edit.devis',{id : item.devis.id}) %}
{% else %}
{% set href = path('commande.devis.edit',{num : item.devis.numero}) %}
{% endif %}
Voir
Imprimer
{% endif %}
{% if item.hasCommandeFournisseur() and item.commandeFournisseur.is('order') and item.commandeFournisseur.details | length > 1 %}
Valider la reception
{% endif %}
|