feat: add vat excluded calc

This commit is contained in:
Methapon Metanipat 2024-10-17 15:50:26 +07:00
parent 8749e48178
commit 369a7a406d
4 changed files with 18 additions and 73 deletions

View file

@ -115,6 +115,7 @@ type ProductRelation = {
agentPrice: number;
serviceCharge: number;
vatIncluded: boolean;
calcVat: boolean;
expenseType: string;
status: Status;
statusOrder: number;