Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Answer this question with explanation and i will appreciate (read the question please!) Payroll Management System Project in C++ Features of the project: 1. Addition

Answer this question with explanation and i will appreciate (read the question please!)

image text in transcribed

image text in transcribed

Payroll Management System Project in C++ Features of the project: 1. Addition of New Employee: You can find this feature under the public category of class employee. The information contained in this feature are employee code number, name, address, phone number, joining date (day, month and year), designation, grade and loan. Besides these, this function also stores record related to employee's basic salary, house allowance, and many more. 2. Modify Employee Record: Payroll management system project in C++ asks for employee code from the user for this function to work. Modifications that can be made are the employee code number itself, joining date (day, month and year), name, address, phone number, designation, grade, house allowance and loan given to the employee. Employee's grade are categorized as A, B, C, D and E. 3. Delete Employee Record: You can simply delete an employee record from Payroll management system project by entering the employee code. A confirmation message is asked stating whether the user really wants to delete the record from the file. 4. Print Employee Salary Slip: This feature too asks for the employee code; the employee code has been used to unlock or perform operations in many features of this payroll management system project in C++. This function lists all the months of the year, and asks for date, employee name, designation and grade from the user. To print the salary slip, the user further needs to provide information such as number of days worked in the month by the employee and the number of hours worked over time. The slip enlists basic salary, allowance, deductions and net salary of the employee. 5. Display a Employee Record: Providing the employee code number, users can access all the provided information related to a particular employee via this function. The employee record information displayed are the ones provided while adding a new employee record. 6. Display List of Employees: Unlike the above function, this feature displays the record of all employees added in file. The records are displayed in a tabular pattern containing information such as code name of the employee, phone number, date of joining, designation, grade and salary. Header Files Used: To keep the project simple, graphics has not been implemented in this project. Before you compile the C++ source code, make sure the following header files are there in your compiler library folder. - \#include - \#include - \#include - \#include - \#include - \#include - \#include - \#include - \#include

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database And Expert Systems Applications 31st International Conference Dexa 2020 Bratislava Slovakia September 14 17 2020 Proceedings Part 1 Lncs 12391

Authors: Sven Hartmann ,Josef Kung ,Gabriele Kotsis ,A Min Tjoa ,Ismail Khalil

1st Edition

303059002X, 978-3030590024

More Books

Students also viewed these Databases questions

Question

10:16 AM Sun Jan 29 Answered: 1 week ago

Answered: 1 week ago

Question

7. Understand the challenges of multilingualism.

Answered: 1 week ago

Question

5. Give examples of variations in contextual rules.

Answered: 1 week ago