Hi, I have imported all employees to erpnext and I have created user list as system users and mapped to employees and enabled create user.
Now, how can I provide employee self-service to my employees?
Below are the apps installed with respective versions.
ERPNext: v14.56.0 (version-14)
Frappe Framework: v14.60.0 (version-14)
Frappe HR: v16.0.0-dev (develop)
@Vipul_Kumar
For each employee, ensure that the “Employee” role is assigned under “Roles”. You can do this by editing the user profile for each employee.
you can go to the open roles and permission to give access to the the particular role and assign the role to all your employee\
For Giving Employee self-service permission to employee follow below steps.
-
Go to Role Profile doctype and add Role Name as Employee, select roles that you want to give to an employee like employee self-service,customer etc and then save.
-
Next Go to User doctype select all user to which you want to give employee-self service permission . like this
- Next Action-> Edit
4. Select field as role profile and value as Employee and update this
NOTE: If you are using frappe version 14 then use HRMS v14 only.
@anilpoda