Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/07/2013 in all areas

  1. Please note that the latest version of this migrator is included with the latest release of Blesta. Instructions BACK UP YOUR BLESTA DATABASE If you are not running import manager plugin version 1.0.3 download import_manager_1.0.3.zip and unzip to /plugins/ Unzip the contents of whmcs_migrator_b8.zip to /plugins/import_manager/components/migrators/ You should now have /plugins/import_manager/components/migrators/whmcs/ Go to [settings] > [Company] > [Plugins] and install the Import Manager Click the Manage button on the Import Manager and proceed through the steps The migration process may take a while. It imports A LOT of stuff. Data Imported Staff (including login passwords) Client Groups Clients (excluding login passwords) Credit Card Payment Accounts Custom Client Fields and Values Client Notes Contacts Tax Rules Currencies Invoices Recurring Invoices Transactions (partial refunds refund the original and create a new transaction for the difference) Client Credits Invoice Credits Support Departments Support Tickets (excluding attachments) Support Predefined Response Categories Support Predefined Responses Sent Emails The following Settings: Mail Delivery Type SMTP Host, User, Password, Port, and Security Type Invoice Days Before Renewal Invoice Reminder Settings Auto Debit Days Before Due Suspend Services After Due Calendar Events Products (become packages) Registrars (become modules/module rows) Servers (become modules/module rows) Services Domains (become services) Notes All custom pricing overrides will be imported as package pricing potentially creating multiple prices for the same term and currency WHMCS uses plain MD5 passwords for admin users. To enable support for these passwords update (/config/blesta.php) Configure::set("Blesta.auth_legacy_passwords", false); to Configure::set("Blesta.auth_legacy_passwords", true); What's new in b6 Added debugging option. Added check for gmp extension. Added support for refunds. Import refunded invoices as void. What's new in b7 Only sets quantity for package if stock conrtrol enabled Extracts all numberic values from ticket ID to better ensure ticket numbers come through What's new in b8 Introduced transactions for deferred commits (speed improvements) Now forces UTF-8 connection to WHMCS database to ensure special characters come through import_manager_1.0.3.zip whmcs_migrator_b3.zip whmcs_migrator_b4.zip whmcs_migrator_b5.zip whmcs_migrator_b6.zip whmcs_migrator_b7.zip whmcs_migrator_b8.zip
    1 point
  2. Tyson

    Tickets Problem

    Try re-saving your support staff user settings. For some reason, the departments you are assigned to are filtering tickets as if you are not assigned to them. You could also try deleting your support staff account and re-adding it. Do you only have 1 company in Blesta? If you have other companies, you'll need to be assigned to the support departments in those companies to view tickets assigned to them.
    1 point
  3. These look like importer issues--some insert/update is trying to set a null value for a field that cannot be null. It's good you're finding these so the importer can be made more robust.
    1 point
  4. Paul

    A Few Pre-Sales Questions

    No firm date has been set, we're going to let it run for a while yet. When it is about to end, we'll probably tweet something out. Blesta Owned Lifetime is unbranded, and you can remove copyright and powered by. I've actually got quite a few inquiries about this, I think we need to make it clearer on the order form. Thanks!
    1 point
  5. I reopened CORE-532 that was closed because we were unable to duplicate the "customer-id" error in v3.0.0.b4. But we'll take another look.
    1 point
  6. Cody

    A Few Pre-Sales Questions

    You can move just about everything outside of the public directory, with the proper code changes. We only recommend having the uploads and temp directories above the publically accessible directory at this time, however. Spend time with my family, contribute to open source projects, and play video games. I'm in the middle of The Last of Us right now. Absolutely not, though you may need to have support and updates in order to upgrade depending on your license type. You're welcome.
    1 point
  7. Cody

    A Few Pre-Sales Questions

    Licenses are linked to install path, domain, and IP address. We can enabled multiple IPs and domains per install, though this is typically only done for multi-company licenses but there may be something we can do to acomodate you. Only what's necessary to protect licensing. By lifetime are you referring to our lifetime owned license? That license includes support and updates for life, so there's no need to purchase anything else to receive support and updates. Owned licenses include 1 year of support and updates, after which you may optionally purchase support and updates on a yearly basis. Releases follow semantic versioning, and patch releases are always free. As an example, if you are running 3.0.0 and we release 3.1.0 but you are not current with your support and updates at the time of that release you may upgrade to any 3.0.x release, but you will need support and updates to upgrade to the 3.1 minor release. You can install Blesta anywhere you'd like. You can certainly do that if you're comfortable with a little PHP. Or you can create static HTML pages that simply link to pages within the Blesta order form. A number of users are currently running Blesta on nginx. Kudos to cloudrck. Security is by far our top priority, so we make a strong effort to releases security patches as fast as possible. The average turn around time varies depending on the severity of the issue, but can range between a few hours to about a week.
    1 point
  8. It's a valid license
    1 point
  9. Change line 536 of whmcs_migrator.php... from: to: if (!isset($this->mappings['recurring_invoices'])) return;
    1 point
  10. Nope, I didnt, because Im just moving the clients, the plans are different from what I had on WHMCS. The cool thing here is that I have all invoices imported along with clients info and all that, Im just soft edditing some clients fields and grups in the way I want it, but overall Im very happy with the import....Paul and the guys there did a great job with this module!
    1 point
  11. Paul

    Migrating From Whmcs To Blesta

    Please see http://www.blesta.com/forums/index.php?/topic/960-whmcs-migrator-beta/ for a preliminary WHMCS importer.
    1 point
×
×
  • Create New...