refactor: store credit note value in database
This commit is contained in:
parent
027bb49c2a
commit
53453e37db
2 changed files with 110 additions and 4 deletions
|
|
@ -1584,6 +1584,8 @@ model CreditNote {
|
|||
|
||||
creditNoteStatus CreditNoteStatus @default(Pending)
|
||||
|
||||
value Float @default(0)
|
||||
|
||||
quotation Quotation @relation(fields: [quotationId], references: [id], onDelete: Cascade)
|
||||
quotationId String
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue