If you're referring to [billing] -> [services] as naja7host described, then since there is a tooltip to show the customer's name, you could update the template to add a dedicated column to the table for it instead.
I like the idea of you being able to choose data you want to include as columns in a table for more flexibility. That would be a good feature request.
Currently, there is no option for re-activating a service after canceling. If customer decides to come back with the same information, now, there are 2 services with the same information, one is active, one is canceled. Doesn't look good from my view.
Can you add an option allowing re-activating a canceled service please?
Thanks.
Idea from here:
http://www.blesta.com/forums/index.php?/topic/4862-display-customer-name-at-blesta-admin-panel-services-list/
At each of these bellow 4 Blesta Admin Panel display:
-------------------------------------------------------------------- - [billing] -> [services] - [billing] -> [invoices] - [billing] -> [Transactions] - [support] -> [Tickets] ----------------------------------------------------------------------- Be allowed to choose data you want to include as columns in a table for more flexibility.
Example, be allowed to display "customer name"
I have the working Synergy Wholesale domain management plugin. It will be released this coming week. Hosting and SSL support will happen in the next few weeks.
Are you sure only the CSS is not loaded?
It looks like you're using $this->view_dir outside of PHP. I would guess this is the problem with each of the URLs you listed.
e.g. this:
$(this).blestaSetHeadTag('script', {type:'text/javascript', src:'". $this->view_dir ."js/jquery.modal.js'});
should be:
$(this).blestaSetHeadTag('script', {type:'text/javascript', src:'<?php echo $this->Html->safe($this->view_dir ."js/jquery.modal.js");?>'});
At this stage we have developed the domain registration and DNS management functions of the API. It is current being tested. The next phase will be the other Synergy functions such as Hosting/SSL and whatever else is required. Please indicate below what features other than domain management that you need now.
This might be a good option. I know in that case, manual creating is needed. But it can be done easily by a create button, click to that, Blesta connects to server and create an account with existing information from Blesta.
Thanks.