{% extends "base.html" %} {% block title %}{{ part.name }} — GMAO Collège{% endblock %} {% block content %}
| Référence | {{ part.reference or '—' }} |
|---|---|
| Catégorie | {{ part.category }} |
| Unité | {{ part.unit }} |
| Fournisseur | {{ part.supplier or '—' }} |
| Quantité en stock | {{ part.quantity }} {{ part.unit }} |
|---|---|
| Quantité minimale | {{ part.min_quantity }} {{ part.unit }} |
| Prix unitaire | {{ "%.2f"|format(part.unit_price) if part.unit_price else '—' }} € |
| Emplacement | {{ part.location or '—' }} |
| Date | Type | Variation | Stock | Motif | Par |
|---|---|---|---|---|---|
| {{ movement.created_at|datetime_fmt }} | {{ movement.movement_type }} | {{ '%+d'|format(movement.quantity_delta) }} | {{ movement.quantity_before }} → {{ movement.quantity_after }} | {{ movement.reason }} | {{ movement.user.full_name if movement.user else 'Système' }} |
| Aucun mouvement enregistré | |||||