Nicolas Ducoulombier 0921b265fd Adding an institution column in the admin interface to validate inscription -refs BT#10582 8 years ago
..
ajax 327c07aae1 Unify extra fields in one table. 9 years ago
cron 0fe954e854 Switch all session.date_start and date_end to session.access_start_date and access_end_date - refs #7719 9 years ago
lang 0921b265fd Adding an institution column in the admin interface to validate inscription -refs BT#10582 8 years ago
src 0921b265fd Adding an institution column in the admin interface to validate inscription -refs BT#10582 8 years ago
test 8e273286e5 Format code + replace UserManager::get_user_info_by_id with api function 9 years ago
views 0921b265fd Adding an institution column in the admin interface to validate inscription -refs BT#10582 8 years ago
README.md 1d950f168c Minor - Review documentation - refs BT#9092 9 years ago
config.php 64baa31667 Fix Acept button with subscription restrictions - refs BT#9092 9 years ago
index.html 54372874fb rename plugin folder name - refs BT#9092 9 years ago
install.php 54372874fb rename plugin folder name - refs BT#9092 9 years ago
license.txt 54372874fb rename plugin folder name - refs BT#9092 9 years ago
plugin.php 54372874fb rename plugin folder name - refs BT#9092 9 years ago
readme.txt cb576b57c0 Update readme file - refs BT#9092 9 years ago
uninstall.php 54372874fb rename plugin folder name - refs BT#9092 9 years ago

README.md

Advanced subscription plugin for Chamilo LMS

Plugin to manage the registration queue and communication to sessions from an external website creating a queue to control session subscription and sending emails to approve student subscription requests

Requirements

Chamilo LMS 1.10.0 or greater

Settings

These settings have to be configured in the Configuration screen for the plugin

Parameters Description
Webservice url Url to external website to get user profile (SOAP)
Induction requirement Checkbox to enable induction as requirement
Courses count limit Number of times a student is allowed at most to course by year
Yearly hours limit Teaching hours a student is allowed at most to course by year
Yearly cost unit converter The cost of a taxation unit value (TUV)
Yearly cost limit Number of TUV student courses is allowed at most to cost by year
Year start date Date (dd/mm) when the year limit is renewed
Minimum percentage profile Minimum percentage required from external website profile

Hooks

This plugin uses the following hooks (defined since Chamilo LMS 1.10.0):

  • HookAdminBlock
  • HookWSRegistration
  • HookNotificationContent
  • HookNotificationTitle

Web services

This plugin also enables new webservices that can be used from registration.soap.php

  • HookAdvancedSubscription..WSSessionListInCategory
  • HookAdvancedSubscription..WSSessionGetDetailsByUser
  • HookAdvancedSubscription..WSListSessionsDetailsByCategory

See /plugin/advanced_subscription/src/HookAdvancedSubscription.php to check Web services inputs and outputs

How does this plugin works?

After install, fill the required parameters (described above) Use web services to communicate course session inscription from external website This allows students to search course sessions and subscribe if they match the requirements.

The normal process is:

  • Student searches course session
  • Student reads session info depending student data
  • Student requests to be subscribed
  • A confirmation email is sent to student
  • An authorization email is sent to student's superior (STUDENT BOSS role) or admins (when there is no superior) who will accept or reject the student request
  • When the superior accepts or rejects, an email will be sent to the student and superior (or admin), respectively
  • To complete the subscription, the request must be validated and accepted by an admin