share invoice on email frontend

This commit is contained in:
Peter Papp
2021-05-11 08:51:41 +02:00
parent 5ea898d716
commit 1ea8f2ce60
8 changed files with 230 additions and 38 deletions

View File

@@ -277,4 +277,9 @@ return [
'in.route_title.client' => 'Client',
'in.route_title.client_detail' => 'Client',
'in.route_title.client_invoices' => 'Client Invoices',
'in.share.share_invoice' => 'Share Your Invoice',
'in.share.type_email' => 'Type email address...',
'in.share.submit_share' => 'Send Invoice',
'in.share.invoice_sended' => 'Your invoice has been sent successfully',
];