gamonoid / icehrm

Manage your employees easily with a robust and efficient Human Resource Management System
http://icehrm.com
Other
586 stars 373 forks source link

Suggestion: Action or Event system #190

Open Dannymh opened 5 years ago

Dannymh commented 5 years ago

As a developer and user of IceHRM it would be very advantages for there to be a way to trigger a script or action when specific events occur.

We use IceHRM to record all our employee details and then push those details to other systems such as learning management and other systems. At the moment we have to run a Cron every few hours that scans for changes using the API and then injects that into the external systems.

It would be great to trigger an event when an employees details are saved, so you would click the save button and that would save the data then trigger the external action(s) and update all the other systems without having to scan all records.

This could have a full list of different actions that could be iterated through so that multiple scripts or items could be triggered from whichever event it is tied to.