feat: add vat excluded calc
This commit is contained in:
parent
8749e48178
commit
369a7a406d
4 changed files with 18 additions and 73 deletions
|
|
@ -115,6 +115,7 @@ type ProductRelation = {
|
|||
agentPrice: number;
|
||||
serviceCharge: number;
|
||||
vatIncluded: boolean;
|
||||
calcVat: boolean;
|
||||
expenseType: string;
|
||||
status: Status;
|
||||
statusOrder: number;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue