Ticker

6/recent/ticker-posts

Online Attendance Management System in PHP

  


Online Attendance Management System in PHP is an innovative tool to maintain and manage the attendance of students/employees. These tools can be a software to monitor attendance details.

Prefixing a word “online” to this tool makes this tool very resourceful technique. This is because now this tool can be accessed from anywhere around the globe.

So an online Attendance Management System is an innovative way to monitor and track the attendance of students/employee.
Also this provides a transparency in the system so that each student can view their attendance from anywhere , anytime.

Features of the project

As soon as a teacher or a student joins the institution, he/she is requested to sign up to the online attendance management system. After this, admin is required to review and approve their account activation.
As their account gets approved, they can access to their account.

Users / Actors Of System

  1. Teacher
  2. Student

Teacher

  1. He/she is required to create account and then gets approved by the admin.
  2. Teacher can Choose/assigned Multiple lectures.
  3. Teacher can Manage Multiple lectures multiple students Attendance.
  4. View the list of students assigned to them.
  5. Mark attendance after each lecture
  6. View attendance of each student assigned to them.
  7. Generate/Download Report of attendance in PDF Format
  8. Check Average Attendance
  9. Update Profile
  10. Upload Profile Pic
  11. Update Password(encrypted format)

Student

  1. He/she needs to create an account.
  2. Students can register himself/herself for Multiple lectures.
  3. Students can Check Attendance for Multiple lectures.
  4. Can view their attendance from anywhere around the globe.
  5. Generate/Download Report of attendance in PDF Format
  6. Check Average Attendance
  7. Update Profile
  8. Upload Profile Pic
  9. Update Password(encrypted format)

Brief overview of the technology:

Front end: HTML, CSS, JavaScript

  1. HTML: HTML is used to create and save web document. E.g. Notepad/Notepad++
  2. CSS : (Cascading Style Sheets) Create attractive Layout
  3. JavaScript: it is a programming language, commonly use with web browsers.
  4. Bootstrap : for responsive and mobile friendly design.
  5. JQuery.
  6. Ajax.

 

Back end: PHP, MySQL

  1. PHP: Hypertext Preprocessor (PHP) is a technology that allows software developers to create dynamically generated web pages, in HTML, XML, or other document types, as per client request. PHP is open source software.
  2. MySQL: MySql is a database, widely used for accessing querying, updating, and managing data in databases.

Software Requirement(any one)

  • WAMP Server
  • XAMPP Server
  • MAMP Server
  • LAMP Server

Installation Steps

1. Download zip file and Unzip file on your local server.
2. Put this file inside "c:/wamp/www/" .
3. Database Configuration
Open phpmyadmin
Create Database named attendance
Import database attendance.sql from downloaded folder(inside database)
4. Open Your browser put inside "http://localhost/project folder/"

</!doctype>