Configurable Reports

Blocks ::: block_configurable_reports
Maintained by Juan Leyva, Sara Arjona Téllez
This block is a Moodle custom reports builder. You can create custom reports without SQL knowledge. It's a tool suitable for admins or teachers.
Latest release:
14757 sites
4k downloads
456 fans
Current versions available: 6

This block is a Moodle custom reports builder.

You can create custom reports without SQL knowledge. It's a tool suitable for admins or teachers.


What type of reports can I create?

- Courses reports, with information regarding courses.

- Categories reports, with information regarding categories. A courses report can be embedded in this type of report.

- Users reports, with information regarding users and their activity in a course.

- Timeline reports, this is a special type of report that displays a timeline. A course or user report can be embedded in this timeline showing data depending on the start and end time of the current row.

- Custom SQL Reports, custom SQL queries. This block can use the same SQL queries that Tim Hunt's Custom SQL queries plugin.

Note for developers: You can create your own type of reports.


Who can view the reports?

When you create a report you can select which users can view it.
Links to reports are displayed in a block in the course or site frontpage.


Advanced features

Filters, pagination, logic conditions and permissions, plots, templates support, export to xls .

Request for new report types and plugins are welcome, please use the link "Bugs and issues" at the right.

Screenshots

Screenshot #0

Contributors

Juan Leyva (Lead maintainer)
Sara Arjona Téllez: Developer
Please login to view contributors details and/or to contact them

Comments RSS

הערות

  • Sketch...
    27/01/2023, 21:27
    You should ask for this kind of help in the Moodle Forums...

    Anyway, Moodle uses unix timestamps for dates. Unix timestamps represent the number of seconds that have passed since the unix epoch date (1970/01/01 00:00:00)

    So your example "02.02.2020 until 01.01.2023" is equivalent to "1549058400 until 1672524000".

    Use a converter like https://www.unixtimestamp.com to easily work out your own timestamps.
  • Jimmy Rouquette
    8/02/2023, 17:24
    Hello, do you have plans for an update for compatibility with Moodle 4.1?
  • Picture of Greg in grey shirt smiling
    15/02/2023, 01:25
    Hello. Would like to add my voice to those who have already asked about getting this updated for Moodle 4.x. We find this tool very useful and would love to continue to use it when we upgrade to the next version.
  • Ben Haensel
    15/02/2023, 01:26
    Thanks Greg. I'll add my voice too! This has been a valuable plugin, and it would be great to get feedback about when this will be updated for 4.x. Thank you for any feedback Sara and Juan! -Ben
  • seaghan moriarty
    16/02/2023, 23:10
    Hi Juan, Sara & team,

    (same Q as Kimmy & PH and Emily etc.)
    To help people who are considering upgrading to the Long Term Moodle version 4.1

    Can you share if you have either plans or a timeline yet for this wonderful plugin to suit Moodle 4.1?

    Thank you Juan, Sara & team for all your work
  • Viviana Carnemolla
    22/02/2023, 02:51
    Greetings! I'm trying to make this block available on all pages of the site and not just dashboards and course pages. I modified the block_configurable_report.php page code replacing with this string:
    public function applicable_formats() {
    return ['all' => true];

    but I didn't get any results. Has anyone done this? can you help me?
  • Mike K
    23/02/2023, 22:31
    Hi, thanks for this valuable plugin!
    I am also looking forward to the new version of it חיוך
  • Oscar Lara
    15/03/2023, 17:28
    Hi, Are you going to update the plugin to make it compatible with Moodle 4.1.2?
  • Rehan Amjad
    17/03/2023, 14:49
    When plugin new version will be release for Moodle 4.1?
  • Sohail Bhana
    18/03/2023, 00:05
    Hi Juan & Sara

    Just wanted to also add my voice to those hoping for a new version supporting Moodle 4.x

    This plugin has been invaluable for our institution and we'd very much appreciate an updated version

    Thanks for all of your great work with the plugin
  • Alfredo González
    30/03/2023, 04:20
    Sara y Juan!! me toco la solicitud de los hispanohablantes =D
    Por favor, ojalá pudieran actualizar este plugin para la versión 4.1 que es LTD... solo vean cuanta gente la utiliza, está en el Top 10 de los plugins!!! Saludos y abrazos!! Ojalá los veamos en el MoodleMoot México =D
  • Pedro Garcia
    11/04/2023, 16:55
    Do you have any plans to update the plugin to version 4?. We need it because of composer dependencies
  • Fabian Glagovsky
    16/04/2023, 15:51
    Hi Juan, Sara, this plugin is basically our eyes and ears into Moodle. Not just for administrator, but for many other offices at the University. The lack of it might make it impossible for us to adopt Moodle 4.x
    Are you working on it?
  • Motasem Al Haj Ali
    17/04/2023, 19:11
    I hope things are going well with you, Sarah and Juan.
    Not sure why we did not hear from you yet, but I would like to join my colleagues above and say this block is so important to us too and it would be great if we can get an update from you regarding any plans as soon as possible.

    Best regards
    Mo
  • Fabian Glagovsky
    19/04/2023, 19:31
    To add something. The Custom Reports function in Moodle 4.0 4.1 could be tweaked to allow custom SQL queries? That is the only thing missing. If that would be allowed then it would just avoid the need of this plugin as we could do the same with Custom Reports.
Please login to post comments