feat: create quotation endpoint (test required)

This commit is contained in:
Methapon2001 2024-07-23 10:28:47 +07:00
parent d2e7a89211
commit e509cd1fd5
2 changed files with 147 additions and 31 deletions

View file

@ -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