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]
Vote for Us
Like our script? Rate it atHotScripts > Hot Scripts
Features:
- Attendance Report
- Fine calculation
- News of the day Rotator
- Admin interface
- Change password
- Calendar
- Monthly attendance report
- User detail
23 Responses to attendance management system
http://sourcecodemania.com/attendance-management-system/#comment-194
Can you help me?
To :
include_once(“include/config.php”);
Check the path in every file !
Hope this will help you.
this site are actually amazing for people knowledge, well, keep up the nice work fellows.
Password: admin123
I uploaded the files to file manager and sql code to phpmyadmin on Cpanel.
When I try to open login.php it says
Internal Server Error
Please help me
http://192.168.2.2/html/attendance/admin.php?uid=28
In /include/config.php at line with mysql_select_db($dbname); is missing the reference path. In this case selectDB instruction is
redirected to blachHole. Add $conn to select_db.