gestion des ressources fonctionnelle, mais pas fini

This commit is contained in:
Rochas
2025-12-14 15:00:11 +01:00
parent a2e5b1e9cf
commit 7b4e2c1130
12 changed files with 308 additions and 148 deletions

View File

@@ -27,7 +27,7 @@ export type User = {
export type Ressources = {
id: string;
name: string;
type: string; //"machine","outil","ouvrier"
type: string; //"Machine","Outil","Ouvrier"
Image: string;
quantity: number;
available_quantity: number;