PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Abed Nego Ragil Putra   Attendance Login System   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: Attendance Login System
Manage and authenticate company employees users
Author: By
Last change: add more information

add more information
adding wiki for install management system

adding wiki for install management system
edit readme

edit readme
Update README.md

edit readme file
Update README.md

adding htaccess
Update README.md

edit for easy to read
Update README.md

adding Screenshoot
Date: 5 years ago
Size: 3,807 bytes
 

Contents

Class file image Download

<img src="https://user-images.githubusercontent.com/11581453/33417023-8a7c889a-d5da-11e7-9fba-4ec8a925e7e0.png" width="150">

Attendance login system

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

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

Attendance-login-system

User Level

  • is_admin
  • is_author
  • is_employee
  • is_subscriber

Wiki

https://github.com/abedputra/Attendance-login-system/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 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</b> <br><br> *This application can't working without Employee Attendance with QR, so please download first on Google Play.* <br><br>

New Version

Pro version for app, please download from here (https://play.google.com/store/apps/details?id=com.aandt.employeeattendancewithqrpro

<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-login-system/wiki/Settings-Management-System-%3F

  1. Settings Android Application<br> Please check this<br> https://github.com/abedputra/Attendance-login-system/wiki/Settings-on-Employee-Attendance-with-QR-Application-%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 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.