Jump to content

Cody

Blesta Developers
  • Posts

    1,574
  • Joined

  • Last visited

  • Days Won

    74

Everything posted by Cody

  1. Blesta does support QuantumGateway (by CDG Commerce). Are you currently using CDG Vault, or is there some other gateway you're interested in? As Paul said, tokens are not currently imported over. Though that is a good suggestion for the next rev of the migrator. If you have the card numbers in your WHMCS install, they will be pulled over. And like Paul said, they'll just work, with whatever gateway you choose to use (as long as it's not an "offsite only" gateway).
  2. Cody

    Upgrading To 3.1

    If you installed Blesta in a subdirectory you need to go to domain.com/blesta_install_dir/admin/upgrade/. If you don't have URLs being rewritten, then domain.com/blesta_install_dir/index.php/admin/upgrade/
  3. You didn't create the price as a coupon in WHMCS, so I don't think it makes sense for Blesta to create it as a coupon either. The problem here is we're trying to fit a round peg into a square hole. The migrator does a pretty good job, but it's not going to be exact because WHMCS and Blesta are not exact. That said, I think the way it does it is more ideal than a coupon, and more ideal than creating additional restricted packages for each custom price (which is what it did before and users with lots of custom pricing hated it).
  4. Clients::edit is not the correct API command for what you're trying to do as Tyson said. That request only supports the following parameters (as explained in the source documentation): $vars An array of client info (all fields optional) including: - id_code The client's reference ID code (for display purposes) - user_id The client's user ID - client_group_id The client group this user belongs to - status The status of this client ('active', 'inactive',' 'fraud') Notice, first_name is not listed there. To modify the name of the client use Contacts::edit. First fetch the primary contact using Contacts::getAll by setting primary as the billing_type. Use the ID of the contact returned in the Contacts::edit request.
  5. Currently there is no API request to fetch PDF invoice documents via the API. You can fetch all of the invoice details using Invoices.get or schedule PDF invoice delivery using Invoices.addDelivery. Of course, a plugin could also be created to add this feature to the API. See Extending the API in the Developer Manual.
  6. Closed as not a bug. If you can provide steps to replicate the issue in the future please file a new bug report.
  7. Closed as not a bug. The issue you have is because you deleted the package pricing that the service was using. The package pricing determines the term, period, and price that a service renews at, as well as links the service to the package. Without the package pricing the service is useless (and thus can't be displayed).
  8. Are you sure the customer didn't have service at both price points? Something like this is impossible for us to confirm without access to your WHMCS database.
  9. Cody

    Release 3.1.0

    If you're having issues with the migrator, file a Bug Report.
  10. It's included in 3.1.
  11. Cody

    Release 3.1.0

    No. x.y+n is an upgrade for x.y. You can always upgrade from any x.y to any x.y+n (provided your support and updates are up to date).
  12. Cody

    Release 3.1.0

    Version 3.1.0 is now available. You can download it in the Client Area. Installing Blesta See Installing Blesta in the User Manual for instructions. Upgrading Blesta See Upgrading Blesta in the User Manual for instructions. Migrating to Blesta See Migrating to Blesta in the User Manual for instructions. Overview Configurable options Package sorting Cancel service at end of term package option Support staff titles Support staff signatures New events New Modules: Proxmox, VPS.NET, Enom, GoGetSSL, TheSSLStore New Gateways: BitPay, CCAvenue, Payza New Plugin: Shared Login WHMCS migrator Dozens of other features and improvements Release Notes - Blesta Core - Version 3.1.0 ## Version 3.1.0 2014-01-16 ### Bug * [CORE-969] - Import Manager: Incorrect version comparrison during migration * [CORE-973] - Custom client fields list does not use language definition if set * [CORE-974] - Logicboxes: The error "Undefined property: domain-name" is shown when attempting to order a service as apart of a General order form * [CORE-976] - Support Manager: Client may create ticket for hidden department * [CORE-979] - Module options do not update after changing server/server group when managing packages * [CORE-986] - Default invoice template may incorrectly position due date ### Improvement * [CORE-972] - Allow Maxmind Geo IP functions to be loaded from external source * [CORE-978] - Feed Reader: Remove default feed should always remove the default feed even if in use * [CORE-980] - cPanel: Remove the action to fetch module options when changing module row/group * [CORE-981] - cPanel Extended: Remove the action to fetch module options when changing module row/group * [CORE-982] - GoGetSSL: Remove the action to fetch module options when changing module row/group * [CORE-983] - Interworx: Remove the action to fetch module options when changing module row/group * [CORE-984] - TheSSLStore: Remove the action to fetch module options when changing module row/group * [CORE-985] - Universal Module: Remove the action to fetch module options when changing module row/group ** New Feature * [CORE-384] - Module: VPS.NET --- ## Version 3.1.0-b2 2014-01-08 ### Bug * [CORE-315] - DirectAdmin: Number of accounts on server does not change * [CORE-316] - cPanel: Number of accounts on server does not change * [CORE-317] - Interworx: Number of accounts on server does not change * [CORE-749] - Logicboxes: Manage tabs do not load due to undefined order-id when the service has not yet been created * [CORE-789] - cPanel Module: Servers within server groups produce a "no host defined" error. * [CORE-895] - Calling Accounts::add() without optional parameters causes undefined property error * [CORE-916] - Stripe: Undefined index error on invalid request * [CORE-930] - Managing a cancelled service allows fields to be updated * [CORE-946] - TheSSLStore: Referencing invalid property of object * [CORE-947] - Upgrade script SQL error in GUI * [CORE-948] - Undefined index 'pay_with' on Make Payment without any accepted payment types enabled * [CORE-950] - A minimum quantity of 0 is not allowed for configurable options. * [CORE-951] - Support Manager: Client replying to ticket does not change status from "Awaiting Reply" * [CORE-953] - Dashboard calendar date headings incorrect * [CORE-955] - Delete currency results in unknown column error * [CORE-956] - Support Manager: Client department list does not clear floats properly * [CORE-962] - Billing Overview: Incorrect start/end dates * [CORE-964] - Order plugin: Order form pagination links do not work ### Improvement * [CORE-655] - Email log shows no email content when an HTML copy is sent, but no text version was set * [CORE-874] - Order Plugin: Return error when attempting to transfer a blank domain * [CORE-954] - Support Manager: If reply contains only signature do not add reply * [CORE-965] - Log out clients who's status is not active. ### New Feature * [CORE-150] - Gateway: Payza (Formerly AlertPay) * [CORE-967] - Gateway: BitPay * [CORE-968] - Billing Overview Plugin: Yearly Revenue Graph not displaying graph when only January is available --- ## Version 3.1.0-b1 2013-12-20 ### Bug * [CORE-753] - Service Suspension Error email template is never used * [CORE-754] - Service Unsuspension Error email template is never used * [CORE-756] - A/R Report email template is never used * [CORE-757] - Invoice Creation Report email template is never used * [CORE-759] - Service Cancel Error email template is never used * [CORE-773] - Support Manager: Simplify email pipe script for use in various control panels * [CORE-945] - Module::getServiceName() expects invalid service_name config.json attribute ### Improvement * [CORE-156] - Create note on failed auto-debit, payment account removal * [CORE-247] - cPanel: Auto-generate username/password fields * [CORE-286] - Package welcome emails do not show currency code * [CORE-382] - Universal Module: Add tooltips * [CORE-392] - Add view/edit invoice links in transactions listing * [CORE-437] - Use Password field when manually adding client account * [CORE-503] - Module: cPanel - when creating new accounts include an email address * [CORE-541] - Add the ability to delete addon companies. * [CORE-570] - Group and designate addons as such on invoices * [CORE-589] - Add ability to disable attachments for email invoice delivery * [CORE-591] - Add option to clear cron task locks * [CORE-593] - Remove append to invoice option when creating new service if no invoices exist * [CORE-596] - Support Manager: Use schemeless URLs for gravatar images * [CORE-601] - Add client id to client area * [CORE-608] - When recording payment, allow installed gateways to be selected for payment type * [CORE-670] - Add option to internally switch between module rows in the same package module group when managing a service * [CORE-673] - Add additional staff group permissions * [CORE-674] - Support Manager: Open ticket set placeholder for client search * [CORE-677] - cPanel Module: Round disk/bandwidth usage to hundredths * [CORE-695] - Add force HTTPS to htaccess (disabled by default) * [CORE-700] - Link Emails setting to Email Templates by default * [CORE-703] - Update SDK and manual to cover missing auth in cgi/fastCGI * [CORE-705] - Import Manager: WHMCS Migrator * [CORE-706] - 2Checkout: phone number and email address are not sent to the gateway when processing payment * [CORE-732] - Billing at a Glance Plugin: Add Revenue this Year * [CORE-750] - Service Creation email should set formatting on package pricing price values * [CORE-751] - Add currency format filter to h2o email template parsing * [CORE-791] - Increase the size of the text field containing the cron command * [CORE-792] - CMS: Add support for port number in CMS URLs * [CORE-810] - Support Manager: Allow departments to override email template from address * [CORE-814] - Installer: improve temp directory detection * [CORE-816] - Add support for automated CLI installation * [CORE-821] - Update instances of "-- Please Select --" to use global language * [CORE-822] - Simplify modules with use of configuration file * [CORE-826] - Update About Blesta Credits * [CORE-832] - SolusVM Module: Allow provisioning by node groups * [CORE-835] - Redirect nonmerchant gateway notifications to the client interface * [CORE-843] - SolusVM: Remove password support of special characters * [CORE-848] - CLI Installer: Add ability to specify hostname * [CORE-849] - API: Add commands to return version information * [CORE-850] - Languages need to distinguish between right-to-left and left-to-right * [CORE-857] - Manually emailing a closed invoice does not update it's status from unsent to sent. * [CORE-876] - Invoices: Add client tax ID to invoice if set * [CORE-889] - Order Plugin: Update order received email templates on install * [CORE-891] - Simplify gateways with use of configuration file * [CORE-892] - Simplify plugins with use of configuration file * [CORE-896] - Add custom PDF Invoice fonts defined per language * [CORE-898] - Service notice emails should use the given company ID rather than the configured company * [CORE-913] - Support Manager: Remove redundant tooltips from add/edit staff schedules * [CORE-917] - Integrate VAR Customizations configuration * [CORE-918] - Upgrade to jquery 1.8.3, resolve compatibility issues * [CORE-922] - Cron should handle exceptions when running all tasks * [CORE-925] - Support Manager: Update instances of "-- Please Select --" to use global language * [CORE-926] - Order plugin: Update instances of "-- Please Select --" to use global language * [CORE-929] - License Manager: Set wildcard for domain, ip, path if license module configured not to validate * [CORE-936] - PHPIDS: Update filters * [CORE-942] - Add strict adherence to semantic versioning with pre-releases * [CORE-943] - Import Manager: Add Blesta 3.1 support for Blesta 2.5 migrator ### New Feature * [CORE-77] - Module: Proxmox * [CORE-384] - Module: VPS.NET * [CORE-386] - Module: Enom * [CORE-466] - Module: GoGetSSL * [CORE-512] - Add cancel at end of term package option * [CORE-606] - Support Manager: Add staff signatures * [CORE-628] - Add ability to sort packages within package groups * [CORE-676] - Add total credits to client area * [CORE-701] - Allow attachments to be disabled on a per email template basis. * [CORE-708] - Support Plugin: Allow clients to re-open closed tickets * [CORE-721] - Add manually definable configurable options to packages * [CORE-736] - Gateway: CCAvenue * [CORE-743] - Billing at a Glance Plugin: Add year to date revenue graph * [CORE-884] - Shared Login Plugin * [CORE-909] - Add optional X-Frame-Options header to .htaccess * [CORE-941] - Module: TheSSLStore ### Task * [CORE-43] - Complete Event System * [CORE-51] - Make All Email Templates Work * [CORE-70] - Remove Exponential Backup for Auto Debit * [CORE-431] - Add README to install/upgrade zips * [CORE-619] - Allow tax rules to be deleted * [CORE-742] - PayPal Payments Standard: Add additional currency codes * [CORE-755] - Service Unsuspension email should be sent when a service is unsuspended * [CORE-760] - Add Staff Email Subscription Notices * [CORE-885] - Remove Foxrate exchange rate processor * [CORE-900] - Add a service provisioning error email template * [CORE-911] - Support Manager: Add staff titles ### Sub-task * [CORE-902] - Add selected values to options on review checkout page * [CORE-903] - Add selected values to options in cart * [CORE-904] - Quantity options do not observe min, max, and step settings * [CORE-905] - Implement jquery UI slider for quantities --- Note: cPanel Extended module is available here.
  13. Cody

    Release 3.0.8

    Version 3.0.8 is now available. You can download it in the Client Area. This is a patch release that corrects issues with 3.0.0. Patching Blesta See Patching Blesta in the User Manual for instructions. Release Notes - Blesta Core - Version 3.0.8 ## Version 3.0.8 2014-01-16 ### Bug * [CORE-220] - Resolve module system limitations * [CORE-308] - Manually Add Service - Allow Status Change * [CORE-315] - DirectAdmin: Number of accounts on server does not change * [CORE-316] - cPanel: Number of accounts on server does not change * [CORE-317] - Interworx: Number of accounts on server does not change * [CORE-749] - Logicboxes: Manage tabs do not load due to undefined order-id when the service has not yet been created * [CORE-895] - Calling Accounts::add() without optional parameters causes undefined property error * [CORE-916] - Stripe: Undefined index error on invalid request * [CORE-930] - Managing a cancelled service allows fields to be updated * [CORE-948] - Undefined index 'pay_with' on Make Payment without any accepted payment types enabled * [CORE-949] - Order: Undefined index 'qty' in order summary * [CORE-956] - Support Manager: Client department list does not clear floats properly * [CORE-957] - cPanel Extended: Add Order drop-down missing language when setting server group * [CORE-958] - cPanel Extended: Special FTP Accounts can have their passwords changed * [CORE-959] - cPanel Extended: Cannot unsuspend an account * [CORE-960] - cPanel Extended: Client service expandable row shows no content * [CORE-962] - Billing Overview: Incorrect start/end dates * [CORE-963] - cPanel Module: Servers within server groups produce a "no host defined" error. * [CORE-964] - Order plugin: Order form pagination links do not work * [CORE-973] - Custom client fields list does not use language definition if set * [CORE-974] - Logicboxes: The error "Undefined property: domain-name" is shown when attempting to order a service as apart of a General order form * [CORE-976] - Support Manager: Client may create ticket for hidden department --- Note: cPanel Extended module is available here.
  14. Cody

    Domains Importer

    There is currently no way to import domains from registrars aside from manually recording those services in Blesta. Of course, you can automate this through the use of the API, a pipe file, and some shell commands.
  15. Cody

    Release 3.1.0-B2

    Yes, if you're having issues with the import open a bug report about it, and supply everything you can. This isn't really the place to discuss bugs, feature requests, etc.
  16. A custom field can only store one value, so you can't have multiple items for a single field. It would be possible to use radio options, but that has the same effect as as using a drop-down menu.
  17. Cody

    Whmcs Migrator - Failed

    Your image doesn't work, and there's not much to go on from what you wrote. What version of WHMCS, PHP, and MySQL are you running? What was the error you received? Did you run the migration with debug enabled?
  18. We're shooting for 8 to 10 weeks after 3.1 is officially released.
  19. The Blesta database only keeps track of the last version it processed a database update for. A lot of patches require no database changes, so the database version isn't incremented.
  20. Cody

    Totp Not Working

    The time between the device and server must be less than +/- 3 minutes of each other.
  21. I've created CORE-977 tentatively slated for 3.2.0. This adds an event to be triggered on user authentication.
×
×
  • Create New...