Leaderboard
Popular Content
Showing content with the highest reputation on 07/21/2015 in all areas
-
The official Blesta License module for resellers is now available. It will be bundled with future Blesta releases, but you can download it here now. To install, download and unzip. Upload the "blesta_license" directory to /components/modules/, then follow the directions in the documentation at http://docs.blesta.com/display/user/Blesta+License If you don't have a reseller account, but have an owned license with us, you can sign up in the client area at https://account.blesta.com/client/login under the "Reseller" section. If you don't have an owned license and want to offer Blesta, email sales. If you have any comments or suggestions for this module, let us know! This module uses namespaces and requires PHP 5.4 Download the latest version: blesta_license_1.0.1.zip3 points
-
Setwidgetbutton Full_Screen
Blesta Addons and one other reacted to Tyson for a topic
Ah, yes, there is one more thing you will need to do since that UI event is not bound by default. The widget should have an ID set (e.g. "<section id='my_widget'>") then you add the JS to bind the GUI events, e.g.: <?php $this->Widget->clear(); $this->Widget->setWidgetButton("full_screen"); $this->Widget->create("My Widget", array('id' => "my_widget"), $this->Html->ifSet($render_section, null)); ... $this->Widget->end(); ?> <script> $(document).ready(function() { $("#my_widget").blestaBindGuiEvents(); }); </script> Then the full screen button should work.2 points -
[Components] Html Invoice
Kangaroo reacted to Blesta Addons for a topic
Hello All . this Components for invoice_ template , now the client can view the invoice in html format and then decide to download pdf format . screenshot EDIT : 3.0.0 + Added Support for 4.4.0 2.1.8 + rewrite HTML engine output . 2.1.7 + fixed invoice type numbering label in PDF + preparing the class for handling the PDF cached (EU invoicing system) + remove RTL alignement in PDF file to prevent malformed PDF file in RTL languages 2.1.6 + fixed invoice type numbering label in html + added col-md-x classes for better rendiring in devices + separate language file for HTML and PDF 2.1.5 + added button for edit invoice (staff view) + added jquery and bootsrap js + added bootsrap theme css 2.1.2 + added payment botton 2.1.1 + fixed logo design 2.0.1 + added link to return to client view + remove language difinition from invoiceinfo function output . 2.0.0 + fixed attach invoice in email in pdf format + recode the class to a new handle mime type . 1.5.0 + added print invoice botton . + added download PDF botton . + improuve code structure to be more flexible , now, you can almost control all the aspect from the template file . 1.0.0 + fix language vars. + cleanup code . ANY BUG, feedback post it here , we can improuve the work . as always the installtion steps is : 1 - download the file http://blesta-addons.com/plugin/store/main/item/6/ . for new release . 2 - upload the html_invoice folder inside components/invoice_templates directory . 3 - goto settings & Invoice Customization , and select html_invoice , then select in type HTML/PDF . 4 - enjoy the content . if you want to use your own template file , just go inside directory template , you will find the default one , copy it and change name , and change the html output as you want , then change the template used html_invoice.php from private static $template = "default" ; to private static $template = "you_template" ; the magic here is you can use your own html template for invoices , just go inside directory template , you will find the default one , copy it and change name , and change the html output as you want , then change the templated used in Invoice Customization setting . Best regards1 point -
[Gateway] Paypal Payments Universal
kikloo reacted to Blesta Addons for a topic
Hello All . The Gateway is no longer offered for free , you can check the pro version that has all the working features and the bug-fix . This Gateway allow you to accept paypal payment with any used currency in your site . as always the installtion steps is : 1 - order the file http://blesta-addons.com/plugin/store/main/item/14/. 2 - upload paypal_payments_universal folder inside components/gateways/nonmerchant directory . 3 - Goto gateways and install it , configure the paypal setting and select the currency to be used instead of no accepted currencies . this Gateway require a Pro Subscription Best regards1 point -
1 point
-
If you want to make additional language available to a template from a different area of the system, you will need to load it yourself. This requires that you update the controller(s) that you want to use it, and load the language file. e.g. Open the /plugins/support_managerpro/controllers/client_tickets.php controller Find: public function reply() { Below that line add: Language::loadLang("client_services"); Save the file, then use language definitions from that language file in /plugins/support_managerpro/views/default/client_tickets_reply.pdt1 point
-
Like I said above… See: http://screencast.com/t/QNrGoX4gB1 point
-
Whmcs Migrator (Beta) - Updated 2013-11-12
Blesta Addons reacted to kikloo for a topic
Guys, the importer imports -1.00 price plans out for domains WHMCS needs -1.00 to disable price tiers but Blesta imports them over and they come as a option. Need to prevent that1 point -
Looking For Dev For Powerdns Module
André P. reacted to EidolonHost for a topic
I'd personally recommend ModulesBakery, but that's just me.1 point -
Have a chat with the developers we've listed the ones we recommend here: https://licensecart.com/billing/plugin/support_manager/knowledgebase/view/233/recommended-developers-for-blesta/3/1 point
-
The docs list each email template, which includes tags available to each of them.1 point
-
1 point
-
You can't reliably force the display of a PDF invoice in the browser. Some browsers will not know what to do with the PDF and prompt you to download it instead. Rather, I think the better solution is to have an HTML version of the invoice that can be viewed in the interface. Then you'd have the option "View" and "Download".. view displays the HTML invoice and perhaps allows you to pay, or links to make payment, and download sends the PDF version as it does now. We have a discussion going about this, but we welcome feedback on the details of how this should look.1 point
-
Blesta Module And Plugin Developer
niyo reacted to Blesta Addons for a topic
and what about the custom works ? i know there are a lot of module/plugins already done by devs but is not available for other clients . i have some that will be or other maybe for free and some PAID , but not now . when i client hire me to develop a module/plugin and tell me that the work should not be selled to others, i never never accept . i accept only if the client accept my two conditions 1 - i have the right to sell the work (module/plugin) to others after X mounth from finishing the work . 2 - i have the right to publish the work freely after X mounth from finishing the work . for my vision, the client pay for the service and not for my CODE . i can conserve the work in the background and releasing it only if a i found/feel that work is for a MADE-HOUSE custom solution . so be happy , ihave some modules/plugins will be for the community in some next mounths1 point -
1 point