Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/plugin/advanced_subscription
Daniel Barreto cb576b57c0 Update readme file - refs BT#9092 11 years ago
..
ajax Rename variables, constants, plugin table, update mail header logo dir - refs BT#9092 11 years ago
lang Rename variables, constants, plugin table, update mail header logo dir - refs BT#9092 11 years ago
src Rename variables, constants, plugin table, update mail header logo dir - refs BT#9092 11 years ago
test Rename variables, constants, plugin table, update mail header logo dir - refs BT#9092 11 years ago
views Rename variables, constants, plugin table, update mail header logo dir - refs BT#9092 11 years ago
README.md Update readme file - refs BT#9092 11 years ago
config.php Rename variables, constants, plugin table, update mail header logo dir - refs BT#9092 11 years ago
index.html rename plugin folder name - refs BT#9092 11 years ago
install.php rename plugin folder name - refs BT#9092 11 years ago
license.txt rename plugin folder name - refs BT#9092 11 years ago
plugin.php rename plugin folder name - refs BT#9092 11 years ago
readme.txt Update readme file - refs BT#9092 11 years ago
uninstall.php rename plugin folder name - refs BT#9092 11 years ago

README.md

Advanced subscription plugin for Chamilo LMS

Plugin for managing 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 request

Requirements

Chamilo LMS 1.10 or greater

Settings

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 use the next hooks:

  • HookAdminBlock
  • HookWSRegistration
  • HookNotificationContent
  • HookNotificationTitle

Web services

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

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

How plugin works?

After install plugin, fill the parameters needed (described above) Use Web services to communicate course session inscription from external website This allow to student to search course session and subscribe if is qualified and allowed to subscribe. The normal process is:

  • Student search course session
  • Student read session info depending student data
  • Student request a subscription
  • A confirmation email is send to student
  • An email is send to users (superior or admins) who will accept or reject student request
  • When the user aceept o reject, an email will be send to student, superior or admins respectively
  • To complete the subscription, the request must be validated and accepted by an admin