Configurable Reports

Maintained by Sara Arjona, Juan Leyva
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.
Price option: Free

Supports Moodle 1.9-5.2 See all versions
Latest release: 2 months ago
Installations: 16046
Downloads (last 90 days): 3416

Frankenstyle name: block_configurable_reports
Blocks

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

I installed this plugin on 3.3 with no issues but it is not listed in my drop down for blocks. How do I unblock or activate this plugin?
Yes. Sorted it out. Once downloaded, I checked the properties of the file and it was blocked. So I UNBLOCKED it and uploaded again and set the parameters. Now works fine.
i had installed it on moodle 3.4,
working fine
Is this plugin compatible with Moodle 3.4? I installed this and configured Database details. But can't see the block on my website. Can you please help me?
I think people have successfully run it on 3.3, I've installed it successfully on 3.4 but that server only had custom SQL queries, not wizard queries, and didn't use graphing, so I can't vouch for 100% functionality. From the forum thread here: https://moodle.org/mod/forum/discuss.php?d=347921#p1457418 I *think* it is intended to receive a bit of love and attention Soon(tm) to bring the official compatibility up to date.
Hi, did anyone try it on 3.3?
i use moodle 3.2 , could this block work with me,? becuse i read it's for 3.1
What technically is the issue with 3.3 for this plugin? We have always used this plugin but obviously if it's not going to be supported going forwards we're going to have to find another solution.
Buen dia Juan,
Me gustaría saber si este proyecto tendrá continuidad para la versión 3.3 ya que se están presentando algunos inconvenientes cuando se realiza la instalación sobre esta.
Gracias por tu pronta respuesta.
Hello my frend, one question, the plugin will have continuity
Hi! Have you thought about updating the plugin to version 3.3? Tthis plugin is really useful.
I have run PHP 7 tests on the code and I get a number of errors. When will this plugin be fit for PHP 7?
I am using Moodle 3.3.1+ (Build: 20170714). Is this version supported?
Dear Juan, It would be great to see officially that this plugin works OK in Moodle 3.2. I can see some positive tests were made. We've been using it up to Moodle 3.0 so far, but a recent update to Moodle 3.2+ has caused our server admins to drop support for this plugin sad
Many thanks in advance,
Przemek
@ben @ken - That code is still vulnerable to SQL injection. Do not use it.
Make sure you use the parameterised queries which are built into Moodle, and the correct variable type with optional_param()/required param() for your URL arguments and then you'll be safe.