An open API service indexing awesome lists of open source software.

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.

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.