{% extends 'app/base.html.twig' %} {% block title %}Ajustement d'inventaire — {{ stock.produit }}{% endblock %} {% block body %}

Ajustement d'inventaire

{{ stock.produit }}
Quantité théorique : {{ stock.quantite|number_format(3, ',', ' ') }} {{ stock.unite }} {% if stock.categorie %} · {{ stock.categorie }}{% endif %}
Saisissez la quantité réelle comptée lors de l'inventaire physique. L'écart sera tracé dans l'historique des mouvements.
{{ stock.unite }}
Écart : 0 {{ stock.unite }}
Annuler
{% endblock body %}