swerlo Posted December 12, 2013 Report Posted December 12, 2013 I've already have had few suggestions and this is probably the last thing I have to suggest after taking the Blesta. While it's pretty normal for the admin to see the id of the clients, I do not think it's a good practice that this information is available from the client area. I think it doesn't look professional and human. When clients are logged in the client area they should not see the id number (#1501, #1502, 1503, etc). Quote
Michael Posted December 12, 2013 Report Posted December 12, 2013 They only see it at the top in the address title. I would like a customer to see their ID as it helps locating a customer. If a customer off site says my Client ID is: 1700, I can search them on the admin panel and pull their client information up. However it would be nice to turn it on and off, and choose where it is displayed, like I would like it on the top of the my info box like the admin area. Quote
swerlo Posted December 12, 2013 Author Report Posted December 12, 2013 As I know you should be able to search and find clients by their name. Also you can just click on their name from the support ticket, if that's the way you are receiving the request, and you'll be redirected to their profile. Quote
Ken Posted December 12, 2013 Report Posted December 12, 2013 I've already have had few suggestions and this is probably the last thing I have to suggest after taking the Blesta. While it's pretty normal for the admin to see the id of the clients, I do not think it's a good practice that this information is available from the client area. I think it doesn't look professional and human. When clients are logged in the client area they should not see the id number (#1501, #1502, 1503, etc). You're only seeing this on invoices right? That's the only place where it displays on our system which is completely normal. Whether from your cable company at home or one of your suppliers for your company it's pretty standard to see an account number included with your invoice. I disagree about it not being professional. If anything I think it is more professional having it. Especially when names can be changed. Account numbers can never be changed. Edit: Do you mean in the page title? If so then maybe there's a way to edit that in structure.pdt? Quote
Michael Posted December 12, 2013 Report Posted December 12, 2013 You're only seeing this on invoices right? That's the only place where it displays on our system which is completely normal. Whether from your cable company at home or one of your suppliers for your company it's pretty standard to see an account number included with your invoice. I disagree about it not being professional. If anything I think it is more professional having it. Especially when names can be changed. Account numbers can never be changed. If you view a client area, on the title of the page it says client #1500 | page name Quote
Ken Posted December 12, 2013 Report Posted December 12, 2013 If you view a client area, on the title of the page it says client #1500 | page name Yea I just noticed that and added it in my previous reply. It doesn't seem editable in structure.pdt... or is it? <title><?php echo (($page_title = (isset($page_title) ? $page_title : $this->_($page_title_lang, true, $get_params))) ? $this->Html->_($page_title, true) . " | " : "") . $this->Html->_($system_company->name, true);?></title> Quote
Michael Posted December 12, 2013 Report Posted December 12, 2013 Yea I just noticed that and added it in my previous reply. It doesn't seem editable in structure.pdt... or is it? <title><?php echo (($page_title = (isset($page_title) ? $page_title : $this->_($page_title_lang, true, $get_params))) ? $this->Html->_($page_title, true) . " | " : "") . $this->Html->_($system_company->name, true);?></title> To be honest I don't know where they save the page titles to edit haha. Quote
Ken Posted December 12, 2013 Report Posted December 12, 2013 To be honest I don't know where they save the page titles to edit haha. Unless anyone has any objection this would simply remove the customer number and pipe character. <title><?php echo $this->Html->_($system_company->name, true);?></title> Michael 1 Quote
Michael Posted December 12, 2013 Report Posted December 12, 2013 Unless anyone has any objection this would simply remove the customer number and pipe character. <title><?php echo $this->Html->_($system_company->name, true);?></title> Just won't show the page titles or other pages Quote
Paul Posted December 12, 2013 Report Posted December 12, 2013 Some customers may have multiple accounts with the same contact details, so a customer number helps identify the correct one. I agree that people don't like to be thought of as a number.. people are people not numbers. So, the question becomes, how do we make the number available to the customer in case they need to reference it, in a way that is respectful? Quote
Michael Posted December 12, 2013 Report Posted December 12, 2013 Some customers may have multiple accounts with the same contact details, so a customer number helps identify the correct one. I agree that people don't like to be thought of as a number.. people are people not numbers. So, the question becomes, how do we make the number available to the customer in case they need to reference it, in a way that is respectful? Like the admin area mate instead of my information? I think it looks cool and unique, but with a option to turn on or off, so people who don't want it can keep it off. Quote
swerlo Posted December 12, 2013 Author Report Posted December 12, 2013 You're only seeing this on invoices right? That's the only place where it displays on our system which is completely normal. Whether from your cable company at home or one of your suppliers for your company it's pretty standard to see an account number included with your invoice. I disagree about it not being professional. If anything I think it is more professional having it. Especially when names can be changed. Account numbers can never be changed. Edit: Do you mean in the page title? If so then maybe there's a way to edit that in structure.pdt? CubicWebs is right, I meant on the page title. Quote
Ken Posted December 12, 2013 Report Posted December 12, 2013 CubicWebs is right, I meant on the page title. Ahh yes he is. It'd be everything before and including the pipe character. Quote
MemoryX2 Posted December 13, 2013 Report Posted December 13, 2013 Put the client number in an uneditable field on the client info page, client number and sign up date 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.