mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
fix: convert sale estimate to invoice.
This commit is contained in:
@@ -14,6 +14,7 @@ export interface ISaleEstimate {
|
||||
sendToEmail: string,
|
||||
createdAt?: Date,
|
||||
deliveredAt: string|Date,
|
||||
isConvertedToInvoice: boolean
|
||||
};
|
||||
export interface ISaleEstimateDTO {
|
||||
customerId: number,
|
||||
|
||||
Reference in New Issue
Block a user