mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 04:10:32 +00:00
feat: wip send an invoice mail the customer email
This commit is contained in:
@@ -186,3 +186,11 @@ export enum SaleInvoiceAction {
|
||||
Writeoff = 'Writeoff',
|
||||
NotifyBySms = 'NotifyBySms',
|
||||
}
|
||||
|
||||
export interface SendInvoiceMailDTO {
|
||||
to: string;
|
||||
from: string;
|
||||
subject: string;
|
||||
body: string;
|
||||
attachInvoice?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user