Skip to content

huysam11/HR-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee-Management-System

This system can help user to manage employee, remove/add employee, review employees's information, calculate employees's salaries based on their employee type and save more time for payroll process
I used JAVA IDE to develop this system and libraries that i used are java.util.ArrayList and java.util.Scanner

This system has 6 features :

1. This command allows user to add employees's information into system (Id , name, salary , employeeType)

image

2. Reward Management System

There are 2 types of employee in this system are full time and contractor. Based on their employee type, the user will input percent for full time employee, bonus for contractor. Full time employee salary will be salary + (salary *percent/100)
Contractor salary will be salary + bonus
Contractor bonus will be a certain amount while full time employee will be a percentage of their salary.

3. User will be able to reveal all employees's information in the system

image

4. User can find information of a specific employee by input 3 and employee's ID

image

5. This feature will help user to remove an employee's by input their ID.

image

6. Quit the system by input 0

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages