Files
icehrm/ext/modules/employees/meta.json
Thilina Hasantha 31bb455d6f Release note v16.0
------------------
### Features
 * Advanced Employee Management Module is now included in IceHrm Open Source Edition
 * LDAP Module which was only available in IceHrm Enterprise is now included in open source also
 * Initial implementation of icehrm REST Api for reading employee details
 * Improvements to data filtering
 * Multiple tabs for settings module
 * Overtime reports - now its possible to calculate overtime for employees.compatible with US overtime rules
 * Logout the user if tried accessing an unauthorized module
 * Setting for updating module names

### Fixes
 * Fix issue: classes should be loaded even the module is disabled
 * Deleting the only Admin user is not allowed
 * Fixes for handling non UTF-8
 * Fix for non-mandatory select boxes are shown as mandatory
2016-04-15 20:24:39 +05:30

39 lines
894 B
JSON

{
"label":"Basic Information",
"menu":"Personal Information",
"order":"2",
"icon":"fa-user",
"user_levels":["Admin","Manager","Employee"],
"dashboardPosition":101,
"permissions":
{
"Manager":{
"Edit Employee Number":"No",
"Edit EPF/CPF Number":"Yes",
"Edit Employment Status":"No",
"Edit Job Title":"Yes",
"Edit Pay Grade":"Yes",
"Edit Joined Date":"Yes",
"Edit Department":"Yes",
"Edit Work Email":"Yes",
"Edit Country":"Yes",
"Upload/Delete Profile Image":"Yes",
"Edit Employee Details":"Yes"
},
"Employee":{
"Edit Employee Number":"No",
"Edit EPF/CPF Number":"Yes",
"Edit Employment Status":"No",
"Edit Job Title":"No",
"Edit Pay Grade":"No",
"Edit Joined Date":"No",
"Edit Department":"No",
"Edit Work Email":"No",
"Edit Country":"No",
"Upload/Delete Profile Image":"Yes",
"Edit Employee Details":"Yes"
}
}
}