Add description before mail report

Hi all,
is it possible to add a “notes” field in report module? And print it before the report sent by email?

Or print in the email the “Description” field which is already present in the scheduled reports module … Thank you very much for any tricks!

Hey,

I’ve had a look, and it seems as though the Email is built in the “Run Report Generation Scehuled Tasks” job, in the “modules/Schedulers/_AddJobsHere.php” file

I haven’t built one myself, but I imagine that you could extend this, and build a Custom Scheduler Job?

This would allow to you safely customise the HTML used here, in which you could include “$bean->description”, which should pull in the Scheduled Report’s Description field
(like so, as an example):

1 Like