{#
Export Table
#} {# Tout selectionnez #} {# {% for message in app.flashes('success') %}
{{ message }}
{% endfor %} #}
{# #}
{# #}
{# #}
{% for livraison in livraison %}
{% set prixtotal = 0 %}
{% for commande in livraison.commande %}
{% for produit in commande.produit %}
{% set prixtotal = prixtotal+ produit.quantite * produit.lproduit.prixunitaire %}
{% endfor %}
{% endfor %}
{% if (app.user.module.showfrout) == "TRUE" %}
{# #}
{% else %}
{% endif %}
{# {{ include('commandes/_delete_form.html.twig') }} #}
{% endfor %}
N° feuille. | Nom | Prenoms | Date | Article | Adresseclient | Société | Livreur | Etat | M. en cours | M. echecs | M. frais | M. encaissé | Impression |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ livraison.reference }} | {{ livraison.reference }} | {{ livraison.reference }} | {{ 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 |