Change Ticket ID

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
Darrell
Posts: 6
Joined: Mon Jan 14, 2008 9:38 pm

Change Ticket ID

Post by Darrell »

Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: Seaarched for Ticket ID

Write your message below:
Is it possible to change the ticket id to this? 80001.......80002...etc
The 8 stands for the the year and then the next 4 numbers would be sequential in order.


Also a feature to add (maybe I missed it.)

End user registration so they don't always have to add all the info when they submit a ticket, that way they have a user name and password and they can login and submit a ticket.

Thanks for a Great Script.
sua
Posts: 8
Joined: Mon Jan 14, 2008 2:34 am

Post by sua »

I'm second to this request. Instead of having tracking IDs like "XGQLQ1ETQ1", is it possible to have tracking IDs like 123456?
DC
Posts: 138
Joined: Sun Dec 09, 2007 9:28 am

Post by DC »

I will help answer this one, that would be a bad idea. The whole idea is that they are nearly un-guessable ids they double as the password to that allows viewing of a ticket, so what Klem has done is on purpose as sequential numbers and such would be too simple to break you have to remember there is noo registration password as with other systems this makes it simple for the end users.

Why you would want that is beyoond me ...
I am sure he will answer you on this as well.

DC
To Code Or Not To Code That Is The Question?

Was my post of any help to you? if so please do [url=http://www.clickcraft.net/slice_donations.php][b]Buy Me A Slice[/b][/url] ...
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

What DC said is true. The randomly generated ID serves as sort of a password so customers don't have to register and login to submit/reply/view their tickets. If you just had an incremental one anybody could read any ticket.

Besides, I believe there already was a topic on this subject. I don't remember if anyone offered a solution, try searching the forum.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
sua
Posts: 8
Joined: Mon Jan 14, 2008 2:34 am

Post by sua »

I have to agree with you two on this. However, in my case, I don't think it would be an issue as this is only being used on an internal local intranet server.

I still like to see a solution for this though because it would be much easier for our employees to remember their IDs.
puniksem
Posts: 47
Joined: Thu Nov 01, 2007 12:25 pm

Post by puniksem »

Why is there a need for employees/users to remember their ticket number/s when ticket responses are posted out as emails purely to remove the requirement of remembering ones ticket ID.

Also why the need to have a year of creation reference when all tickets are date and time stamped?

I get more than 600 tickets in an average week and have no problems reported concerning lost ID's.
Post Reply