{% set active = "" %} {% extends 'base.html.twig' %} {% block title %}Fournisseur{% endblock %} {% block body %}
| Id | {{ fournisseur.id }} |
|---|---|
| Nom | {{ fournisseur.nom }} |
| actions | Status | Id | Numero | Montant | Tva | DateLimiteExp | DateExp | DateOrder | Fournisseur | Infos |
|---|---|---|---|---|---|---|---|---|---|---|
|
show
edit
{% if commande.hasFournisseur() %}
|
{{commande.status}} | {{ commande.id }} | {{ commande.numero }} | {{ commande.montant }} | {{ commande.tva }} | {{ commande.dateLimiteExp ? commande.dateLimiteExp: '' }} | {{ commande.dateExp ? commande.formattedDateExp : '' }} | {{ commande.dateOrder ? commande.formattedDateOrder : '' }} | {{ commande.fournisseur}} | {{ commande.infos }} |
| no records found | ||||||||||
| Article | Quantité | P.U | Total | Commande | Commande FRN | Client | |
|---|---|---|---|---|---|---|---|
| {{ item }} | {{ item.quantite }} | {# {{ item.article.prix }} € #} | {# {{ item.TotalTTC }} € #} | {% if item.commande is not null and item.commande.id not in [1521] %} {{item.commande}} {% endif %} | {{ item.commandeFournisseur}} | {% if item.commande is not null and item.commande.id not in [1521] %} {{item.client}} {% endif %} | Voir Supprimer |