{#
Export Table
#} {# Tout selectionnez #} {# {% for message in app.flashes('success') %}
{{ message }}
{% endfor %} #}
N° feuille. | {#Nom | Prenoms | #}Date | {#Article | #} {#Adresseclient | #}Société | Livreur | Etat | M. en cours | M. echecs | M. frais | M. encaissé | Impression |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ livraison.reference }} | {% else %}{{ livraison.reference }} | {% endif %}{{ livraison.datemiseenlivraison|date('d-m-Y H:i') }} | {% for commandes in livraison.commande %} {% if loop.first %} {{commandes.livreur.societe }} {% endif %} {% endfor %} | {% for commandes in livraison.commande %} {% if loop.first %} {{commandes.livreur.nom }} {{commandes.livreur.prenoms }} {% endif %} {% endfor %} | {% if (livraison.statut ) =="Finalisé" %} {{livraison.statut}} {% else %} {{livraison.statut}} {% endif %} | {{prixtotal|number_format(0, ',', ' ')}} | {{livraison.montanttotalechec|number_format(0, ',', ' ')}} | {{livraison.mnttotfraisok|number_format(0, ',', ' ')}} | {{livraison.montanttotalremis|number_format(0, ',', ' ')}} | local_printshop system_update_alt | {# {{ include('commandes/_delete_form.html.twig') }} #}