The Employee Payroll System is a Java application designed to efficiently manage payroll operations for employees. This system supports functionalities such as adding new employees, calculating salaries, and maintaining records for both full-time and part-time staff.
-
Employee Management
- Add full-time and part-time employees with relevant details like name, ID, and salary structure.
- Remove employees from the system using their unique IDs.
- View details of all registered employees.
-
Salary Computation
- Full-time employees: Fixed monthly salary.
- Part-time employees: Computed based on hours worked and hourly rate.
-
User-Friendly Console Interface
- Programming Language: Java
- Development Environment: Any IDE compatible with Java