All Projects → MadhavPruthi → HR-Management-and-Geo-Attendance-System

MadhavPruthi / HR-Management-and-Geo-Attendance-System

Licence: Apache-2.0 License
An application for location-based attendance and management of the employees using geofencing

Programming Languages

dart
5743 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to HR-Management-and-Geo-Attendance-System

QR Attendance
This project is an attendance system which provides attendance on scanning QR code. The attendance is stored in Excel sheet named with the date of attendance taken. In this folder a file named Generate.py is used to generate the QR code for given input file. Attend.py file is for scanning the QR code
Stars: ✭ 17 (-80.9%)
Mutual labels:  attendance
attendance-management
Attendance Management System implements the 'punch in / punch out' based concept of attendance management.
Stars: ✭ 28 (-68.54%)
Mutual labels:  attendance
ionic2-geofence
Ionic2 Geofencing Sample Project
Stars: ✭ 96 (+7.87%)
Mutual labels:  geofencing
radar-sdk-android
Android SDK for Radar, the leading geofencing and location tracking platform
Stars: ✭ 57 (-35.96%)
Mutual labels:  geofencing
Face recognition based attendance system
A python GUI integrated attendance system using face recognition to take attendance.
Stars: ✭ 70 (-21.35%)
Mutual labels:  attendance
ioBroker.google-sharedlocations
An ioBroker-adapter for retrieving shared locations from Google
Stars: ✭ 58 (-34.83%)
Mutual labels:  geofence
nfc attendance system esp32
NFC Attendance System | 智慧校園NFC考勤系統 | 基於ESP32的智慧校園NFC考勤系統控制器
Stars: ✭ 27 (-69.66%)
Mutual labels:  attendance
conferences
Conferences that I will attend or have already attended
Stars: ✭ 53 (-40.45%)
Mutual labels:  attendance
College-Management-Android-App
Compelete College Management Android App
Stars: ✭ 43 (-51.69%)
Mutual labels:  attendance
moodle-mod attendance
Allows an attendance log to be kept in Moodle
Stars: ✭ 63 (-29.21%)
Mutual labels:  attendance
cordova-plugin-radar
Cordova plugin for Radar, the leading geofencing and location tracking platform
Stars: ✭ 14 (-84.27%)
Mutual labels:  geofencing
Time-and-Attendance-Management-System
TMS is a full-stack website that maintains records of all employees with their personal information. It keeps track of hours worked by an employee on a particular project assigned to him. It maintains time sheets and generates detailed and summary reports of the employee time sheets. TMS also has an admin page, which can manage all the employees…
Stars: ✭ 46 (-48.31%)
Mutual labels:  attendance
gmaps-geofence
create area geofencing in google map using react js
Stars: ✭ 34 (-61.8%)
Mutual labels:  geofencing
Attendize
Attendize is an open-source ticket selling and event management platform built on Laravel.
Stars: ✭ 3,285 (+3591.01%)
Mutual labels:  attendance
attendance-for-google-meet
Attendance tracker for Google Meet
Stars: ✭ 26 (-70.79%)
Mutual labels:  attendance
face-attendence
Face Attendance (AWS rekognition)
Stars: ✭ 39 (-56.18%)
Mutual labels:  attendance
Attendance-app
Flutter App For Marking and Viewing Attendance
Stars: ✭ 26 (-70.79%)
Mutual labels:  attendance
Face-Recognition-Class-Attendance-System
基于人脸识别的课堂考勤系统v2.0
Stars: ✭ 129 (+44.94%)
Mutual labels:  attendance
homely
🏠 - A bunch of mosquittos. IoT wiring and notification framework, with an unix style.
Stars: ✭ 15 (-83.15%)
Mutual labels:  geofencing
geofence service
This plugin is a geofence service with activity recognition API.
Stars: ✭ 16 (-82.02%)
Mutual labels:  geofence

Attendance system using Geo-fencing technology

  • Our aim for this project is to develop an Application that can help both the employees and the employer in making the process of tracking attendance, leaves, and live location and recording of on-field worker’s attendance faster and more efficiently.
  • By making use of an HR Management application, any organisation would greatly benefit by reducing error rate, decreased workload designated for the management of employees, as well as increase the efficiency of time and error rate for an organisation.

Features Included

  • Employee Registration – This feature will allow an employee to register a unique identity with the system. This also encompasses role-based access based on regular employee or administrator status.
  • Location-based Attendance - This feature will allow employees to mark their attendance once the employee has reached his allocated office.
  • Leave Management - This feature will allow employees to apply for leave and track its status.
  • Leave Approval/Rejection - With each employee is an associated Manager, who can approve or reject the leaves applied for, by an employee under him.
  • Cloud Notification - Push Notifications on leave status change

Admin Application

Link to Administrator Application

Setting Up the Project

Firebase Console Set up

Add/Replace your google-services.json (downloadable from your firebase console) file into android/app directory. The project is built upon Real time database offered by Google Firebase. It is tailored right now according to our team needs. E.g. the login functionality is using an Employee ID, which we accomplished by mapping email ID to Unique ID (Employee ID). Enable the email authentication in the Auth Tab of Firebase Project.

The Location of the various sites are stored in the Location Stub of RTDB with key as unique ID and parameters as

  • latitude(double)
  • longitude(double)
  • name(string)
  • radius(number in metres)



Attendance will be added to the "Attendance" stub in the RTDB tree. Leave System has some specific parameters for every employee which is required to run the app.

I will attach a JSON sample file(in the root directory) which you can use to prepopulate sample data in the RTDB using Import JSON feature.

At last, Kindly update the google API key in the android manifest and enable the necessary Maps API on your API console. Google Developer API console

Cloud Functions

Push Notifications has been enabled in the application to provide update regarding the Leave Application from Manager.

# Install firebase in the node environment
npm install -g firebase-tools

# Login into firebase 
firebase login

# Deploy the functions. Move to Cloud directory and perform this operation
firebase deploy

For more info, please refer: Firebase Cloud Functions

Running the Project

# Install the dependencies
flutter pub get

# Run the project
flutter run

Screenshots

               

Our TEAM 🤘

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].