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
sort by custom categories to export
Moderator: mkoch227
Re: sort by custom categories to export
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 
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


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
Re: sort by custom categories to export
oh :/
i tried to add in export.php to order by custom2 but not work
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>: </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>
Re: sort by custom categories to export
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 
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


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