feat: create quotation endpoint (test required)
This commit is contained in:
parent
d2e7a89211
commit
e509cd1fd5
2 changed files with 147 additions and 31 deletions
|
|
@ -878,7 +878,7 @@ model QuotationServiceWorkProduct {
|
|||
product Product @relation(fields: [productId], references: [id], onDelete: Cascade)
|
||||
productId String
|
||||
|
||||
vat Int
|
||||
vat Float
|
||||
amount Int
|
||||
discount Float
|
||||
pricePerUnit Float
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue