Skip to content

Site to handle all details and data of an Organisation

Notifications You must be signed in to change notification settings

sr-sweta/HR-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HR-System

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.

Made it using

  • ASP
  • DOTNET
  • C#
  • Microsoft SQL Server 2019
  • HTML
  • CSS
  • Bootstrap
  • Javascript

Login Credentials

Login can only be done by User i.e. the backend handler who has been given access.

It needs username and Password for login.

Screenshot (796)

Navbar

Screenshot (798)

Search Employee

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.

Screenshot (797)

Screenshot (799)

Insert New Employee

New employee creation needs all details of employee. IsActive

  • If checked that means his/her account is active and it can be used by the employee for any purpose.
  • If unchecked that means his/her account no longer exits in the system. No employee data can be permanently deleted from the database. Only his/her account can be activate or inactive. Document upload it for uploading the proofs a=or any credentials.

Screenshot (800)

Employee Types

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.

Screenshot (801)

Employee Category

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.

Screenshot (802)

Document Type

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.

Screenshot (803)

Updation

Any employee data can be updated in any way.

Screenshot (805)

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

Screenshot (804)

Releases

No releases published

Packages

No packages published