{% extends 'admin/hub/layout.html.twig' %} {% set hub_title = 'Avoirs fournisseur' %} {% set hub_breadcrumbs = [ { label: 'Bons de livraison', url: path('app_bl_hub') }, { label: 'Avoirs fournisseur', url: path('app_avoirs_hub') }, { label: 'Liste', url: path('app_avoirs_liste') }, { label: avoir.reference ?? 'Avoir #' ~ avoir.idAsString[:8] } ] %} {% block title %}{{ avoir.reference ?? 'Avoir' }} — Mercuriale.io{% endblock %} {% block stylesheets %} {{ parent() }} {% endblock %} {% block hub_content %}
| Designation | Quantite | PU ecart | Montant |
|---|---|---|---|
| {{ ligne.designation }} | {{ ligne.quantite|number_format(2, ',', ' ') }} | {{ ligne.prixUnitaire|number_format(4, ',', ' ') }} € | {{ ligne.montantLigne|number_format(2, ',', ' ') }} € |
| Total HT : | {{ avoir.montantHt ? avoir.montantHt|number_format(2, ',', ' ') ~ ' €' : '—' }} | ||
{{ avoir.commentaire }}