SkyDesk v1.3
SkyDesk is a tiny but yet powerful ticket management system crafted using the beautifully Bootstrapframework together with PHP and MySQL.
SkyDesk comes with the following features:
– Admin and Agent user interface with full overview
– Client user interface where one can and create, view or modify his/or her ticket(s)
– Dashboard showing alers and statistics
– Ticket management
– User management
– Category management
– Settings
This package contains:
– php files for the acctual system
– mysql file for table creation
– This README.txt file
Installation:
1. Use the install_sqltables.sql to populate the tables on your MySQL server
2. Edit connect.php and specify your servername, username, password and database
3. Upload everything except the README.TXT and the sql file to your webserver
4. Login with username: admin password: admin123 and create the first Agent
Remember to change the Admin password!
ChangeLog:
v1.3 (Jan 8, 2014)
– Changed password hashing
– Added additional security to forms
v1.2 (Dec 22, 2013)
– Cleaned up the code
– Removed a few whitespaces
v1.1 (Dec 16, 2013)
– Bugfixes for usercreation
v1.0 (Dec 14, 2013)
– First version out