Inventaire
Total ingrédients
{{ ingredients.length }}
Stock OK
{{ ingredients.filter(i => getStatus(i) === 'ok').length }}
Stock bas
{{ ingredients.filter(i => getStatus(i) === 'low').length }}
Critique
{{ ingredients.filter(i => getStatus(i) === 'critical').length }}
| Ingrédient | Stock | Statut | Actions | ||||
|---|---|---|---|---|---|---|---|
| {{ ing.name }} | {{ ing.quantity }} {{ ing.unit }} | OK Bas Critique |
|
||||
|
Aucun ingrédient trouvé |
|||||||
Commandes fournisseurs
Commencez par ajouter des ingrédients dans l'inventaire
{{ cat }}
| Ingrédient | À commander | Inclure |
|---|---|---|
| {{ item.name }} |
{{ item.unit }}
|
Résumé de la commande
{{ includedCount }} ingrédient(s) à commander • {{ totalSuppliers }} fournisseur(s)
Historique des commandes
Aucune commande validée pour le moment
{{ formatDate(order.date) }}
{{ order.items.length }} ingrédient(s)
{{ item.name }}: {{ item.orderQty }} {{ item.unit }}