refactor: handle intallment no
This commit is contained in:
parent
530ad6042b
commit
afb9ddf424
3 changed files with 45 additions and 5 deletions
|
|
@ -8,7 +8,7 @@ export type Invoice = {
|
|||
|
||||
amount: number;
|
||||
|
||||
installements: QuotationFull['paySplit'];
|
||||
installments: QuotationFull['paySplit'];
|
||||
|
||||
quotation: Quotation;
|
||||
|
||||
|
|
|
|||
|
|
@ -278,6 +278,7 @@ export type QuotationFull = {
|
|||
productServiceId: string;
|
||||
employeeId: string;
|
||||
}[];
|
||||
installmentNo: number;
|
||||
}[];
|
||||
|
||||
id: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue