PHP Classes

Attendance Login System: Manage and authenticate company employees users

Recommend this page to a friend!
  Info   Documentation   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 653 All time: 4,920 This week: 35Up
Version License PHP version Categories
attendance-login-sys 1.0.1Shareware5PHP 5, Databases, User Management
Description 

Author

This package can manage and authenticate company employees users.

It can perform several operations with the users like:

- 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
- Use CAPTCHA for verifying new users using Recaptcha
- List employees attendance
- Export employee attendance to CSV or XLS
- Check your employee attendance late or on time every day
- Review your employee attendance for 1 week, 1 month, 1 Years etc
- Generate QR for an employee

Innovation Award
PHP Programming Innovation award nominee
February 2018
Number 4


Prize: One downloadable copy of CodeLobster Professional
Many companies have so many employees that they need to have applications to manage employee information.

This package provides a solution to implement many types of actions to manage employee information including keeping track of employee attendance to their workplace.

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

Winner: 1x

 

Documentation

<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

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 : [email protected] 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 : [email protected].


  Files folder image Files (280)  
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 Plain text file CODE_OF_CONDUCT.md 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

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 100%
Total:653
This week:0
All time:4,920
This week:35Up