feat: add final discount as payload

This commit is contained in:
Methapon Metanipat 2024-10-10 15:05:15 +07:00
parent 99c43bdd66
commit ee45da0e8c
3 changed files with 7 additions and 4 deletions

View file

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