Prise en compte de la commande :{{commande.numerocommande}}
{% if boollistcmd == true %} Ce client a passé ({{totalcommande}}) commandes déja à EAS {% else %} Ce client n'a jamais passer de commande EAS {% endif %}Informations client
Informations de livraison
Informations sur le produit {% if (commande.typecanalcom.designation) == "FACEBOOK" %} |Campagne {{ commande.campagne }} {% endif %} {% if (commande.typecanalcom.designation) == "Site EAS" %} | {{ commande.campagne }} ; Quantité : {{ commande.quantite }};Prix unitaire site:{{commande.prixunitairesite}} {% endif %} {% if (commande.typecanalcom.designation) == "G-DOC" %} | {{ commande.campagne }} ; Quantité : {{ commande.quantite }};Prix unitaire site:{{commande.prixunitairesite}} {% endif %}
Produit | Quantité | Action |
---|---|---|
{{ form_widget(f.produit) }} | {{ form_widget(f.qte) }} |
Ligne | Désignation Article | Quantité | Actions |
---|---|---|---|
{{ t.lig }} | {{ t.produit.designation }} | {{ t.qte }} | Supprimer |
Commentaires
Statut de la commande et canal de communication
Confirmation | |
---|---|
Choisir un statut: | {{ form_widget(form.typestatut) }}
{{ form_errors(form.typestatut) }}
|
Canal de communication: | {{ form_widget(form.typecanalcom) }}
{{ form_errors(form.typecanalcom
) }}
|
Information complementaire sur la livraison
date livraison : | {{ form_widget(form.datelivraison) }}
{{ form_errors(form.datelivraison
) }}
|
---|---|
Frais de livraison: | {{ form_widget(form.fraislivraison) }}
{{ form_errors(form.fraislivraison
) }}
|
Reduction prix: | {{ form_widget(form.reducbool) }}
{{ form_errors(form.reducbool
) }}
|
Montant reduction: | {{ form_widget(form.montantreduction) }}
{{ form_errors(form.montantreduction
) }}
|
Paiement par avance: | {{ form_widget(form.paiementbool) }}
{{ form_errors(form.paiementbool
) }}
|
Frais de livraison Sous traitant: | {{ form_widget(form.fraislivraisonsoustraitant) }}
{{ form_errors(form.fraislivraisonsoustraitant
) }}
|
Montant paiement par avance: | {{ form_widget(form.montantpaiementavance) }}
{{ form_errors(form.montantpaiementavance) }}
|
Mode de paiement par avance: | {{ form_widget(form.modepaiementparavance) }}
{{ form_errors(form.modepaiementparavance) }}
|