first version of recurring order

This commit is contained in:
José Salazar
2026-02-17 16:24:59 -05:00
parent 7c85eb44e5
commit 85c8a09d9e
22 changed files with 2068 additions and 38 deletions

View File

@@ -52,7 +52,7 @@ type Order @table(name: "orders", key: ["id"]) {
startDate: Timestamp #for recurring and permanent
endDate: Timestamp #for recurring and permanent
recurringDays: Any @col(dataType: "jsonb")
recurringDays: [String!]
poReference: String
permanentDays: Any @col(dataType: "jsonb")