-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Andrey Klimov edited this page Apr 27, 2020
·
2 revisions
Internal LDAP-based phonebook
- Authenticating users by membership in the LDAP security group for next roles:
-
user
- read-only access without extended fields, allows to change information about yourself; -
secretary
- read-only access include extended fields, allows to change information about yourself; -
human resources
- full access include extended fields, allows to approve changes to information from users; -
administrator
- full access include extended fields, allows to approve changes to information from users and manage phonebook.
-
- Changing user information after approval;
- Ability to change the list of extended fields and read-only fields;
- Changing the display format of the phone number:
-
E164
; -
INTERNATIONAL
; -
NATIONAL
; -
RFC3966
.
-
- Export phonebook information in PDF and XLSX format alphabetically and by department. For each user role. Without breaks in table headers at the end of the page for PDF.
- Ability to change the logo of the organization on the title page PDF;
- Ability to change order of the columns in the result table;
- Ability to change label of fields, tooltip, input mask and validation rules and flag of truncate long text in result table;
- Ability to change the order of departments in the exported files PDF and XLSX;
- Ability to use the full and abbreviated name of the department;
- Notice of birthdays of employees;
- View employees as a subordination tree or gallery;
- Logging changes in employee information with the ability to recover;
- Resize photo up to 200x200 px on upload;
- Support for keyboard layout corrections for the Russian language;
- Customizable list of fields for synchronization;
- Synchronizing information from LDAP to database.
- Apache module
mod_rewrite
; - PHP 5.4.0 or greater.
Author: Andy Gongea
MIT License