In: Computer Science
hii there ..
i was thinking of making project in C++ on topic payroll management
system ..
what can be included in that ?
wht are main aspects of this topic ??
thankx
`Hey,
Note: Brother if you have any queries related the answer please do comment. I would be very happy to resolve all your queries.
Hi, indeed this a very nice choice made by you. Below is the information for your project.
Payroll management system project in C++ is a console
application with the use of Object Oriented Programming with
graphics. The project has multiple classes and
sub-classes with many features within them.
Basic operations users can perform via this program project that
are based on file handling are adding new employee record,
modifying employee record and deleting record, displaying one or
all employee’s record.
Besides these, payroll management also allows users to
print the salary slip for a particular
employee.
The Project has 3 main classes and with many functions in menu
LINES
MENUS
EMPLOYEE
How Project Works
Addition of New Employee:
This feature is under the public functions of class employee. The information handled in this feature are employee code number, name, address, phone number, joining date (day, month and year), designation, grade and loan.
Modify Employee Record:
This System 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 grades are categorized as A, B, C, D and E.
Delete Employee Record:
Deletion is done of 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.
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.
Display 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.
Display List of Employees:
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.
Kindly revert for any queries
Thanks.