Revision bd798fe1
Von Bernd Bleßmann vor fast 4 Jahren hinzugefügt
sql/Pg-upgrade2-auth/right_time_recording.sql | ||
---|---|---|
4 | 4 |
-- @locales: Create, edit and list time recordings |
5 | 5 |
|
6 | 6 |
INSERT INTO auth.master_rights (position, name, description, category) |
7 |
VALUES ((SELECT position + 10 FROM auth.master_rights WHERE name = 'productivity'),
|
|
7 |
VALUES ((SELECT position + 50 FROM auth.master_rights WHERE name = 'email_employee_readall'),
|
|
8 | 8 |
'time_recording', |
9 | 9 |
'Create, edit and list time recordings', |
10 | 10 |
FALSE); |
Auch abrufbar als: Unified diff
Zeiterfassung: einfaches Recht andere Position