Jump to content

Leaderboard

Popular Content

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

  1. lukasP

    Onapp Module

    Just to update this topic. Development is still going on. Expect the first public release in October.
    5 points
  2. This is related to http://www.blesta.com/forums/index.php?/topic/4776-ability-to-override-term-rather-than-only-price/ (See my reply to that thread here) That issue needs to be resolved first to allow the term to also be selected during service creation. We could implement price overrides only during service creation, but it wouldn't include the term until that issue is resolved.
    2 points
  3. 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 .
    1 point
  4. that is a good addition , but the Sam Barrow method is not safe in same cases . but it can be done just via the module itself .
    1 point
  5. Let the client top up their account with credit. They click Make a payment, type it in the other value box, check out and it will auto add to the invoices when they are generated.
    1 point
  6. Awesome feature ..... add another link in packages called package templates , we can add/edit/delete) templates emails . then in package we can assign existing template to a package or add the welcome email manually as is it now . templates should be multi-languages of course .
    1 point
  7. This is somewhat complicated because services even with price overrides are linked to a package pricing ID, which defines the term and the package. So, setting a term override will necessarily require that the pricing ID not be required but still maintain a link to the Package. If you have written a patch to add this functionality, I'd like the guys to be able to take a look at it, please post it here. I agree that the term and price should both be able to be overriden, even when adding the service initially as an admin.. but I need Cody to look at this and determine the best approach.
    1 point
  8. Please see https://dev.blesta.com/browse/CORE-1809 which requires http://dev.blesta.com/browse/CORE-1358 Comments welcomed
    1 point
  9. Blesta currently just utilizes the Reseller ACL for reseller permissions. When editing "Reseller Nameservers and Privileges", you can select "Limit accounts that user can create by Resource Usage" and set a Disk and Bandwidth limit. If the disk and bandwidth limit should be set independently (or overridden) on a per-package basis, it might make sense to also allow the selection of all other privileges as well. For example, selecting privileges for Account Information, Account Management, DNS, Packages, etc etc. Thoughts?
    1 point
  10. Tyson

    Export Client Information

    1. Write a query to fetch client credit amounts. Credits are determined as transaction amounts received that have not been applied. 2. The system requires certain fields, like a last name. If you want to remove it, you can update the Clients model to ignore the rules. 3. Update the Emails model, send method, to fetch the client's phone number and set it as a tag in all email templates. Similarly, fetch the credits from the Transactions model, getCredits method. 4. Staff have access to companies and particular pages as defined in staff group permissions. You would have to add another layer of restriction to filter based on client groups and enforce that rule on all client pages.
    1 point
  11. 1 point
  12. Using Bootstrap's Accordion would be nice. Otherwise you can use a simple jquery .show/.hide or .animate for a similar effect. In either case you'll need to update the template (under /plugins/order/views/..) and filter your package descriptions into an excerpt with a button that shows the full description or excerpt.
    1 point
  13. Michael

    Export Client Information

    Export go to: Billing > Reports > Customise: SELECT contacts.client_id, contacts.first_name, contacts.last_name, contacts.email, contacts.address1, contacts.city, contacts.zip, contacts.country, contact_numbers.number FROM contacts INNER JOIN contact_numbers ON contacts.client_id=contact_numbers.contact_id ORDER BY contacts.client_id; That should work for you. Don't believe Blesta stores credit in a table but uses the transactions and JQuery to show it. I could be wrong Tyson or Cody would be the best guys to help you.
    1 point
  14. We've written a patch to allow price override on creation.
    1 point
  15. I don't want to edit 10 packages every time there's a tiny change to the welcome email.
    1 point
  16. lukasP

    Onapp Module

    I am developing OnApp module and it should be available during this summer. I am using OnApp PHP Wrapper External as API class. Planned features: - VM provisioning (create, suspend, destroy, change resources) - VM resources upgrades/downgrades invoiced (here I must wait for Blesta 3.5) - VM admin/client: turn on/off, reboot, console, reinstall (+ change template), change hostname, change root password, console (html5), statistics, firewall, backups In the future: - OnApp DNS - OnApp Load balancers - OnApp Smart servers - OnApp CDN I do not plan to develop mettered billing - charge customer per CPU usage etc.
    1 point
×
×
  • Create New...