Attendance Management System
Free and Open source SCM Attendance Management System is a complete system for any organization to take attendance of its staff. It is written in PHP and released as an open source project under GPL v3. This software is web based and easier to setup. First install and set up WAMP or LAMP depending upon the operating system you are using. Then create a database ‘attendance’ and import the attendance.sql file into that database. This will create all the tables and required initial data into the database. Now copy attendance folder and paste it in your web servers root folder. Root folder for WAMP will be c:/wamp/www while for LAMP it will be /var/www/html. Now open your web browser and navigate to the attendance folder on your localhost. At the moment, there no index.html file in this software. You can create your own index.html file and link any URL like Login.php to this index.html page.
Please click on the link to download from sourceforge.net. [Download]
Features:
- Attendance Report
- Fine calculation
- News of the day Rotator
- Admin interface
- Change password
- Calendar
- Monthly attendance report
- User detail
Related Posts
- 10 Best PHP Programming Resource Websites
- Logout your Facebook Account From other Computers
- ICTFax versus Hylafax – Which is for me?
- ICTFAX – Open source online fax and email to fax solution
- Top 3 open source voice broadcasting softwares
- Learning Module development in Drupal 7
- ICTDialer: An open source Voice, SMS, Fax Autodialer
- Moneybookers Payment Module for Ubercart Drupal 7
- Super Awesome Advanced CakePHP Tips
- Web Client Programming with Perl
10 Responses to Attendance Management System
Leave a Reply Cancel reply
Popular Posts (last 30 days)
- Attendance Management System 1525 view(s)
- Advanced Java Tutorial (For Intermediate) 765 view(s)
- JAVA Graphical User Interface (GUI) 724 view(s)
- Graph Implementation in C++ 535 view(s)
- File Handling using Input-Output Streams in Java 465 view(s)
- Linked lists in C++ 433 view(s)
- Sockets and Network Programming in Java 373 view(s)
- UDP Datagram Sockets in Java 349 view(s)
- Applications of Stack in data structures 348 view(s)
- Circular Linked Lists 330 view(s)








Thanks for sharing information. Attendance Management Software is very accurate and powerful. It handle all the records of monthly attendance record, fine record etc.
[...] Visit publisher site: Attendance Management Software – Free and Open source [...]
Fatal error: Call to undefined function session_is_registered() in C:\xampp\htdocs\attendance\include\checksession.php on line 2
there’s an error. What should I do?
Can you help me?
this error due to the old php version used in this system. you can using wampserver, and download addon php 5.2
kasih tutorial yang lengkap dong gan.. biar kita2 yang gaptek bisa ikut belajar..
please need help when aim give any one holady its not working
but when give all its working i need give one name only what can i do?
it is working fine in my local machine but when i tried to host it in ubuntu server i am unable to login in .database connection is fine but dono y m unable to login
I have exactly the same problem.
You have to check the file path of the config file ‘include\config.php’ changed to ‘include/config.php’.
i have changed From :
include_once(“include\config.php”);
To :
include_once(“include/config.php”);
And now its working fine !
Check the path in every file !
Hope this will help you.
Why am I getting Session Expired! even though the users default is entered correctly, admin and password admin123