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 contribute to this project.
Before running the application, don't forget to change connection string at -> EmployeeManagementSystem.Data -> EmployeeManagementContext class in line 16.
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:
-
Learn basic concept of Object Oriented Programming.
-
Learn Windows Form Application.
Some of the features of this system are:
-
System users can
add employee details
. -
System users can
import employee details using CSV file
. -
System users can
edit and update employee details
(Employee details will be updated only in dataGridView). -
System users can
calculate the total wage
based on worked hour and hourly wage rate. -
System users can
generate report on pie-chart
based department's total wage. -
System users can
delete
the employee from dataGridView.
- .NET Framework 7.0.x
- Maikebing.System.Windows.Forms.DataVisualization 5.0.1
- Microsoft.EntityFrameworkCore 7.0.3
Please feel free to download source code and play with it. Happy coding!!! 😊