Course Request Manager icon

Course Request Manager

Maintained by Michael Milette
Do you struggle to manage requests for moodle courses from your users? No more!! Course Request Manager allows you to create custom request forms with mandatory or optional fields. The tool allows for quick approval of course requests and can automatically send users details of their new courses including enrollment keys etc. Simplify your admin role by installing this essential plugin!
Price option: Free

Supports Moodle 2.1-3.5 See all versions
Latest release: 7 years ago
Installations: 68
Downloads (last 90 days): 12

Frankenstyle name: block_cmanager
Blocks

Comments

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

Hi Oshan,
It does not. If you need something more, please feel free to submit a Feature Request at https://github.com/michael-milette/moodle-block_cmanager/issues
Best regards,
Michael Milette
Hi michael, in this plugin can we assign two or more approval processers?
Hi Bo,
I am working on it in my spare time and will hopefully release an update this summer that will be compatible with Moodle 4.0, 4.1 and 4.2. However, I hope you understand that work for my paying clients do get priority.
Please report any bugs to https://github.com/michael-milette/moodle-block_cmanager/issues
Best regards,
Michael
Hi Michael, im just wondering if you plan to release the new version for 4.2 this summer by any chance? it would be great to have it in place for the new academic term in September. Thanks
Hi, I just installed the plugin on version 3.9, and unfortunately it's not possible to create a second request form. I'm getting the following error emssage 'A required parameter (del) was missing'. any advice would be great. The plugin is something we'd really like to use.
Hi Michael , the plugin is basically exactly what we are looking for. The functions are great. "Unfortunately" we are already using moodle 4.1 and the plugin version that is still being updated unfortunately contains too many bugs for us to be able to test the plugin sufficiently. For our further planning it would be extremely interesting if you could give an updated estimation when a stable update will be available.
As I said, we are looking for exactly the solution and would also very much like to use the plugin, but are a bit unsure: As far as I can see from the documentation, you are currently developing the plugin alone, which is certainly a lot of work. Thanks a lot for that! But can you also give an estimate if further reliable development/updates can be expected. Please don't get me wrong, but we would of course like to get a more accurate idea of the future reliability of the plugin before we implement a university-wide course ordering process based on it.
Thank you for your understanding!
Hi Hugo, I recently started updating it for Moodle 4. I am not finished testing and fixing yet but you will find that the branch called FIX-4 will be much more compatible. See:
https://github.com/michael-milette/moodle-block_cmanager/tree/FIX-4
I will be spending a little time over the coming weeks to fix new bugs and compatibility issues. Hoping to have it compatible with Moodle 4.x by the launch of Moodle 4.2 in May.
Hi Michael, Do you think this might work on Moodle4 or some work needs to be done?
Anyone interested in trying out the latest version of Course Request Manager? I just adopted this plugin and updated it for compatibility with Moodle 3.9+. This latest version includes many compatibility, bug, accessibility and language fixes. Until I publish it here on Moodle.org, you are invited to try out the latest version by downloading it using the Source Control URL link. I would appreciate it if you would be so kind as to report issues using the Bug Tracker link. Both of these links are included on the Course Request Manager plugin page under the heading "Useful Links".
Hi, thanks for the block, I am asking if there is any plan to support moodle 3.10?
Just to see where this is all going: are you planning to continue updating and supporting the block/module/plugin ? If yes, I will be sharing multiple error messages I get with my 3.8.2+
Thanks! It workout!
The LIMIT in Postgresql is different from the MySQL version. There an SQL command in cmanager_admin_arch.php that references the LIMIT command. Line 218: you can remove "desc LIMIT $fromLimit, $toLimit" until a workout is made for this.
But I got this error message when I click on "/blocks/cmanager/cmanager_admin_arch.php"
---------------------
Debug info: ERROR: LIMIT #,# syntax is not supported
LINE 3: ... order by id desc LIMIT 0, 1...
^
HINT: Use separate LIMIT and OFFSET clauses.
SELECT * FROM mdl_block_cmanager_records
WHERE status = 'COMPLETE' OR status = 'REQUEST DENIED'
order by id desc LIMIT 0, 10
[array (
)]
Error code: dmlreadexception
Stack trace:
line 486 of /lib/dml/moodle_database.php: dml_read_exception thrown
line 248 of /lib/dml/pgsql_native_moodle_database.php: call to moodle_database->query_end()
line 859 of /lib/dml/pgsql_native_moodle_database.php: call to pgsql_native_moodle_database->query_end()
line 220 of /blocks/cmanager/cmanager_admin_arch.php: call to pgsql_native_moodle_database->get_records_sql()
line 204 of /lib/formslib.php: call to block_cmanager_adminarch_form->definition()
line 244 of /blocks/cmanager/cmanager_admin_arch.php: call to moodleform->__construct()
--------------------------
Using:
Moodle 3.5.2+
Apache 2.4
PHP 7
Postgresql 9.3
Installation sucesssful!