mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
feat: mail receipt preview
This commit is contained in:
@@ -269,12 +269,27 @@ export interface SaleEstimateMailStateResponse {
|
||||
companyName: string;
|
||||
customerName: string;
|
||||
entries: Array<any>;
|
||||
|
||||
estimateDate: string;
|
||||
estimateDateFormatted: string;
|
||||
|
||||
expirationDate: string;
|
||||
expirationDateFormatted: string;
|
||||
|
||||
primaryColor: string;
|
||||
|
||||
total: number;
|
||||
totalFormatted: string;
|
||||
|
||||
subtotal: number;
|
||||
subtotalFormatted: string;
|
||||
|
||||
estimateNumber: string;
|
||||
|
||||
formatArgs: {
|
||||
customerName: string;
|
||||
estimateAmount: string;
|
||||
};
|
||||
formattedEstimateDate: string;
|
||||
from: Array<string>;
|
||||
fromOptions: Array<any>;
|
||||
message: string;
|
||||
|
||||
Reference in New Issue
Block a user