Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/20/2013 in all areas

  1. The default date setting in Blesta is M d, Y (e.g. Aug 20, 2013). Changing the setting under [settings] > [Company] > [General] > [Localization] will only affect invoices created after that change is saved.
    2 points
  2. Paul

    I Need Centovacast Module

    It will be a little while before we can start a Centovacast module, because there are a few others that are more highly requested. Centovacast told us it would be better to implement v3 and that their users would be upgrading. If we need to consider implementing v2 also, we'll have to look into that.
    1 point
  3. Paul

    Template Files Possible?

    Currently there is not a method by which to "switch" to a different set of template files. I would like to implement this, especially for the client area. Currently you'll need to edit the templates where they are. I do suggest making a backup of them first just in case you need to roll anything back, and then edit the files. If you have an owned license with us, we can provide a development license upon request so that you can run another copy for the purpose of creating a theme outside your live environment. To request a dev license, just open a ticket in the client area.
    1 point
  4. Paul

    Delete Client Problem

    You may need to remove those from the database manually (not recommended). I suggest marking the client as inactive instead.
    1 point
  5. Cody

    Checkout With Custom Field

    Try updating /app/models/clients.php (line 89): $this->setCustomField($field->name, $client_id, isset($vars['custom']) && array_key_exists($field->name, $vars['custom']) ? $vars['custom'][$field->name] : null); to: $this->setCustomField($field->id, $client_id, isset($vars['custom']) && array_key_exists($field->name, $vars['custom']) ? $vars['custom'][$field->name] : null);
    1 point
  6. I'm not sure, other than installing in a sub-directory called /portal/. This would make it the base URL for everything though, /portal/client/login and /portal/admin/login. See "routes.php" in http://docs.blesta.com/display/user/Configuration You can change the admin login URL by editing this config file.
    1 point
  7. Paul

    Checkout With Custom Field

    Added to CORE-691
    1 point
  8. Paul

    Languages

    How could you be the only guy in Sweden? There's got to be millions more, right?
    1 point
  9. There are a few existing tasks with regard to inclusive tax: CORE-652 - Order: Need to display service prices with any tax inclusive amounts CORE-650 - Tax Rules: Add option to control whether tax amount is displayed as inclusive or exclusive In come countries (VAT countries in Europe, Australia, and New Zealand) line items include tax however tax rates are still calculated exclusively (like sales tax). Blesta currently handles these just fine. However, in a number of countries (Sweden, for example) line items include tax and tax rates are calculated inclusively. Can you provide an example of what you mean? "Inclusive" means tax is included in the price. As with any bug report we need as much information as possible. Please see How to Report a Bug.
    1 point
  10. Already fixed for 3.0.1 (CORE-682) Yes. The following in /config/blesta.php controls error reporting (if you upgraded from a beta version you'll need to add this line manually): Configure::errorReporting(0);
    1 point
  11. Company Name: admin/settings/system/companies/edit/1/ Company Logo: admin/settings/company/general/themes/ click on edit, type in the logo link at the bottom.
    1 point
  12. MemoryX2

    Time Billing For Services

    I definitely cannot argue that, but I can say a few things I have personally noticed around here that is much different from other systems. Blesta is built to be modular. Almost everything is a plugin, which is awesome because I may want something in my system that you don't, in which case you don't enable it and you have nothing to worry about. Another cool thing is, all of these modules, and plugins can be updated independently so for example a bug in the cpanel module can be fixed without messing with the directadmin module. And also because it is a module it has less effect on the core system. Blesta is built on a much better and much more stable base or core system than the other billing system I used. Also, the developers here are developers, and they fix things.
    1 point
  13. ryguy222

    Migration From Hostbill

    Can't wait to get my hands on a hostbill importer!
    1 point
  14. I've added this as CORE-688 and we'll take a look at the import issue. The tax number will be shown on invoices regardless of whether tax is enabled for a client. I believe this is the intended purpose, especially considering the laws necessitating behavior in some european countries.
    1 point
  15. MemoryX2

    Time Billing For Services

    Don't get me wrong, Paul. Its not that I don't love v3 because I really really really do, its more of a sitting back and just thinking if v3 is this awesome I can't even imagine how cool v4 will be!
    1 point
  16. Try the following: open /app/models/gateway_manager.php and change (line 244): if (substr($file, 0, 1) != "." && is_dir(COMPONENTDIR . "gateways" . DS . $file . DS . $gateway)) { to: if (substr($gateway, 0, 1) != "." && is_dir(COMPONENTDIR . "gateways" . DS . $file . DS . $gateway)) {
    1 point
  17. CraigA

    7 Day Trial

    I remember seeing a post about how to create a 7 day trial package. I can't seem to find it for the life of me. Also, do you think an actual Q & A forum would be helpful where you can "sticky" popular posts. I feel as if posting my questions in "The Lounge" isn't really loungy, and I'm not posting a feature requests or bug. Thanks, Craig
    1 point
  18. Cody

    Google Oauth Login

    In all likelihood it would be completely provider agnostic. You'd simply enter the authentication URL for each of the providers you wish to support, or perhaps check boxes from a set of supported (e.g. tested) ones.
    1 point
  19. We're here if you need help mate.
    1 point
  20. Michael

    Checkout Process

    Have you configured the PayPal payment gateway? /admin/settings/company/gateways/available/ Select PayPal Payments Standard (ver 1.0.1) ------------------------ Edit: Oh you've solved it
    1 point
  21. haha Cody baby blue
    1 point
  22. http://www.blesta.com/forums/index.php?/topic/370-site-integration-with-blesta/
    1 point
  23. We have a unofficial facebook page: http://www.facebook.com/Blestafans Please remember we are not staff at Blesta and Phillips Data inc. We are fans of this fantastic software and we will keep you updated. Hopefully paul, Cody and Tyson like it and be admins and can answer your questions and etc. But only time will tell
    1 point
×
×
  • Create New...