Giter Club home page Giter Club logo

geo-fencing-based-active-personnel-monitoring-system's Introduction

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 🤘

geo-fencing-based-active-personnel-monitoring-system's People

Contributors

agargya123 avatar arunav11 avatar deepaktiwari88 avatar dependabot[bot] avatar happy-san avatar madhavpruthi avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.