I want to buil a report, which is based on the activity modules Face-to-Face and a Mynewplugin, which I am developing.
As both plugins provide us with similar data about the user attendance, the report has to be based on the face-to-face-sessions report. (user name, trainer/teacher name, session start date, session finish date, session address etc)
In facetoface/rb_sources/rb_source_facetoface_sessions.php we have the definition of the data we need from Face-to-face.
But how to build the report in mynewplugin//rb_sources/rb_source_mynewplugin.php, so when I am making a report about the user, it will pull the data, which we need.
Or should I make completely new rb_source_files for both plugins?
Couldn't find any similar question here and will appreciate any help.
S.