refactor: bring back vat excluded
This commit is contained in:
parent
648fb20bbc
commit
4238287e96
2 changed files with 3 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
||||||
|
-- AlterTable
|
||||||
|
ALTER TABLE "Quotation" ADD COLUMN "vatExcluded" DOUBLE PRECISION NOT NULL DEFAULT 0;
|
||||||
|
|
@ -1130,6 +1130,7 @@ model Quotation {
|
||||||
totalPrice Float
|
totalPrice Float
|
||||||
totalDiscount Float
|
totalDiscount Float
|
||||||
vat Float
|
vat Float
|
||||||
|
vatExcluded Float @default(0)
|
||||||
discount Float @default(0)
|
discount Float @default(0)
|
||||||
finalPrice Float
|
finalPrice Float
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue