This commit is contained in:
2026-03-18 12:05:28 -05:00
parent f12744f05d
commit 69dfec98ad
16 changed files with 245 additions and 18 deletions

View File

@@ -653,6 +653,7 @@ model WorkOrder {
warehouseId String
locationId String
status String
holdReason String?
quantity Int
completedQuantity Int @default(0)
dueDate DateTime?