# Employee-Management-System **Repository Path**: xiaodelea/Employee-Management-System ## Basic Information - **Project Name**: Employee-Management-System - **Description**: Employee Management System is a desktop based application developed on C# programming language. - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Employee Management System --- ### Do you want to contribute? [Here is the guidelines on how to contribute on this project.](https://github.com/kiranshahi/Employee-Management-System/blob/master/CONTRIBUTING.md "Contribution guidelines for Employee Management System") --- 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][homeScreen] [homeScreen]: https://github.com/kiranshahi/Employee-Management-System/blob/master/Screenshots/Home%20Screen.PNG "Home Screen of Employee Management System" ![Import CSV file on Employee Management System][importCSV] [importCSV]: https://github.com/kiranshahi/Employee-Management-System/blob/master/Screenshots/Import%20CSV.PNG "Import CSV file on Employee Management System" ![Employee Details on Employee Management System][employeeDetails] [employeeDetails]: https://github.com/kiranshahi/Employee-Management-System/blob/master/Screenshots/Employee%20Details.PNG "Employee Details on Employee Management System" ![Add Employee Form of Employee Management System][addEmployee] [addEmployee]: https://github.com/kiranshahi/Employee-Management-System/blob/master/Screenshots/Add%20Employee.PNG "Add Employee Form of Employee Management System" ![Edit Employee Form of Employee Management System][editEmployee] [editEmployee]: https://github.com/kiranshahi/Employee-Management-System/blob/master/Screenshots/Edit%20Employee.PNG "Edit Employee Form of Employee Management System" ![Generate Pay Roll on Employee Management System][generatePayroll] [generatePayroll]: https://github.com/kiranshahi/Employee-Management-System/blob/master/Screenshots/Payroll.PNG "Generate Pay Roll on Employee Management System" ![Generate Pie-chart on Employee Management system][generatePiechart] [generatePiechart]: https://github.com/kiranshahi/Employee-Management-System/blob/master/Screenshots/report.PNG "Generate Pie-chart on Employee Management System" --- **Please feel free to download source code and play with it. Happy coding!!!** :blush: