https://github.com/satadalbanerjee/human-resource-management
Human Resource Management is a completely Java based application which can be used to manage Employee and Admin.
https://github.com/satadalbanerjee/human-resource-management
github java-8 jdbc mysql
Last synced: 2 months ago
JSON representation
Human Resource Management is a completely Java based application which can be used to manage Employee and Admin.
- Host: GitHub
- URL: https://github.com/satadalbanerjee/human-resource-management
- Owner: SatadalBanerjee
- Created: 2022-11-16T07:43:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T07:59:31.000Z (over 3 years ago)
- Last Synced: 2025-04-14T03:53:18.253Z (about 1 year ago)
- Topics: github, java-8, jdbc, mysql
- Language: Java
- Homepage: https://github.com/SatadalBanerjee/Human-Resource-Management
- Size: 45.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Human-Resource-Management
#### Human Resource Management is a completely Java based application which can be used to manage Employee and Admin. The main objective is to build a system that will maximize the employee managing performance of a company.
## Features
#### Admin Features
* Admin can update their profile.
* Admin can add new Employee.
* Admin can transfer an employee to another department.
* Admin can get all the details of their employees.
* Admin can add new Department.
* Admin can update existing department name.
* Admin can get all the details of department.
* Admin can Check all the employee's leave requests.
* Admin can respond to employee leave request.
#### Employee Features
* Employee can view their profile.
* Employee can update their profile.
* Employee can apply for leave.
* Employee can check response from the admin.