Feuille de route {% for commande in commandes %} {% if loop.first %} {{commande.livraison.reference}} ; Livreur: {{ commande.livreur.nom}} {% if (commande.livraison.statut ) =="Finalisé" %} {{commande.livraison.statut}} INTERIEUR -Date de traitement: {{commande.livraison.datelivraison|date('d-m-Y H:i:s')}} {% else %} {{commande.livraison.statut}} {% endif %} {% endif %} {% endfor %}
Info | {#Livraison. | #}Article(s) | {#Frais | #}Action | {#Prix | Total | #} {#Progress | Start Date | Delivery Date | Action | #}
---|---|---|---|---|---|---|---|---|---|---|
{{commande.numerocommande}} {% if commande.reducbool.designation =="OUI" %} / Reduction de :{{ commande.montantreduction }}   francs {% endif %} {{ commande.adresseclientlivraison }} {{ commande.fraislivraison }} FCFA |
{# {{ commande.adresseclientlivraison }} | #}
Statut actuelle de cete commande :{{commande.typestatut.designation}}
|
Recapitulatif avec le livreur ( a vérifié au prealabre) Total a versé
Quantité total : | {{quant}} |
---|---|
Total Frais de livraison: | {{frais}} FCFA |
Prix Total: | {{prixtotal}} FCFA |
Recapitulatif avec le livreur ( livraison effectuée)
Quantité total : | {{quanteffectuer}} |
---|---|
Total Frais de livraison: | {{fraiseffectuer}} FCFA |
Prix Total: | {{prixtotaleffectuer}} FCFA |
Recapitulatif avec le livreur ( echec Livraison)
Quantité total : | {{quantechec}} |
---|---|
Total Frais de livraison: | {{fraisechec}} FCFA |
Prix Total: | {{prixtotalechec}} FCFA |