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

https://github.com/mdsaad13/hrms

Human resource management system college project in Core PHP
https://github.com/mdsaad13/hrms

mdsaad13 php php7 redbean redbeanphp

Last synced: 7 months ago
JSON representation

Human resource management system college project in Core PHP

Awesome Lists containing this project

README

          

# HRMS
Human resource management system (Mini project)

## Features includes
### 1. Manage departments
- Add departments.
- Manage employees by departments.
### 2. Manage employees
- Add employees by particular department.
- View employee details (Number of awards given, Number of payslips generated, etc..).
### 3. Awards
- Add award template
- Award particular employee
- View details of particular award given to employees
### 4. Expenses
- Add expense's
- View expense's
### 5. Pay slips
- Add pay slips
- View pay slips

# IMAGES
### Login page
![login](https://github.com/mdsaad13/hrms/blob/master/Screen%20shots/Pages/login.png)
### Index page
![index](https://github.com/mdsaad13/hrms/blob/master/Screen%20shots/Pages/index.png)

### Departments
###### Manage departments page
![departments](https://github.com/mdsaad13/hrms/blob/master/Screen%20shots/Pages/department.png)
###### Add departments page
![departments](https://github.com/mdsaad13/hrms/blob/master/Screen%20shots/Pages/add%20department.png)

### Employees
###### Manage employees page
![employees](https://github.com/mdsaad13/hrms/blob/master/Screen%20shots/Pages/employees.png)
###### Add employee page
![employees](https://github.com/mdsaad13/hrms/blob/master/Screen%20shots/Pages/add_employee.png)
###### View employee details page
![employees](https://github.com/mdsaad13/hrms/blob/master/Screen%20shots/Pages/employee_details.png)

### Awards
###### 1
![Awards](https://github.com/mdsaad13/hrms/blob/master/Screen%20shots/Pages/awards%201.png)
###### 2
![Awards](https://github.com/mdsaad13/hrms/blob/master/Screen%20shots/Pages/awards%202.png)
###### 3
![Awards](https://github.com/mdsaad13/hrms/blob/master/Screen%20shots/Pages/awards%203.png)
###### Add award template
![Awards](https://github.com/mdsaad13/hrms/blob/master/Screen%20shots/Pages/add_award_template.png)
###### View details of award template
![Awards](https://github.com/mdsaad13/hrms/blob/master/Screen%20shots/Pages/award_template_details.png)

### Expenses
###### View and Add expenses
![Expenses](https://github.com/mdsaad13/hrms/blob/master/Screen%20shots/Pages/expenses.png)

### Pay Slips
###### View pay slips
![Pay Slips](https://github.com/mdsaad13/hrms/blob/master/Screen%20shots/Pages/pay_slips.png)
###### Add pay slips
![Pay Slips](https://github.com/mdsaad13/hrms/blob/master/Screen%20shots/Pages/add_payslip.png)