Web Development Thread, ICT support system in Coding and Web Development; I guess a lot of people have their own web ticket based ICT support systems. I just designed a web ...
I guess a lot of people have their own web ticket based ICT support systems. I just designed a web database to be as simple to use as possible so people can submit and check jobs easily. The basic idea was to have one page that would show the ICT support jobs and be easily update able with 1 click by an admin. I based it loosely on the commercial Spiceworks software.
- Submit jobs via a simple form
- Progress, last action, ticket open/closed options
- Simple to use
- Sends email when a job is closed
Does anyone else have a custom system that they would like to share? I'm looking at adding more useful features.
Last edited by zag; 1st December 2008 at 11:25 AM.
Follow the Readme.txt to install on your web server. It's ASP based so you will have to enable that in IIS. It should work on any XP, Vista or 2003 machine with IIS installed.
mmmm looks good, i am goin to try and mod this to run off our AD as giving staff a new system to remember a different password too....and signing up to something, filling in their email etc....
shouldnt be too hard really, i have also changed the look and feel of it a lil so far will see if it gets used tho
Cool, let me know how it looks when your finished.
You shouldn't really need to give out any new details or passwords, that's just for the admin side of things. We just entered all the staff emails into the user management page. The system is based on email addresses so staff just choose their name from the list, and that has the emails stored in it.
I looked at AD integration but it seemed a little overkill for my situation.
Hmm not sure about that one, asp should be standard with any IIS install, looks the same as mine. It looks like it can't even find the default.asp page so it must be a config thing somewhere. Try it on the default website maybe in its own directory.
Last edited by zag; 19th December 2008 at 09:54 AM.
Small update posted that jumps to the selected job when you update its progress or status.
Also removed the email functions on initial install to make it work out of the box. Read the readme.txt to find out how to enable automatic emailing when jobs are complete.