Jump to content

Show tickets with status "In Progress" in main ticket view.


Chris74

Recommended Posts

Hi I'm looking for a way to show tickets that are "In Progress" in the main ticket list. Currently, only tickets that are "Open", or "Customer Reply" show up. It means that we sometimes forget these in progress tickets. The only way to show them is to choose the option from the Support menu.

 

Is there an easy way to do this via an admin template modification?

Link to comment
Share on other sites

Hi Chris,

 

I can think of at least two ways to do this by modifying an admin template - i'll give you both and then you can figure out which suits your need best...

 

1. you could modify the Admin menu and make the main "Support Tickets" link show all tickets...

 

in menu.tpl, change line 72 from...

 

    {if in_array("List Support Tickets",$admin_perms)}<li class="expand"><a id="Menu-Support-Support_Tickets" href="supporttickets.php">{$_ADMINLANG.support.supporttickets}</a>

to...

    {if in_array("List Support Tickets",$admin_perms)}<li class="expand"><a id="Menu-Support-Support_Tickets" href="supporttickets.php?view=any">{$_ADMINLANG.support.supporttickets}</a>

 

2. if you wanted to modify the Stats bar at the top (the one that shows pending orders, overdue invoices and tickets awaiting reply), you could edit header.tpl and line 71 and replace...

 

            <a href="supporttickets.php">

with...

            <a href="supporttickets.php?view=any">

Link to comment
Share on other sites

i think there is a way witch is more easy!

 

Go to "Setup->Support->Ticket Statuses" select "In Progress" and press edit. Now select "Include in Active Tickets" and

save.

nice spot, but in my setup "In Progress" is already ticked and it doesn't appear in the ticket list when clicking on support tickets.

 

instead, if you want to avoid editing the templates, you can tick the "Include In Awaiting Reply" checkbox.

 

http://docs.whmcs.com/Support_Ticket_Statuses

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated