feat: add final discount as payload
This commit is contained in:
parent
99c43bdd66
commit
ee45da0e8c
3 changed files with 7 additions and 4 deletions
|
|
@ -270,6 +270,7 @@ export type QuotationPayload = {
|
|||
urgent: boolean;
|
||||
worker: EmployeeWorker[];
|
||||
_count: { worker: number };
|
||||
discount?: number;
|
||||
payBillDate?: Date | null;
|
||||
paySplit: { no: number; date: string | Date; amount: number }[];
|
||||
paySplitCount?: number | null; // int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue