{% extends 'admin/hub/layout.html.twig' %} {% set hub_title = 'Produits' %} {% set hub_breadcrumbs = [ { label: 'Produits', url: path('app_produits_hub') }, { label: 'Liste produits', url: path('app_produits_liste') }, { label: produit.designationFournisseur } ] %} {% block title %}{{ produit.designationFournisseur }} — Mercuriale.io{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block hub_content %}
| Date | BL | Qte | PU | Total HT |
|---|---|---|---|---|
| {{ ligne.bonLivraison.dateLivraison ? ligne.bonLivraison.dateLivraison|date('d/m/Y') : '—' }} | {{ ligne.bonLivraison.numeroBl ?? 'BL #' ~ ligne.bonLivraison.id }} | {{ ligne.quantiteLivree|number_format(2, ',', ' ') }} {% if ligne.unite %}{{ ligne.unite }}{% endif %} | {{ ligne.prixUnitaire|number_format(4, ',', ' ') }} € | {{ ligne.totalLigne|number_format(2, ',', ' ') }} € |
Historique des prix (V2 — MERC-15)