Employee Management and Payroll

emp-mngmt-pyrl-1
emp-mngmt-pyrl-2

Project information

  • Category: System
  • Completion Date: January 25, 2021
  • Technologies Used: C++
  • GitHub URL: Employee Payroll Repo

This system is an employee payroll management system. It allows users to input data for different types of employees (regular, salary, hourly, and agency employees). The program prompts the user to select the type of employee they want to create and then guides them through entering relevant information, such as the employee's name, social security number, ID, annual or weekly pay, tax code, hours worked, and work status. After inputting the data, the program calculates the payment due to each employee based on their pay structure as well as tax information, and then prints this information along with the employee's details into an output file named "pay.dat". Additionally, the system handles error checking for input data formats and provides appropriate error messages when necessary.

Designed by BootstrapMade