|
1
|
-- Compensation
|
|
2
|
('compensation_create', 'Create', 'company_compensation'),
|
|
3
|
('compensation_export', 'Export', 'company_compensation'),
|
|
4
|
('compensation_import', 'Import', 'company_compensation'),
|
|
5
|
('compensation_search', 'Search', 'company_compensation'),
|
|
6
|
('compensation_search', 'Configuration', 'company_compensation'), --NEW
|
|
7
|
('compensation_delete', 'Delete', 'company_compensation'),
|
|
8
|
('compensation_update', 'Update', 'company_compensation'),
|
|
9
|
('compensation_view' , 'View', 'company_compensation'),
|
|
10
|
|
|
11
|
-- HR Policy and Practices
|
|
12
|
('quiz_Submit', 'Submit', 'company_quiz'),
|
|
13
|
('quiz_View', 'View', 'company_quiz'),
|
|
14
|
-- Report
|
|
15
|
('report_create', 'Create', 'report'),
|
|
16
|
('report_View', 'View', 'report'),
|
|
17
|
('report_update', 'Update', 'report'), --DELETE
|
|
18
|
('report_delete', 'Delete', 'report'),
|
|
19
|
('report_upload', 'Upload', 'report'),
|
|
20
|
-- Informations company
|
|
21
|
('company_Informations_update', 'Update', 'myCompany_informations'),
|
|
22
|
-- Users company
|
|
23
|
( 'company_user_create', 'Create', 'myCompany_users'),
|
|
24
|
('company_user_update', 'Update', 'myCompany_users'),
|
|
25
|
('company_user_delete', 'Delete', 'myCompany_users'),
|
|
26
|
('company_user_desactivate', 'Desactivate', 'myCompany_users'),
|
|
27
|
('company_user_activity', 'Activity', 'myCompany_users'),
|
|
28
|
-- Entities company
|
|
29
|
('company_entites_Create', 'Create', 'myCompany_entities'),
|
|
30
|
('company_entites_update', 'Update', 'myCompany_entities'),
|
|
31
|
('company_entites_delete', 'Delete', 'myCompany_entities'),
|
|
32
|
-- Profiles company
|
|
33
|
('company_profil_Create', 'Create', 'myCompany_profiles'),
|
|
34
|
('company_profil_update', 'Update', 'myCompany_profiles'),
|
|
35
|
('company_profil_delete', 'Delete', 'myCompany_profiles'),
|
|
36
|
-- Languages company
|
|
37
|
('company_language_activate', 'Activate', 'myCompany_settings_language')
|