Skip to content

rickyras/C-Sharp-Employee-Wages-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

C-Sharp-Employee-Wages-Calculator

Windows Form application that keeps track of the employees in a company and their salary information. The application calculates an employee’s wages and allow users to review employee information of any previously added employee.

1.User enters the name of an Employee, hourly wage and hours worked and whether the employee is a manager or not.

  1. Upon clicking on “Calculate”, the application shall calculate and display the gross earnings, taxes and net earnings. Conditions Implemented.  federal tax of 15%.  regular employee is paid overtime wages which are calculated as 1.5 times the hourly wage for any hours over 40 hours a week.  manager is not paid overtime but it is paid a performance bonus of 20% of the earned income.

  2. The application shall keep track of the employees using the most appropriate collection.  Employee implemented as a class that stores all the information of the employee.

  3. Upon selecting an existing employee, displays the wage information associated with it including earnings.

  4. The “Clear” button clears all the fields of the form with the exception of the Employee combobox.

  5. The “Close” button closes the form. When the user closes the application ask the user for confirmation whether they truly want to close or not.

FullTime a2fulltime

Manager a2manager

Overtime a2overtime

Releases

No releases published

Packages

No packages published

Languages