My client would like to automatically email an invoice report that I created in phprunner. I created a modified _print.php for the record. Everything displays perfectly when the user selects Print Invoice.
Is there any way that I could have a report populated with the selected data and emailed to a user.
Also I would like to be able to create email templates that could be called when printing.
Am I making sense.
example
Im looking at a customer record that has invoice records attached.
The invoice could be paid in full, 30 days outstanding, 60 days outstanding or 90+ days outstanding.
My client would like to be able to click a button Email Statement and an invoice mailed to the client with the appropriate phrases inserted for the status of the invoice.
Is this kind of thing possible?