Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saxena-aditya/visitor-management-system
Visitor Management System
https://github.com/saxena-aditya/visitor-management-system
Last synced: 9 days ago
JSON representation
Visitor Management System
- Host: GitHub
- URL: https://github.com/saxena-aditya/visitor-management-system
- Owner: saxena-aditya
- Created: 2016-10-06T11:21:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-06T21:43:17.000Z (about 8 years ago)
- Last Synced: 2024-08-02T14:05:13.970Z (3 months ago)
- Language: ActionScript
- Size: 1.2 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PHP based-Visitor Management System
VMS or Visitor Management System is an utility for the 'gate' guards who have to maintain a bulky and a very-hard-to-maintain record books for all the visitors that visit the college for their various reasons.
VMS has 4 sub- sections, Front Page (Home), Add Visitor (for adding new visitors), View Data (for getting the visitor details - all fields) and a Logged out Visitor page that shows Logged out visitor data for the present day!
DataBase Connects :
The project uses MySQLi as of now, to integrate the connections use the following 'keys';
DataBase Name = db_new
(stores visitor details and user details)
Table = info_visitor
N A M E
T Y P E
E X T R A
Serial
int(11)
AUTO_INCREMENT
Name
char(50)
Contact
bigint(10)
Purpose
varchar(100)
meetingTo
varchar(100)
day
varchar(50)
month
int(2)
year
int(4)
Date
date
TimeIN
time
ReceiptID
int(6)
Status
varchar(100)
Comment
varchar(100)
TimeOUT
time
registeredBy
varchar(30)
loggedOutBy
varchar(30)
imagePath
varchar(100)
StudentName
varchar(40)
courseYear
int(1)
Hostel
varchar(80)
Table Name = login_info
N A M E
T Y P E
E X T R ASnoPrimary
int(11)
AUTO_INCREAMENTuserName
varchar(30)
latin1_general_cspass
varchar(30)
latin1_general_csProject Development FINISHED SUCCESSFULLY
Thank you so much jhuckaby/ for the webcam plugin!
BY ~ Aditya Saxena