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}} -Date de traitement: {{commande.livraison.datelivraison|date('d-m-Y H:i:s')}} {% else %} {{commande.livraison.statut}} {% endif %} {% endif %} {% endfor %}
info. | #}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 }} | #}
|
{#
{{produit.lproduit.prixunitaire|number_format(2, ',', ' ') }} Francs | {{produit.quantite}} | {{produit.lproduit.prixunitaire * produit.quantite }} Francs | #}
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 |