Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 851 Bytes

File metadata and controls

21 lines (14 loc) · 851 Bytes

Employee Payroll System

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.

Features

  • 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

Technologies Used

  • Programming Language: Java
  • Development Environment: Any IDE compatible with Java