[SOLVED] Detailed auditing

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
ttuhsc-user
Posts: 12
Joined: Fri Sep 14, 2012 9:21 pm

[SOLVED] Detailed auditing

Post by ttuhsc-user »

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

Write your message below:

Does HESK already do detailed internal auditing? For example, is it possible to get this kind of data from the database using sql statements:

1. Sally initially self-assigned the ticket to herself at 09:00, then she re-assigned it to Joe at 09:10

2. Joe changed the category from A to C at 10:05, and he also changed the status from New to Replied at 10:10

3. Joe edited his previous reply at 10:15 and these were his changes, then he edited it again at 10:18 and these are his latest changes.

Thanks!
Last edited by ttuhsc-user on Tue Feb 26, 2013 8:35 pm, edited 1 time in total.
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: Detailed auditing

Post by Klemen »

Such detailed auditing is logged in sentences by HESK and doesn't show in the database structure, so it can't be used for example for creating reports directly.

You will find the history in HTML code in "history" column of the hesk_tickets table. Or, you will see it at the bottom of the page when viewing a ticket from the admin panel.
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
ttuhsc-user
Posts: 12
Joined: Fri Sep 14, 2012 9:21 pm

Re: Detailed auditing

Post by ttuhsc-user »

Wonderful! The Ticket History is exactly what I needed! thanks :-D
Post Reply