Skip to content

C# application w/ GUI that retrieves employee hours worked from the CSV file, and then uses it to calculate the taxes for each employee depending on the employee visa.

License

Notifications You must be signed in to change notification settings

A-Abdiukov/payroll-csv-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Payroll tax assistant

Application takes in a .csv file that contains information about employees (number of hours worked, visa type, hourly rate, ytd). The appropriate taxes are then calculated for different visa types/income brackets. Afterwards, a new .csv file is created that contains the calculated taxes, the gross pay, and the net pay. Could be useful for accountants.

How to set up:

  1. Open the MyPaySolution.sln with Visual Studio 2019.

  2. (Optional) Change the input csv file. The file is located at MyPayProject\Import\employee-payroll-data.csv

  3. Start the application.

Credits

About

C# application w/ GUI that retrieves employee hours worked from the CSV file, and then uses it to calculate the taxes for each employee depending on the employee visa.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages