Skip to content

kiranshahi/Employee-Management-System

Repository files navigation

Hacktoberfest 2023 Update

We are open for any kind of feature request and pull request [hacktoberfest 2023]

Initially, this repository was created just to showcase the project that was completed in the first year of my undergraduate study. Eventually, this project started to gain the attention of the open-source community. Thanks to all the contributors to this project.

As a part of an open-source community, I would like to invite contributions from all levels of contributors. Whether you are a beginner or have few years of experience we equally value your contributions.

Simply create an issue and start to hit the code in your favourite IDE. Also don't forget to create a pull request.

How to run to this project.

How to contribute to this project.

Employee Management System

Before running the application, don't forget to change connection string at -> EmployeeManagementSystem.Data -> EmployeeManagementContext class in line 16.

Connection String


Do you want to contribute?

Here is the guidelines on how to contribute on this project.


Employee Management System has been developed as coursework of Application Development module.

The main objectives of this project are:

  1. Learn basic concept of Object Oriented Programming.

  2. Learn Windows Form Application.


Some of the features of this system are:

  1. System users can add employee details.

  2. System users can import employee details using CSV file.

  3. System users can edit and update employee details (Employee details will be updated only in dataGridView).

  4. System users can calculate the total wage based on worked hour and hourly wage rate.

  5. System users can generate report on pie-chart based department's total wage.

  6. System users can delete the employee from dataGridView.


Screenshots

Home Screen of Employee Management System

Import CSV file on Employee Management System

Employee Details on Employee Management System

Add Employee Form of Employee Management System

Edit Employee Form of Employee Management System

Generate Pay Roll on Employee Management System

Generate Pie-chart on Employee Management system


Dependencies


Please feel free to download source code and play with it. Happy coding!!! 😊