feat: redesign settings, add warehouse/user/product management, update location schema

This commit is contained in:
2026-06-12 11:44:05 +03:30
parent 8104224a5a
commit 4675d7ce27
11 changed files with 740 additions and 138 deletions
+1
View File
@@ -53,6 +53,7 @@ model Location {
region Int
sector String
row Int
warehouse Int?
countings Counting[]
isLocked Boolean @default(false)
lockedById Int?