sort by custom categories to export

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
conex
Posts: 16
Joined: Mon Sep 30, 2013 9:27 am

sort by custom categories to export

Post by conex »

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:

Write your message below:

hi.
I need the possibility to sort by custom categories to export the tickets.
is it possible?

thanks
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: sort by custom categories to export

Post by Klemen »

Not in HESK, but you should be able to sort or filter exported tickets in Excel.
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
conex
Posts: 16
Joined: Mon Sep 30, 2013 9:27 am

Re: sort by custom categories to export

Post by conex »

oh :/
i tried to add in export.php to order by custom2 but not work

Code: Select all

 <td class="borderTop alignTop"><b><?php echo $hesklang['sort_by']; ?></b>: &nbsp; </td>
<td class="borderTop">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="34%"><label><input type="radio" name="sort" value="custom2"  <?php if ($sort == 'custom2') {echo 'checked="checked"';} ?> /> <?php echo 'custom2'; ?></label></td> 
Klemen
Site Admin
Posts: 10147
Joined: Fri Feb 11, 2005 4:04 pm

Re: sort by custom categories to export

Post by Klemen »

You would also need to change the SQL and PHP code that generate the data, it is not enough just to add a new option to HTML.
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