evolvewh Posted August 31, 2015 Report Posted August 31, 2015 It would be nice to have the client listed for each ticket. Possibly between priority and department. It can get a bit confusing if a lot of tickets are open and this would make it easier to glance at them vs. opening each up one by one. activa 1 Quote
Michael Posted August 31, 2015 Report Posted August 31, 2015 You can see them when you open the ticket though and on the last reply. Quote
evolvewh Posted August 31, 2015 Author Report Posted August 31, 2015 You can see them when you open the ticket though and on the last reply. I know but if you just want to quickly glance through them to see what you have to deal with, it would be much easier to have the clients name listed right there. I don't think it would be too hard to add and I may work on doing it. I think I can figure it out. Quote
evolvewh Posted August 31, 2015 Author Report Posted August 31, 2015 What do you think of this? Yes, something along these lines. I think you're using the free Pro version, right? Quote
Fantasma Posted August 31, 2015 Report Posted August 31, 2015 Yes, something along these lines. I think you're using the free Pro version, right? I'm using an exclusive/proprietary and highly customized version that I am paying for custom development on, of Pro with a ton of features/enhancements and more coming as quickly as Paulo gets them done. Quote
Tyson Posted August 31, 2015 Report Posted August 31, 2015 If the ticket is emailed in, there may not be a client. We can display the email address that created the ticket instead, though, like the last reply currently does. evolvewh 1 Quote
evolvewh Posted August 31, 2015 Author Report Posted August 31, 2015 If the ticket is emailed in, there may not be a client. We can display the email address that created the ticket instead, though, like the last reply currently does. That would work. I've tried using the code used in admin_tickets_reply.pdt and it pulls the email address but it's blank on many of them. I'm missing something to call the client ID and haven't figured it out yet. Modifying the language file for the header was easy to do. This is what I tried using without success: <td> <?php if (!empty($client)) { ?> <a href="<?php echo $this->Html->safe($this->base_uri . "clients/view/" . $this->Html->ifSet($client->id) . "/");?>"><?php echo $this->Html->concat(" ", $this->Html->safe($client->first_name), $this->Html->safe($client->last_name));?></a> <?php } elseif (!empty($ticket->email)) { ?> <a href="mailto:<?php $this->Html->_($ticket->email);?>"><?php $this->Html->_($ticket->email);?></a> <?php } ?> </td> Quote
Tyson Posted August 31, 2015 Report Posted August 31, 2015 The ticket listing page probably doesn't make the client's name available for each ticket. You would need to update the controller to fetch each client yourself before they would be available to the template. Quote
PauloV Posted August 31, 2015 Report Posted August 31, 2015 For any one asking Yes im helping on this "giant" custumisation based on my Support Manager Pro Plugin mode Lots and lots of features, its the best weel coded support manager pro i have (still working on it), made for now + 1 for this features, its easy to implement Blesta Addons 1 Quote
evolvewh Posted August 31, 2015 Author Report Posted August 31, 2015 The ticket listing page probably doesn't make the client's name available for each ticket. You would need to update the controller to fetch each client yourself before they would be available to the template. I figured that was the case. I'm guessing this isn't something that you guys want to have added to the core? Quote
Tyson Posted August 31, 2015 Report Posted August 31, 2015 I wouldn't mind including a column for the client's name (or email, if unknown). e.g. Assigned To John Doe email@abc_xyz.com Quote
Michael Posted August 31, 2015 Report Posted August 31, 2015 I wouldn't mind including a column for the client's name (or email, if unknown). e.g. Assigned To John Doe email@abc_xyz.com I was talking to him about a tooltip on the ticket ID with the client name if it's known evolvewh 1 Quote
evolvewh Posted August 31, 2015 Author Report Posted August 31, 2015 I was talking to him about a tooltip on the ticket ID with the client name if it's known I honestly think there is plenty of room to add one more column in this table. Just my opinion. Quote
evolvewh Posted August 31, 2015 Author Report Posted August 31, 2015 I wouldn't mind including a column for the client's name (or email, if unknown). e.g. Assigned To John Doe email@abc_xyz.com If I can figure out the code for the controller, I can post it all here and you can make sure it meets Blesta standards. Quote
Michael Posted August 31, 2015 Report Posted August 31, 2015 I honestly think there is plenty of room to add one more column in this table. Just my opinion. Clutter Quote
evolvewh Posted August 31, 2015 Author Report Posted August 31, 2015 Clutter You haven't even seen it..... wait until I get it figured out and show you! Quote
serge Posted September 1, 2015 Report Posted September 1, 2015 In close connection to request here: http://www.blesta.com/forums/index.php?/topic/4866-admin-interface-display-at-billing-or-support-choose-data-to-include-as-columns-in-a-table/ Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.