Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/02/2015 in all areas

  1. 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 regards
    2 points
  2. I created CORE-1556 a couple weeks ago to address this. It will ensure the billing overview widget is installed by default, on the primary staff user upon installation. It's very easy to overlook when it's not there by default.
    2 points
  3. Agreed. Please see CORE-1573
    2 points
  4. the portal plugin was not enabled for this company. SOLVED
    2 points
  5. Tyson

    Monthly Turns Into 3 Months

    Nice catch. That's actually a separate issue I described in CORE-1574. It will also be fixed for the next version.
    1 point
  6. If dvhost wants to modify payment form (e.g. client_pay), i think isn't so easy because Blesta get this label from DB and not in language definitions (Blesta isn't yet full multi-language). In this case my solution is: 1. add the following in "language/it_it/client_pay.php" $lang['PayPal Payments Standard'] = "PAYPAL as you want"; 2. edit app/views/client/bootstrap/client_pay_method.pdt#81, replecing $this->Html->_($gateway->name); with $this->_($gateway->name); This works for me.
    1 point
  7. Gateway Language file. components/gateways/nonmerchant/paypal_payments_standard/language/en_us/paypal_payments_standard.php
    1 point
  8. Paul

    License Revalidation

    Are you using nginx? This is a duplicate of this thread - http://www.blesta.com/forums/index.php?/topic/3923-critical-keep-getting-call-to-undefined-function-crypt-random-when-trying-to-install-blesta/ A solution was discussed there, which has to do with the include path.
    1 point
  9. Michael

    [Components] Html Invoice

    Every update you miss, you are missing out on a lot and including new plugins / modules...
    1 point
  10. Thank you! This simple integration was just what I needed! I am testing Blesta and this quick fix is a life saver!
    1 point
  11. Michael

    Selling Domain Names

    Yeah I added two options on the list, some like to sell a lot more so it's easier by price, or you can do one by one
    1 point
  12. Much more useful would be something like WordPress Multisite provisioning. Like it exist for WHMCS - http://wordpress.org/plugins/remote-provisioning/ Just my dream
    1 point
  13. +1 for someone excited about it...since I use wordpress for every site that I make...saving me a bit of integration would be nice
    1 point
×
×
  • Create New...