Payroll System Code required
Project Description:
This program is supposed to calculate the monthly salaries for two different types of employees: Part-time and Full-time. The full-time employees’ monthly basic salary is fixed, based on their Employee Grade. The part-time employee’ salary is based on the number of hours they worked.
Features:
1.The Payroll System should have the following inputs for Full-time employees:·1Employee ID
·2Employee Name
·3Grade
·4Basic Pay
·5Allowances like House Rent Allowance (HRA) ,Daily Allowance (DA)
·6Deductions
·7Number of months
2.The Payroll System should have the following inputs for Part-time employees:·1Employee ID
·2Employee Name
·3Pay rate
·4Number of hours worked
3.Calculate gross pay of Full Time Employee based on grade
4.Calculate salary of part time employees
5.Generate individual pay slip for a particular employee ID
6.Display Employee wise monthly pay slips