Jump to content

barryf

Members
  • Posts

    61
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by barryf

  1. So setTabs is not valid in the Client area then? The documentation states ""In all of the examples below simply replace Widget with WidgetClient if working in the client interface." Perhaps this should be updated. Thanks -Barry
  2. Sorry, maybe I didn't make myself clear. I am not referring to us being a wholesaler of Blesta itself. What I mean is we are wholesaling certain services, and want to provide our resellers with their own Blesta-based "company" with its own URL as a means to manage their end-user customers. We have all the information on their customers anyway - giving them their own Blesta-based "company" allows them to brand it as they wish, with its own URL for the client portal, etc. and their own staff logins. From a security or law point of view this is no different than keeping all of this under one instance (company) of Blesta, where we would hold all data on all resellers and their customers, so I don't see that as an issue at all. Regards, -Barry
  3. Hi I am trying to use tabs in a plugin widgit, but they just result in a blank page. If I change setTabs to setLinks it works fine. No errors, although I can't seem to turn on error reporting in Blesta (any pointers on that?) Am I doing something wrong or are tabs not allowed in the Client portal? Here is the code: $tabs = array( array('name'=>"Preferences", 'current'=>true, 'attributes'=>array('href'=>$this->base_uri . "widget/test/client_main/prefs/")), array('name'=>"Calls", 'attributes'=>array('href'=>$this->base_uri . "widget/test/client_main/calls/")), array('name'=>"Voicemail", 'attributes'=>array('href'=>$this->base_uri . "widget/test/client_main/voicemail/")), array('name'=>"Call Barring", 'attributes'=>array('href'=>$this->base_uri . "widget/test/client_main/barring/")), array('name'=>"Call Forward", 'attributes'=>array('href'=>$this->base_uri . "widget/test/client_main/forwards/")), array('name'=>"Reminder", 'attributes'=>array('href'=>$this->base_uri . "widget/test/client_main/reminder/")) ); $this->WidgetClient->clear(); $this->WidgetClient->setTabs($tabs); $this->WidgetClient->create("Voice Settings", true); ?> <div class="pad"> <div class="table_sec"> <div class="inner"> <div class="empty_section"> <div class="empty_box"> Hello </div> </div> </div> </div> </div> <?php $this->WidgetClient->end(); Thanks -Barry
  4. Hi We will be providing a wholesale service, so our customers will be comprised of resellers. We would like for each reseller to have their own self-contained Blesta site, where they in turn can manage their customers/packages etc. with their own staff Is Multi-company suitable for such a scenario, or is it only for one operator who is trading as multiple companies? Thanks -Barry
  5. On the subject of custom pdt files getting over-written - it would be a good idea if blesta supported a "custom" pdt file naming convention. For example, if file client_tickets_departments.pdt is the original, and I want to make a change, I can create a file client_tickets_departments_custompdt.pdt. Blesta then for any pdt file, if it sees a _custompdt.pdt it will use this instead of the normal .pdt file. This would mean there was no possibility of any custom view templates being over-written during an upgrade, and make it very easy to see which files have been customised. -Barry
  6. Hi, No, this is a green field. I am putting together a new system and need a billing component. Blesta has a lot of what I need. I am just trying to get my head around the amount of custom development that would be required to add the features I require. So far it looks like it is worth further investigation. A helpful community is always a good sign anyway! Regards, -Barry
  7. OK, thanks. -Barry
  8. Hi Yes, I can see that setting up/managing the products using the Universal module would be doable. I don't however see any existing mechanism for importing variable value line items for invoicing (i.e. CDR records). -Barry
  9. Hi Is it currently possible via a module or otherwise to bill/invoice for VoIP services via pre-rated CDR import? If not, are there plans for such a module? Thanks. BTW, I sent this back in the middle of Aug to sales@blesta.com (twice) but no reply. -Barry Flanagan
  10. Ah, thanks. Working now! -Barry
  11. Hi I have successfully installed Blesta 3 but when I reach the Initial Setup, and select "I want to start a 30-day free trial" I keep getting an error "The license key is invalid" as per the attached screenshot. This is a direct install on a local server, and there were no errors in the installation. I have tried with both Chrome and Firefox with the same result. Thanks -Barry
×
×
  • Create New...