fix: convert sale estimate to invoice.

This commit is contained in:
a.bouhuolia
2021-02-28 15:26:23 +02:00
parent fb9d68c2cf
commit 4d751f772e
6 changed files with 47 additions and 12 deletions

View File

@@ -14,6 +14,7 @@ export interface ISaleEstimate {
sendToEmail: string,
createdAt?: Date,
deliveredAt: string|Date,
isConvertedToInvoice: boolean
};
export interface ISaleEstimateDTO {
customerId: number,