Jump to content

activa

Members
  • Posts

    737
  • Joined

  • Last visited

  • Days Won

    14

Reputation Activity

  1. Like
    activa reacted to Paul in Coupons get bugged after some time   
    Is it this? https://dev.blesta.com/browse/CORE-2829
    Resolved in 4.4. If this is the issue you are experiencing, there is a workaround mentioned in the task.
  2. Like
    activa reacted to huangsenli in 升级blesta 4.4.0原来如此简单   
    原来以为好复杂没有想到一下子就成功了
     
  3. Like
    activa reacted to Michael in 非常不错的blesta模板   
    Looking nice  Maybe a new logo though?
  4. Like
    activa reacted to throttle in New Blesta User   
    I started using Blesta a couple weeks ago.
     
    http://www.throttlehosting.net
    I am really liking it. Much better than our previous billing system
  5. Like
    activa reacted to Blesta Addons in No payments in Wizard Boxes template   
    i have found the issue, the jquery-client-x-x-x.js should be included in the head for the structure file, in our case it was in the footer before the body close tag.
  6. Like
    activa reacted to Paul in Gsuite and ssl selling   
    Is your default currency INR and the package importer created pricing in USD? You may have to update all your pricing, and switch it to INR. The pricing is imported based on a % markup from your prices in TSS, which are probably defined in USD. Not sure it's possible to import into another currency.
  7. Like
    activa reacted to Tyson in Reports - Tax Liability Error   
    Thanks, we'll take a look as apart of CORE-2911
  8. Like
    activa got a reaction from Paul in [Plugin] Blesta Addons Widget   
    If already you have a subscription you can doawnload it .
  9. Like
    activa reacted to Blesta Addons in [Plugins] My Orders   
    New Release 1.3.0
    - do not allow cancelling order with activated service .
  10. Like
    activa reacted to Blesta Addons in services log   
    from my point of view i think is better to have log for staff/client that way we can know wich staff has deleted a service, something like that
    staff id X deleted service XXX
    staff id X edit service XXX
    client id X updated contact id XXX
    client id X logged out
    staff id X added service XXX
    we have do something similar in our notification plugin, but it should have so many improvement to achieve a total loggin system, as now we only logging what events return . we have the attention to analyses POST request to add more actions/info to our actions, but we don't have ETA for it.
  11. Like
    activa reacted to Shane O-Mac in Blesta integreation   
    I just thought I would show off our integration of blesta :)
    what do you guys think?

  12. Like
    activa reacted to Jono in Users without an account can't close tickets on Blesta 4.3.0   
    Turns out it is an issue with permission for fetching the modal.  To fix you can alter app/client_controller.php starting at line 17 from
    // Allow states to be fetched without login if ($class_name == 'ClientMain' && (in_array(strtolower($this->action), ['getstates', 'setlanguage']))) { return; } to
    // Allow states and dialog to be fetched without login if ($class_name == 'ClientMain' && (in_array(strtolower($this->action), ['getstates', 'setlanguage'])) || $class_name == 'ClientDialog' ) { return; } This fix will be included in v4.4.  See CORE-2850
  13. Like
    activa reacted to Blesta Addons in [Plugin] Notification Center   
    this option is only for USA, and only for cpanel servers .
  14. Like
    activa reacted to Paul in Blesta 4.4.0 Beta 1 Released   
    For download and details, see https://www.blesta.com/2018/10/22/blesta-4.4-beta-released/
  15. Like
    activa got a reaction from mukesh in [Plugin] Notification Center   
    What about new/update tickets alert? And new order alert?
    Onesignal app will send notification to mobile phone ?
  16. Thanks
    activa reacted to Blesta Addons in [Plugin] Sync Clients Ids   
    Hello
    today we will release a new plugin called Sync Clients Ids .
    some blesta admins will see in dashboard that client Ids is not sync with Client ID Value, so the client id can be 50 and client id_value can be 120 and this related to the AUTO-INCREMENT bug in mysql, a related threads about this can be found here and here .
    so the plugin will fix this issue by sync the client_id_value with the client_id.
    Order
    you can order the plugin from this link
  17. Like
    activa reacted to Amit Kumar Mishra in [Plugin] Sync Clients Ids   
    nice work 
  18. Like
    activa reacted to Blesta Addons in Module WHMAMP?   
    hello sir
    we are ready, we already completed the code of the module , almost we need test and test .
  19. Like
    activa reacted to Tyson in client ID incremental wrong value   
    The client ID already is the auto-increment ID. That value increments every time a record is added, whether it was apart of a failed transaction or not.
  20. Like
    activa reacted to Paul in Prorata services ordered on the pro rata day may be $0.00   
    There's a bug in 4.3 where prorata services ordered on the prorata day can come up with a price of 0. The service is scheduled to renew the same day, so the customer would be invoiced shortly for the second  month. If you use prorata settings in your packages, this issue is resolved in 4.4, however here's some steps to resolve now if you need to. Be sure to back up the file first, and be sure to be running 4.3.2.
    You should be able to patch this issue yourself by making a simple file change as described below:
    Open the file /core/Pricing/Modifier/Type/Proration/Proration.php
    Find the following lines:
    Above that, add the following lines:
    The result should look like the following:
    Save that change and the issue should be resolved.
  21. Like
    activa reacted to Tyson in "systemEncrypt" API call not working.   
    It's unfortunate that even with null values set for the optional arguments it still fails.
    An alternative would be to call a different API end point that wraps systemEncrypt. For example, you could create a simple plugin for Blesta that defines a model and method that returns the value of a call to systemEncrypt.
    // Plugin model class MyPluginEncryption extends MyPlugin { public function encrypt($text) { return $this->systemEncrypt($text); } } Then, instead of calling systemEncrypt directly via the API, you call your plugin method instead.
    // API request $response = $api->post("MyPlugin.MyPluginEncryption", "encrypt", array('text' => 'test123'));  
  22. Like
    activa reacted to CanadaCloudHost in Virtualizor AutoPilot   
    So I and my team made this blesta plugin to automatic manage virualizor packages,
    In the configuration panel, You set your currency and price per resource.
    Then you configure how many packages you want to randomly generate within that range.
    For example, I want 6 packages to range between 2-4cores the plugin will automatically create 6 packages from small-1 to small-6.
    This will also create the plans inside virtualizor to ensure virtual machines can be deployed correctly.
    Prices will start around
    £7.50/mo branded
    £14/mo unbranded
     
    We may consider selling own license at later date here some examples.
     
     



  23. Sad
    activa reacted to electric in is time to talk about domains ?   
    The lack of a proper domain sales and management feature is what keeps us from switching to Blesta.  
  24. Like
    activa reacted to Amit Kumar Mishra in is time to talk about domains ?   
    i agree
    this must be a "must" in the "quick todo list"
  25. Like
    activa reacted to Amit Kumar Mishra in Blesta Bridge(Alphad) Download   
    i agree
    i feel, i will try and get some time to code this and may be donate it to community
     
    lets see, if i can
×
×
  • Create New...