Jump to content

Blesta Addons

Alpha Developers
  • Posts

    4,868
  • Joined

  • Last visited

  • Days Won

    390

Everything posted by Blesta Addons

  1. as i know whmcs's Openprovider module was created by Openprovider team , you can contact them to do blesta module . for the domain + hosting , you can sell them together by using the order domain and other type .
  2. i have not take time to check the database and this was stored, but if you edit the template i think it will be saved with the new html tags .
  3. not sure if this a bug or normal case . i have a plugin that inject a email template content . the HTML is like this <div itemscope itemtype='http://schema.org/EmailMessage'> <div itemprop='action' itemscope itemtype='http://schema.org/ViewAction'> <link itemprop='url' href='https://{admin_url}/billing'></link> <meta itemprop='name' content='View Billing'></meta> </div> <meta itemprop='description' content='View Billing on Dashboard'></meta> </div> in email template i see the fallowing code in open source <div itemscope="" itemtype="http://schema.org/EmailMessage"> <div itemprop="action" itemscope="" itemtype="http://schema.org/ViewAction"> </div> </div> <p> </p> <p> <link href="https://{admin_url}/billing/" itemprop="url" /> </p> <p> </p> <p> <meta content="View Billing" itemprop="name" /> </p> <p> </p> <p> <meta content="View Billing on Dashboard" itemprop="description" /> </p> the same coe when i add it to any other template email it converted to the second one . note i add code in source code version not as a plain text i don't know if MCEeditor convert it to this or is store withe this code . is this a normal case?
  4. checked before but it was not working, i will check again with v4 .
  5. it would be nice and easy to add the ticket URL to the ticket new ticket received template .
  6. he need also the Module top provisioning the VM . and a map file for old whmcs module to the new blesta module . also blesta need to take care about package_group_id value in the imported services . because allthe large company use addons, and with a null value the addons will not work in the imported services .
  7. select the currency in admin side is good feature to have .
  8. cPanel has the same feature in transfer of backup restore action . you can watch the progress in browser , and close the browser , return again and open the task to see what the task is doing now ... so +1 .
  9. You want to override the price of the invoice or of the service ? maybe you know you can do this manually , and just not check the deliver invoice , you client will not receive it in creation . For some countries this is prohibited , because once invoice created you can't change or edit the lines in invoice .
  10. Not all people know english , and if they found someone that can speak their native languages they prefer use it .
  11. I will do a plugin only for this purpose later ... it will be free .
  12. Use this plugin
  13. You need a fucntion that in the end of every mount convert all client's invoices created during this month to a new invoice grouping all lines of this invoices ? this can be done via a plugin. PM if you want This .
  14. Sorry , i tought is talking about interworx .
  15. a module for internetx already exist in blesta with the core pakage .
  16. Yes , you can . maybe something like $reply_data = array( 'ticket_id'=>9, 'vars' => array( 'ticket_id'=>9, 'staff_id' => null, // the reply is from this staff user 'client_id' => 2, // the reply is from this client user 'contact_id' => null, // the reply is from this client contact user 'type' => "reply", // this is a ticket reply 'details' => "API reply", // the ticket reply description 'status' => "open", // status of the ticket 'staff_id' => null, // the staff user the ticket is assigned to ), 'files' => null, 'new_ticket' => false // this reply is for a newly created ticket ); $response = $api->post("support_manager.support_manager_tickets", "addReply", $reply_data);
  17. @Tyson is there any method to add our contact or overwrite the defined constant without touching the core files ?
  18. a plugin can do this . if you need it PM me .
  19. Not sure which plugins you are talking about . from my part all my plugins/ modules will be upgraded to be fully v4 compatible . we have begin the most used free plugin "cookies cutter" , we have added so many option now to that plugin, the next is clean orders and resend welcome email . i think they need just a small Html code change . We have Logicboxes Reloaded already upgraded , but we will not release it now, as we respect other developer that has a paid version, so we don't want to disturb his business .
  20. If someone need to audit my coded code, no problem for me, just he should pay the opens source version and make the audit he want. i can't give my open source version of my paid plugin just because 1 client need a audit report . also i'm open to any bug-fix if exist one .
  21. Send us the API link , we can give you a quote .
  22. My plugin will work only with the core support manager .
  23. when you want to Schedule Cancellation for service you get 3 option, End of Term , Specific Date and Do not cancel . when you select end of term (it mean the date the contract end) that has nothing to the date you set it even if 1 mount before or two days before service end date .
  24. اي نوع من الترخيص لديك ؟
×
×
  • Create New...