view tickets sorted by closed date

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
mcl
Posts: 4
Joined: Tue Jan 30, 2007 8:39 am

view tickets sorted by closed date

Post by mcl »

Is it possible to view all tickets sorted by closed date? I don't see the closed date recorded so maybe it could be done by last post date?

I don't mind editing the php a bit if someone can point me in the right direction...
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Possible yes, easy no.

In current version it would require some advanced SQL (join tickets and replies tables by trackid/replyto and then sort found replies by date), but that's unfortunately out of the scope of my support.

The next version of Hesk (0.94 currently still in Beta testing) will have sorting by last modified (which equals closing date if ticket is closed) integrated so you might want to wait for the release.
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
Post Reply