feat: Replace warehouse product groups with hierarchical categories and update related UI and API.

This commit is contained in:
2025-12-12 13:34:52 +01:00
parent 54cf1ff276
commit 08256f0019
18 changed files with 10153 additions and 2 deletions

View File

@@ -3675,6 +3675,9 @@ namespace Zentral.Infrastructure.Migrations
b.Property<string>("Notes")
.HasColumnType("TEXT");
b.Property<int?>("ProductGroupId")
.HasColumnType("INTEGER");
b.Property<decimal?>("ReorderPoint")
.HasPrecision(18, 4)
.HasColumnType("TEXT");