Skip to content

The code manages employee information and payroll entries, allowing addition of employees, payroll entries, and generating a report.

Notifications You must be signed in to change notification settings

Jdecho1118/PayrollSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Employee Payroll Management System

This C++ program manages employee information and payroll entries. It provides functionalities to add employees, add payroll entries, and generate a payroll report.

Features

  • Add new employees with their details such as name, ID, and hourly rate.
  • Add payroll entries for existing employees, including hours worked, deductions, and benefits.
  • Generate a payroll report displaying each employee's salary based on their hourly rate, hours worked, deductions, and benefits.

How to Use

  1. Run the program.
  2. Choose from the menu options:
    • 1: Add new employee
    • 2: Add payroll entry
    • 3: Generate payroll report
    • 4: Exit

Usage

Clone the repository and compile the program using a C++ compiler. Run the executable to use the program.

git clone <repository-url>
cd employee-payroll-management
g++ main.cpp -o employee_payroll
./employee_payroll

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any new features, enhancements, or bug fixes.

About

The code manages employee information and payroll entries, allowing addition of employees, payroll entries, and generating a report.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages