{# ================= 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 %}
Suivi des documents client rattaches au pack
Cet onglet affiche uniquement les documents client lies au pack (pas de documents fournisseur).
| 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. | |||||