{% extends 'base.html.twig' %} {% block title %}Produits - {{ parent() }}{% endblock %} {% block body %}
Référence | Description | Stock initial | Total entrées | Total sorties | Stock final | Actions |
---|---|---|---|---|---|---|
{{ produit.reference }} | {{ produit.description }} | {{ produit.stockInitial|number_format(2, ',', ' ') }} | +{{ produit.totalEntrees|number_format(2, ',', ' ') }} | -{{ produit.totalSorties|number_format(2, ',', ' ') }} | {{ produit.stockFinal|number_format(2, ',', ' ') }} |