{% if commandes|length == 0 %}
Aucune Commandes a affectée
{% endif %}

Article en attente d'affectation

{# #} {# #} {% for commande in commandes %} {% set refTva = 0 %} {% for produit in commande.produit %} {% set refTva = refTva+ produit.lproduit.prixunitaire %} {% endfor %} {# #} {% endfor %}
Num commande Livraison. Article(s) FraisPrix TotalProgress Start Date Delivery Date Action
{{commande.numerocommande}}
{% if commande.uotreich == "ECOTECH"%} AGENCE COCODY TERMINUS 81 {% endif %} {% if commande.uotreich == "EAS-TREICH"%} AGENCE TREICHVILLE {% endif %} {% if commande.uotreich == "CONNECTIC"%} CONNECTIC {% endif %}
{{ commande.adresseclientlivraison }}
{% if commande.reducbool.designation =="OUI" %} {% endif %} {% if commande.paiementbool.designation =="OUI" %} {% endif %} {% if commande.reducbool.designation =="OUI" %} {% endif %} {% if commande.paiementbool.designation =="OUI" %} {% endif %}
Designation Quantité. Prix.Reduction montant.Paiement par avance.
{% for produit in commande.produit %} article n° {{loop.index}} - {{produit.lproduit.designation }}
{% endfor %}
{% for produit in commande.produit %}{{ produit.quantite }}
{% endfor %}
{% for produit in commande.produit %}{{ produit.lproduit.prixunitaire }}
{% endfor %}
{{ commande.montantreduction|number_format(0, ',', ' ') }}{{ commande.montantpaiementavance|number_format(0, ',', ' ') }}
{{ commande.fraislivraison }}
{{produit.prix|number_format(2, ',', ' ') }} Francs {{produit.quantite}} {{produit.prix * produit.quantite }} Francs

Recapitulatif

Quantité total : {{quant}}
Total Frais de livraison: {{frais}} FCFA
Prix Reduction: {{montantreduc}} FCFA
Prix Paiement par avance: {{montantpaiement}} FCFA
Prix Total deduit de paiement en avance et de la reduction: {{prixtotal - montantreduc - montantpaiement}} FCFA

affectation des commandes au livreur

{{ render(controller( 'App\\Controller\\FournisseurController::indexrenderlivreurabidjan' )) }}