This is an HR-System which can be used to keep the employee details and employee categories in an organisation. Keeping in mind about my college staff management system I made it. Its backend is made using my system local SQL Server.
Login can only be done by User i.e. the backend handler who has been given access.
It needs username and Password for login.


After login the first page appears contains the search bar.
Name will help to show all names which contains the provided name string.Type dropdown lists all the types of employee.Category dropdown lists all the categories of employee.Include Delete checkbox will list all employees who is either no longer works in the college or whose account is not active.New Employee is to create new employees.

New employee creation needs all details of employee.
IsActive
Document upload it for uploading the proofs a=or any credentials.
New Employee Type can directly be inserted. And any employee type data can be altered.
CreatedBy is the id of the user who created it.
LastUpdatedBy is the id of the user who last updated that employee type data.

New Employee Category can directly be inserted. And any employee category data can be altered.
CreatedBy is the id of the user who created it.
LastUpdatedBy is the id of the user who last updated that employee category data.

New Document Type can directly be inserted. And any document type data can be altered.
CreatedBy is the id of the user who created it.
LastUpdatedBy is the id of the user who last updated that document type data.

Any employee data can be updated in any way.

Only Name and IsActive data can be updated for Employee Type, Employee Category and Document Type.
