Designation module is used to handle the designations of employees while adding employee details. In Designation main page, it lists the designation details with designation code, designation name, description and status.
Designation
Designation module allows user to:
Add Designation
Update Designation
Delete Designation
Add Designation button is displayed in top right side of work area in Designation page.
On clicking Add Designation button, it displays a page with fields Code, Name, Description and Status. After entering all the fields, the user can add new designation followed by a success message.
Update Designation button is displayed in the list table in Designation page. It displays the designation details added by the user .
On clicking the Update Designation button, it displays a page with fields Code, Name, Description and Status with already added details by the user. After entering the fields, the details get updated by displaying a success message.
Delete Designation button is displayed in the list table in designation page.
On clicking the Delete Designation Button, a confirmation message will get displayed and if user agrees Designation gets deleted.