Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/23/2015 in Posts

  1. Hello Again we bring free and exclusive content , this time is the Resend Welcome Email plugin . Plugin initially developed as an utility for admins to resend the welcome email to a given client , this will reduce the time to answer some tickets and give a easy way to the staff . description from blesta staff : screenshoot : This Plugin is tested in our test server , no bugs at the moment . this plugin requiere the Access (Free) subscription . Order Link as always the installtion steps is : 1 - download the file http://blesta-addons.com/ 2 - upload the resend_welcome_email folder inside plugin directory . 3 - goto plugins , and install resend welcome email Plugin . 4 - enjoy the free content . The Plugins / Modules take from us a lot of time , so any donation are welcome . Any Suggestion/Bug Please report it here .
    4 points
  2. The current behavior, where {num} starts back at one, is expected with the use of the other temporal tags {day}, {month}, and {year}. When the invoice is created, the formatting set on the invoice replaces these temporal tags with their current values. If you had "{num}-{month}", then the {num} would start over at 1 with the first invoice in every new month. Similarly "{num}-{year}" would start the number at 1 with the first invoice of every new year. To avoid having the {num} start at 1 again, you would have to stop using {day}, {month}, or {year} tags.
    2 points
  3. @naja7host, well done but... fix "Resend welcoe email" label in sidebar menu!
    2 points
  4. Hello Again we bring free and exclusive content , this time is the CookieCuttr plugin . The CookieCuttr plugin wraps up the popular CookieCuttr jQuery script which is designed to provide an attractive solution to complying with EU Cookie Laws. the plugin can : Show Notice cookies use in top or bottom of pages . Select beetwenn 4 CSS style . TODO LIST : - show notice for guest only , or guest and client both . - option to enable/disable the googleanalytics message 'accept/decline the analytics cookies also) - option to Disable parts of your page and display a message . - add privacy page to notice - enable/disable the (reset cookies button / decline button / accept button) - enable the notice in just certain page (order form / support ticket ...ect ) screenshoot : the second style view on bottom of page This Plugin is tested in our test server , no bugs at the moment . as always the installtion steps is : 1 - download the file from client area . 2 - upload the cookiecuttr folder inside plugin directory . 3 - goto plugins , and install cookie cuttr Plugin . 4 - enjoy the free content . Any Suggestion/Bug Please report it here .
    1 point
  5. Or you can go to Settings > System > Staff > Staff Groups, and simply re-save your staff group to clear the cache.
    1 point
  6. Yes , is already fixed, just re-download the plugin again . version 1.1.0 is out .
    1 point
  7. I believe that's ticked by default.
    1 point
  8. thanks cody ; i have successfully added your solution to my HTML invoice . now i can't worry about updates !! i will release the updated HTML invoice later this week with some enhancement .
    1 point
  9. If you have made a payment type: Settings > System > General > Payment Types. Then make one called etransfer. Then go to their profile, click record payment then put in $420. Don't tick an invoice and click send email and save. The cron will then apply the credit to the invoice and close it. After the invoices will be closed and apply the rest of the credit automatically.
    1 point
  10. i heve done it for you Plugin done and released for free here http://www.blesta.com/forums/index.php?/topic/5074-plugin-resend-welcome-email/ . description taked from the Paul's JIRA CORE-1786 . added also in blesta marketplace .
    1 point
  11. @naja7host, why do you rely on modifying the core? You can easily create a new invoice template and simply extend the original template, without having to write much code. /components/invoice_templates/custom_invoice/custom_invoice_pdf.php <?php require_once '../default_invoice/default_invoice_pdf.php'; CustomInvoicePdf extends DefaultInvoicePdf {} /components/invoice_templates/custom_invoice/custom_invoice.php <?php require_once '../default_invoice/default_invoice.php'; require_once 'customer_invoice_pdf.php'; CustomInvoice extends DefaultInvoice { public function __construct() { parent::__construct(); Language::loadLang("custom_invoice", null, dirname(__FILE__) . DS . "language" . DS); } public function setMeta($meta) { parent::setMeta($meta); // Load different language for this template if given if (isset($meta['language'])) Language::loadLang("custom_invoice", $meta['language'], dirname(__FILE__) . DS . "language" . DS); $this->pdf = new CustomInvoicePdf("P", "px", $this->meta['paper_size'], true, 'UTF-8', false, $font); // Set the meta data to use for this invoice $this->pdf->meta = $this->meta; } } Then just supply your own custom language file, you can even extend the language: /components/invoice_templates/custom_invoice/language/en_us/custom_invoice.php <?php $lang['DefaultInvoice.invoice_id_code'] = "Number:"; $lang['DefaultInvoice.date_billed'] = "Date:";
    1 point
  12. Stacktron

    What Is Going On?

    Yeahhhh ._. Blesta will always be in my heart. I still use it for clients when they need billing integration. As of right now I ran into some issues with Blesta, plus I'm way more familiar with WHMCS. Maybe one day I'll go back
    1 point
  13. I find other bug, if you change the name of client of blesta the images not works <img src="<?= str_replace('client/',"",$this->base_uri) ?>components/modules/cpanelextended/views/default/images/icons/FTP-accounts.png">
    1 point
×
×
  • Create New...