Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试创建一个新级别的用户,它类似于管理员,但凭据较少。他不能配置模块的设置,但可以查看、添加、编辑、删除员工的数据。提前致谢。
OrangeHRM 中有一个隐藏的“用户角色”模块,它为您提供将特定菜单项更改/分配给各种角色所需的所有权限。这需要一些自定义工作,例如更新选中/取消选中的值,但应该是一项简单的工作。@patxrick 共享的表名应该可以帮助您轻松地进行修改。
您需要在ohrm_user_role表中插入新的用户角色。然后在表中添加相关记录,如ohrm_user_role_screentable 和ohrm_user_role_data_group.
ohrm_user_role
ohrm_user_role_screen
ohrm_user_role_data_group