Bio-time HRM is a comprehensive attendance to duty management system for Ministry of Health Uganda. A pilot to use the same software is being done by MOES.
# Biotime HRM Attendance Management
Manage Attendance with distributed biometric devices.
Implements the biotime Api and manual attendance Tracking.
Suitable for Hospitals, Schools and industries with multiple sites.
Current Implementation fecthes employee info from iHRIS which is a health workforce HR management software. Other HRM Management systems can be integrated via a restful API service.
# Installation
Clone the repository
```sh
git clone
github.com
```
Install php project dependencies using composee
Visit the composer installation manual on
getcomposer.org
composer install
```sh
composer install
```
Install the required node modules by running the command below. This will enable you get all the systems functionality
```sh
npm install
```
Vist the your project by running
```sh
yourdomain.com
```
# Biotime HRM Attendance Management 2.1
CHANGE LOG
Changed data access methods for
Duty roster
Attendance
Added a helper to display attendance
The result is a 10x increase in perfomance for the duty roster and attendance.