refactor: handle intallment no

This commit is contained in:
Thanaphon Frappet 2024-12-02 11:31:56 +07:00
parent 530ad6042b
commit afb9ddf424
3 changed files with 45 additions and 5 deletions

View file

@ -8,7 +8,7 @@ export type Invoice = {
amount: number;
installements: QuotationFull['paySplit'];
installments: QuotationFull['paySplit'];
quotation: Quotation;

View file

@ -278,6 +278,7 @@ export type QuotationFull = {
productServiceId: string;
employeeId: string;
}[];
installmentNo: number;
}[];
id: string;