A-Abdiukov / payroll-csv-calculator

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C# 100.0%