PHP Classes

PHP Attendance Management System using Fingerprint: Keep track of employee attendance with fingerprint

Recommend this page to a friend!
  Info   View files Documentation   View files View files (294)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2023-06-27 (19 days ago) RSS 2.0 feedNot enough user ratingsTotal: 1,048 This week: 9All time: 3,521 This week: 16Up
Version License PHP version Categories
attendance-with-fing 1.0.1Shareware5PHP 5, User Management
Description 

Author

This package can be used to keep track of employee attendance with fingerprint.

It provides means to manage records of employees in a database like registering, deleting, updating, banning, recovering the password, listing, exporting and checking attendance.

The employees can use a separate mobile phone application for Android to identify themselves using their fingerprint.

Innovation Award
PHP Programming Innovation award nominee
January 2020
Number 2


Prize: 1 year of Team Plan of Mailtrap
Fingerprints are nowadays a common way to identify a person that is present in a given place by comparing with a previous record of that fingerprint.

This package implements employee attendance that users fingerprint based identification to recognize that a given person is the employee that he claims to by integrating with a mobile application that performs the fingerprint identification.

This is helpful to prevent impersonation of people that pretend to be the real employees that were hired.

Manuel Lemos
Picture of Abed Nego Ragil Putra
  Performance   Level  
Innovation award
Innovation award
Nominee: 4x

Winner: 1x

 

Details

===================

? We no longer support this system, please see the latest version with <a href="https://codecanyon.net/item/attendance-with-fingerprint-android-system-managemnet/25407573">Laravel here</a> ?

===================

<img src="banner_muliatech.png" alt="Attendance Fingerprint">

<img src="https://user-images.githubusercontent.com/11581453/71761352-d3529200-2f04-11ea-8880-304bf4b4b849.png" width="150">

Attendance with Fingerprint Management

Simple application for employee attendance using fingerprint. <b>(You need install Attendance with Fingerprint on Google Play for attendance) https://play.google.com/store/apps/details?id=com.aandt.attendacewithfingerprint </b>

Created By me Abed Putra

Want to get an Android application source code?

https://codecanyon.net/item/attendance-with-fingerprint-android-system-managemnet/25407573

Feature

  • Add user
  • Delete user
  • Ban, Unban user
  • Register new user sent to email token
  • Forget password
  • Role user level
  • Edit user profile
  • Gravatar user profile
  • Recaptcha by Google
  • List employees attendance
  • Export employee attendance to CSV or XLS
  • Check your employee attendance late or ontime every day
  • Review your employee attendance for 1 week, 1 month, 1 Years etc

Attendance-login-system

Attendance-login-system

User Level

  • is_admin
  • is_user (Your employee or student)
  • is_subscriber

Wiki

https://github.com/abedputra/attendance-with-fingerprint-management/wiki

login

  • Pass : admin
  • User : admin@gmail.com

Check User Level

controller.php

//check user level
if(empty($data['role'])){
    redirect(site_url().'main/login/');
}
$dataLevel = $this->userlevel->checkLevel($data['role']);
//check user level

if($dataLevel == "is_admin"){
  (your code here)
}

Warning

<b>(You need install Attendance with Fingerprint on Google Play for attendance) https://play.google.com/store/apps/details?id=com.aandt.attendacewithfingerprint. Attendance with Fingerprint Management can't working without App</b> <br><br> *This application can't working without Attendance with Fingerprint, so please download first on Google Play.* <br><br>

<br>

-----How to use this application ?

Please follow 2 steps:<br> 1. Settings System Management Please check this<br> https://github.com/abedputra/attendance-with-fingerprint-management/wiki/Settings-Management-System-%3F<br> Please check this video how to istall the system https://www.youtube.com/watch?v=s8pZl5UoT40

  1. Settings Android Application<br> Please check this<br> https://github.com/abedputra/attendance-with-fingerprint-management/wiki/Settings-the-app-%3F

-----How to get KEY?

-Go to Attendance login system link<br> -Login<br> -Go to settings<br> -Click get Key<br> -Save<br> -Dont forget to add KEY to your application<br>

-----How to get my employees data?

-Go to Attendance login system link<br> -Login<br> -Go to employee menu<br>

<br> <br> <br>

Support me

Support me at <a href="https://www.patreon.com/abedputra">Patron</a>

About

Attendance with Fingerprint Management is based on the codeigniter. Attendance login system is based frontend on the Bootstrap framework created by Mark Otto and Jacob Thorton. Password hashing with PBKDF2, Author: havoc AT defuse.ca. Ported to CodeIgniter by Richard Thornton. CodeIgniter Curl Libraries by Philip Sturgeon.

If you have question, please email me : abedputra@gmail.com Visit: https://connectwithdev.com/

LICENSE

The MIT License (MIT).

Copyright (c) 2020, Abed Putra.

Please feel free to send me an email if you have any problems. Thank you so much, my email : contact@abedputra.my.id.

  Files folder image Files  
File Role Description
Files folder imageapplication (1 file, 12 directories)
Files folder imagepublic (3 directories)
Files folder imagesystem (2 files, 6 directories)
Accessible without login Plain text file .htaccess Data Auxiliary data
Accessible without login Image file banner_muliatech.png Data Auxiliary data
Accessible without login Plain text file index.php Aux. Auxiliary script
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file README.md Doc. Documentation
Accessible without login Plain text file SQL_file.sql Data Auxiliary data

 Version Control Unique User Downloads Download Rankings  
 100%
Total:1,048
This week:9
All time:3,521
This week:16Up