HRMS Employee Create-Edit UI Flow
Last updated
Last updated
All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.
URL- digit-ui/employee/hrms/create
Logged Users can Create Employees by providing the necessary Details
If a user enters a mobile number that already exists in the system - Then the application will give an error message.
The Boundary is auto-filled with current TenantId
. The user is able to add Multiple Jurisdictions and Assignments.
Sl.No. | API | Role | Access ID |
---|---|---|---|
1 |
| HRMS_ADMIN | 1750 |
2 |
| HRMS_ADMIN |
|
Primary Files: https://github.com/egovernments/digit-ui-internals/blob/development/packages/modules/hrms/src/pages/createEmployee.js
URL- digit-ui/employee/hrms/edit/{Employee Id}
Logged Users can Edit Employee Details. Employee Id is disabled.
API | Role | Access ID |
---|---|---|
| HRMS_ADMIN |
|
Primary Files: https://github.com/egovernments/digit-ui-internals/blob/development/packages/modules/hrms/src/pages/EditEmployee/EditForm.js