Tous les retours sur les ventes
Your web analytics dashboard template.
# | Date | Num vente | Nom client | Status | Renvoyée | Montant remboursé | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
{{retour.id}} | {{retour.date_retour}} | {{retour.commande.id}} | {{retour.commande.client.nom}} {{retour.commande.client.prenom}} | Approuvé | {{retour.quantitee_renvoyee}} | {{retour.total}} |
|
|||||
{{retour.id}} | {{retour.date_retour}} | {{retour.numero_retour}} | {{retour.commande.id}} | {{retour.commande.client.nom}} {{retour.commande.client.prenom}} | {% if retour.statut == "approuve" %}Approuvé | {% endif %} {% if retour.statut == "refuse" %}Réfusé | {% endif %}{{retour.staut_reception}} | {{retour.staut_remboursement}} | {{retour.quantitee_renvoyee}} | {{retour.montant_remboursee}} |
|