{# ================= CONTENT: Documents lies au pack (style produit) ================= #} {% set _nbrCommande = docCounts.commande|default(0) %} {% set _nbrFacture = docCounts.facture|default(0) %} {% set _nbrAvoir = docCounts.avoir|default(0) %} {% set _nbrEchange = docCounts.echange|default(0) %} {% set _docsTotal = _nbrCommande + _nbrFacture + _nbrAvoir + _nbrEchange %}

Documents lies au pack

Suivi des documents client rattaches au pack

Total docs: {{ _docsTotal }} CA TTC: {{ stats.ca_total_ttc|default(0)|number_format(3,'.',',') }} TND
Client

Cet onglet affiche uniquement les documents client lies au pack (pas de documents fournisseur).

{% for d in documents %} {% else %} {% endfor %}
Numero Type Statut Client Mt TTC Date
{{ d.internalNbr }} {{ d.type }} {{ d.status }} {{ d.client ? d.client.firstName ~ ' ' ~ d.client.lastName : '-' }} {{ (d.totalAmountTtc ?? 0)|number_format(3, '.', ' ') }} {{ d.createdAt ? d.createdAt|date('d/m/Y H:i') : '-' }}
Aucun document client lie a ce pack.