|
|
{{app.user.paramorg.message1}} {{app.user.paramorg.numero1}} |
Feuille de route : {{reference}} | Livreur :{{nom}} {{prenoms}} |
N cmd. | Contact(s) | Designation | Prix | Frais | Adresse | Total | Observation | ||
---|---|---|---|---|---|---|---|---|---|
{{facture.numerocommande}} | {{facture.telephone}}/ {{facture.contact}} |
|
|
{{facture.fraislivraison}} | {{facture.typecommune.designation}} - {{facture.adresseclientlivraison}} | {% if facture.reducbool.designation =="OUI" or facture.paiementbool.designation =="OUI" %}{{prixtotal + facture.fraislivraison - facture.montantreduction - facture.montantpaiementavance}} {% else %}{{prixtotal + facture.fraislivraison }} {% endif %} XOF | {% if facture.priorite.designation is defined %} {% if (facture.priorite.designation) =="URGENT" %} {{ facture.priorite.designation }} {% else %} {% endif %} {% endif %} |
Nombres d'articles {% set quant2 = 0 %} {% set frais = 0 %} {% set prixtotal = 0 %} {% for facture in facture %} {% set frais = frais+ facture.fraislivraison %} {% for produit in facture.produit %} {% set quant2 = quant2+ produit.quantite %} {% set prixtotal = prixtotal+ produit.quantite * produit.lproduit.prixunitaire %} {% endfor %} {% endfor %} {{quant2}} |
Signature livreur |
Nom et signature commerciale |
{# |
Total frais liv. {{frais}} XOF |
Total à verser {{prixtotal + frais}} XOF |
Total liv annulé |
Total annulé |
#} | Total versé |
Nom et signature caisse |
Signature livreur montant versé |