feat(inventory): add spare parts management

This commit is contained in:
Schubert Ferenc 2026-07-05 11:32:06 +02:00
parent abc6e308dd
commit fb5c2cc26a
43 changed files with 2950 additions and 2 deletions

View file

@ -66,6 +66,7 @@ const menu = [
icon: Package,
name: "Lager",
href: "/inventory",
permission: "inventory.read",
},
{
icon: ShoppingCart,