fix: Update Invoice schema, queries, mutations and remove ShiftDayCompletion related files

This commit is contained in:
dhinesh-m24
2026-02-25 12:49:12 +05:30
parent e254ba3ce0
commit 829ba7e747
6 changed files with 55 additions and 591 deletions

View File

@@ -31,6 +31,9 @@ type Invoice @table(name: "invoices") {
orderId: UUID!
order: Order! @ref(fields: "orderId", references: "id")
shiftId: UUID
shift: Shift @ref(fields: "shiftId", references: "id")
#web
paymentTerms: InovicePaymentTerms
invoiceNumber: String!