Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 06/22/2014 in Posts

  1. PauloV

    Whmblesta Theme

    Here is the anouther ideia for Admin/Staff WHMBlesta for Admin/Staff (Admin Download Theme Here) ScreenShot 1: WHMBlesta for Client (Client Download Theme Here) ScreenShot 1: more comming soon
    1 point
  2. In reference to http://www.blesta.com/forums/index.php?/topic/2820-email-notices/?p=20152 I'd like to see a feature that includes the PDF invoices as attachments in all email (past due) notices. This is referencing the 1st, 2nd, and 3rd Invoice Notice emails. I see how I can add the total due, but I'd like to actually attach the invoices to the emails. This way, the client has zero excuse or confusion about what is due now.
    1 point
  3. Hello Blestars UPDATED 25-07-2014 Fixed: bug found by user lodoit that images were not being loaded wen blesta in on a sub-directory. Once again we bring you "Free Content" New Order Form added: Curve Slider Cloud Just see the instruction below, how to download and install. This Order Forms are for Cloud Hosting and Cloud Dedicated buisnesses Curve Slider Cloud Order Form (now 100% responsive) Float Cloud Order Form (now 100% responsive) Exclusive LisenceCart Style Added Multi Cloud (Box) Order Form (now 100% responsive) Multi Cloud (Rack) Order Form (now 100% responsive) How to Install/Ugrade: 1º- Download the Cloud Order Forms: Download Here (updated 25-07-2014) 2º- Uncompress, and upload the folder "cloud" to your blesta instalation in /plugins/order/views/templates/ directory. 3º- Go to Blesta Admin, and click on Packages->Order Forms, now Add an Order Form or Edit your Order Form and you will see the new Order Forms, just select, and save. 4º- Now give it a trie If you like it, and want to donate, please use this PayPal link: Donate Here! Any bugs, or problems please tell us. We hope you like it Regards, PV
    1 point
  4. multibyte

    Domain

    Hello, As i'm now starting to understand how Blesta works I wondered if someone could help regarding domains. On Boxbilling there was a section that allowed you to pick custom registrar which meant:- 1. Open Order Form 2. Client requests domain (eg. Blesta.com) 3. System runs a whois lookup to make sure its available 4. Sends client to check out to pay for domain. You would then receive the order and could manual input the details once you had registered the domain on behalf of the customer. You also used to be able to use the custom feature for VPS, Certificates etc. Is there any kind of system like this on Blesta and if so could someone please give me a guide to this?
    1 point
  5. Paul

    Clients

    That's odd, I tested this fine on 3.2.0. Are there any spaces after the domain?
    1 point
  6. I made this mod in response to another thread but I figured it would be best to cross post it here. If that's not allowed then please remove this thread. When you add a payment manually, it will automatically apply the payment to the invoices, oldest first. It will check any invoices with an amount above zero. E.g. if the client has three invoices - $30 and $10, and $20 and paid $37, $30 will be paid to the first invoice and $7 to the second. The third invoice will be unpaid. Note: this doesn't actually add any real functionality to Blesta, it will just make it easier to apply the payments without having to work out manually how much to apply to each invoice. /app/views/admin/default/admin_clients_recordpayment.pdt After line 79 $(document).ready(function() { add: $("#amount").change(function() { amountRemaining = Math.max($(this).val(), 0); if (!isNaN(amountRemaining)) { $("#invoices_to_pay").find("tr").not(".heading_row").each(function() { checkBoxElement = $(this).find("input[name^=\'invoice_id\']"); applyAmountElement = $(this).find("input[name^=\'applyamount\']"); amountDueElement = applyAmountElement.parent().next(); amountDue = Number(amountDueElement.text().substr(1).replace(/[^0-9\.]+/g, "")); applyAmount = Math.min(amountRemaining, amountDue); amountRemaining = (amountRemaining - applyAmount).toFixed(2); applyAmountElement.val(applyAmount); checkBoxElement.prop("checked", applyAmount > 0); if (!amountRemaining) return false; }); } }); If you want the calc to run while typing, change line 80 to: $("#amount").on("input",function() { Just be aware that this is unsupported or buggy on older browsers. apply_payments_calc.xml
    1 point
  7. Just to update this post, this as been done If you find any problems, bugs, or whant any modification, please tell me Regards, PV
    1 point
  8. Hello, Open the file "plugins/live_chat/views/default/client_live_chat_include.pdt" on line 10 change from: po.src = '<?php echo $blc_route;?>plugins/live_chat/vendors/blc/index.php/chat/getstatus/(click)/internal/(position)/bottom_right/(top)/350/(units)/pixels/(leaveamessage)/true?r='+refferer+'&l='+location; to: po.src = '<?php echo $blc_route;?>plugins/live_chat/vendors/blc/index.php/fr/chat/getstatus/(click)/internal/(position)/bottom_right/(top)/350/(units)/pixels/(leaveamessage)/true?r='+refferer+'&l='+location; You can see the diference betwin the two? The language is changed here : po.src = '<?php echo $blc_route;?>plugins/live_chat/vendors/blc/index.php/fr/chat/getstatus/(click)/internal/(position)/bottom_right/(top)/350/(units)/pixels/(leaveamessage)/true?r='+refferer+'&l='+location; in your case we changed to fr for french I will try to automatize the change in the next release
    1 point
×
×
  • Create New...