{% if commandes|length == 0 %}
Aucune demande de livraison
{% endif %}

Article en attente de validation point de livraison

{#
#} {# #} {# #} {# #} {% set zero = 0 %} {% for commande in commandes %} {% set refTva = 0 %} {% for produit in commande.produit %} {% set refTva = refTva+ produit.lproduit.prixunitaire * produit.quantite %} {% endfor %} {% if commande.modepaiementparavance =="Avance versée à Eas" %} {% set avancesoustraitant = 0 %} {% elseif commande.modepaiementparavance =="Avance versée à Sous-Traitant" %} {% set avancesoustraitant = commande.montantpaiementavance %} {% elseif commande.modepaiementparavance =="Avance versée à Colilab" %} {% set avancesoustraitant = 0 %} {% elseif commande.modepaiementparavance =="Avance non versée" %} {% set avancesoustraitant = 0 %} {% endif %} {% if commande.modepaiementparavance =="Avance versée à Eas" %} {% set avanceeas = commande.montantpaiementavance %} {% elseif commande.modepaiementparavance =="Avance versée à Sous-Traitant" %} {% set avanceeas = 0 %} {% elseif commande.modepaiementparavance =="Avance versée à Colilab" %} {% set avanceeas = 0 %} {% elseif commande.modepaiementparavance =="Avance non versée" %} {% set avanceeas = 0 %} {% endif %} {% endfor %}
Num cmd Sous Total. Frais Eas Frais Sous Trai. Remise Avance Eas Avance Sous Trai Total à payer cli. Versement Total EAS Statut PAPrix TotalTotalProgress Start Date Delivery Date Action
{{ commande.numerocommande }} {{refTva|number_format(0, ',', ' ')}} {{commande.fraislivraison}} {{commande.fraislivraisonsoustraitant}} {{ commande.montantreduction|number_format(0, ',', ' ') }} {% if commande.modepaiementparavance =="Avance versée à Eas" %} {{ commande.montantpaiementavance|number_format(0, ',', ' ') }} {% elseif commande.modepaiementparavance =="Avance versée à Sous-Traitant" %} {{ zero }} {% elseif commande.modepaiementparavance =="Avance versée à Colilab" %} {{ zero }} {% elseif commande.modepaiementparavance =="Avance non versée" %} {{ zero }} {% endif %} {% if commande.modepaiementparavance =="Avance versée à Eas" %} {{ zero }} {% elseif commande.modepaiementparavance =="Avance versée à Sous-Traitant" %} {{ commande.montantpaiementavance|number_format(0, ',', ' ') }} {% elseif commande.modepaiementparavance =="Avance versée à Colilab" %} {{ zero }} {% elseif commande.modepaiementparavance =="Avance non versée" %} {{ zero }} {% endif %} {{ (refTva + commande.fraislivraison - commande.montantreduction - avanceeas - avancesoustraitant)|number_format(0, ',', ' ') }} {{ (refTva + commande.fraislivraison - commande.fraislivraisonsoustraitant - commande.montantreduction - avanceeas)|number_format(0, ',', ' ') }} {{ (refTva + commande.fraislivraison - commande.fraislivraisonsoustraitant - commande.montantreduction )|number_format(0, ',', ' ') }} {{ commande.statuttransaction }}

Sommation des inputs

{# #} {# #} {# #} {# {% if commande.typestatut %} commande {{commande.typestatut.designation}} {% endif %} #} {# #} {# #}
Num cmd Sous Total. Frais Eas Frais Sous Trai. Remise Avance Eas Avance Sous Trai Total à payer cli. Versement Total EASPrix TotalTotalProgress Start Date Delivery Date Action
total {{prixtotal|number_format(0, ',', ' ')}} {{frais|number_format(0, ',', ' ')}} {{fraissoustraitant|number_format(0, ',', ' ')}} {{ montantreduc|number_format(0, ',', ' ') }} {{ totalavanceeas|number_format(0, ',', ' ') }} {{ totalavancesoustraitant|number_format(0, ',', ' ') }} {{ (prixtotal + frais - montantreduc - totalavanceeas - totalavancesoustraitant)|number_format(0, ',', ' ') }} {{ (prixtotal + frais - fraissoustraitant - montantreduc - totalavanceeas)|number_format(0, ',', ' ') }} {{ (prixtotal + frais - fraissoustraitant - montantreduc )|number_format(0, ',', ' ') }} {% 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 %} {{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

Point de paiement

{{ render(controller( 'App\\Controller\\ModepaiementController::indexrendrermode' )) }}