/Attendance-login-system

Attendance login system based on codeIginter. Simple application for employee attendance, you need install Employee Attendance with QR on Google Play for attendance

Primary LanguagePHPMIT LicenseMIT

Attendance login system

Simple application for employee attendance with QR. (You need install Employee Attendance with QR on Google Play for attendance) https://play.google.com/store/apps/details?id=com.aandt.employeeattendancewithqr

Created By me Abed Putra

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
  • Generate QR for your employee name

Settings

  • database.php
'hostname' => 'localhost', 'username' => '', 'password' => '', 'database' => '',
  • config.php
//Link URL
$config['base_url'] = 'http://adminweb.com/admin/';
// Sent email from:
$config['register'] = 'admin@gmail.com';
$config['forgot'] = 'admin@gmail.com';
  • ReCAPTCHA.php (Library)
private $dataSitekey = ""; //Your SiteKey`
private $lang = "en"; //Lang ReCAPTCHA
public $secret = ''; //Secret

User Level

  • is_admin
  • is_author
  • is_editor
  • is_subscriber

Install

  • Clone or download
  • Import Sql file
  • Do Settings
  • Done

login

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

(You need install Employee Attendance with QR on Google Play for attendance) https://play.google.com/store/apps/details?id=com.aandt.employeeattendancewithqr. Attendance login system can't working without Employee Attendance with QR application

This application can't working without Employee Attendance with QR, so please download first on Google Play.

-----How to install Attendance login system?

Download from https://github.com/abedputra/Attendance-login-system.

-----How to use this application ?

Please follow 2 steps:

  1. Settings Admin -First download Attendance login system -How to Install ?? follow Github desc. -After install go to Attendance login system link -Login into Attendance login system -Do settings menu such as how many employee do you have -Make sure you get new KEY -Go to generate QR, and generate your employee name -Give the QR to your employees so they can scan for attendance.

  2. Settings Application -Install this application. -Go to settings. -Fill the data such as the link where Attendance login system is located, and the KEY. -Scan your barcode. -Done

-----How to get KEY?

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

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

-Go to Attendance login system link -Login -Go to employee menu

Support me

Support me at Patron

About

Attendance login system 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: http://abedputra.com

LICENSE

The MIT License (MIT).

Copyright (c) 2017, Abed Putra.

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