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.
Please feel free to download source code and play with it. Happy coding!!! 😊