-
Posts
6,687 -
Joined
-
Last visited
-
Days Won
839
Everything posted by Paul
-
Cachet looks interesting. A good candidate for a Blesta plugin.
-
Automatically Void Invoice If Pending Service Is Deleted
Paul replied to Sarah's topic in Feature Requests
The task is pretty high in our backlog. After we complete other tasks scheduled for 4.0, we will look at implementing items from the backlog depending on how much time remains. This is an important task though, and I'd like to see it implemented for 4.0, time permitting. -
How does ubersmith allow these to be configured? I can see this as being useful, and the information could be displayed in a tooltip or other information section depending on the order template.
-
Hidden tasks, we'll open it up as we get closer.
-
I don't have an ETA for the updates to the official cPanel module, but personally I'd love to get to that sooner than later. cPanel is probably the most widely used module. One thing we're planning to add into 4.0 is the ability on the package level to set client permissions to which module tabs they can access when managing their service. This will work nicely with an updated cPanel module for those that want make only some of the management features available to clients. Recently we made the modulesbakery modules open source, adding them here in case anyone stumbles on this: Tasty cPanel - https://github.com/blesta/module-tastycpanel Tasty Interworx - https://github.com/blesta/module-tastyinterworx Digital Ocean - https://github.com/blesta/module-digitalocean
-
The plan is 4.1 will be for domains. 4.0 is next, in development.
-
I agree, if there are no taxes at all then it shouldn't mention taxes during checkout. I'm seeing this under Order Summary: Order Summary Any applicable taxes will be calculated after you register or log in. Are you seeing this in any other location? What, if anything do you suggest we say instead if there are no tax rules? Given that all such sections currently display some text information, it may make sense to show a different message instead. Something generic like "This is a summary of the items currently in your cart." may be a good idea.
-
Are you saying it is creating 3 new invoices per day? Or, he is getting a copy of the same invoice 3 times per day? If the service was removed, I don't see how new invoices could be created. If the invoices were removed, I don't see how it could be sent out. I think we may need some clarification.
-
They never really versioned things properly which is why they were stuck on 11 for so long. They introduced numerous backwards incompatible changes and kept incrementing the minor release only. In a sense, their new versioning scheme just removes the redundancy and allows them to continue as they were. The bright side is that yes, it will probably be less confusing for people.
-
11 to 54, wow. I understand their reasoning, but why not 11.54, then 12, 13, 14 if they want to break semver. Interesting re OpenID, though their cPanel login screen is looking pretty confusing with so many options. Probably a much better way to present these options. 2FA is nice, sounds like they plan to implement TOTP. We implemented TOTP for Blesta in 2010. Some of the performance improvements sound really good.
-
See CORE-1864 I believe you are affected by this. A fix has been implemented for 3.6.1, and I'm including the hotfix here if you'd like to manually resolve it on your system in the interim. In /plugins/billing_overview/models/billing_overview_statistics.php update lines 44 and 45 FROM: $this->Record->innerJoin("transaction_types", "transaction_types.id", "=", "transactions.transaction_type_id", false)-> where("transaction_types.type", "=", "debit"); TO: $this->Record->on("transaction_types.type", "=", "debit")-> leftJoin("transaction_types", "transaction_types.id", "=", "transactions.transaction_type_id", false); In /plugins/billing_overview/models/billing_overview_plugin.php update line 16 FROM: private static $version = "1.3.0"; TO: private static $version = "1.3.1";
-
Go to Settings > System > General > Payment Types. Make sure your payment types for revenue are of the type "Debit", if not change this. This should have happened automatically so make sure you ran /admin/upgrade in your browser and upgraded the database first Types of the type "Credit" will not appear in the rev graph
-
Braintree said no hosting companies? First BluePay, and now Braintree? wow I was told that Wells Fargo added hosting providers to the naughty list, which makes no sense.
-
This should work: wget https://account.blesta.com/client/plugin/download_manager/client_main/download/79/blesta-3.6.0.zip
-
Which Is Good To Go With - 3.5.3 Or 3.6 Beta - For A New Project?
Paul replied to yngens's topic in The Lounge
3.6 should be out later today -
Tasty cPanel https://github.com/blesta/module-tastycpanel Tasty Interworx https://github.com/blesta/module-tastyinterworx Digital Ocean https://github.com/blesta/module-digitalocean All released as FOSS (free open source software) under the MIT license.
- 41 replies
-
- modulesbakery
- modules
-
(and 2 more)
Tagged with:
-
Addon services are invoiced together on the same invoice, so that is one way to link them.
-
100% correct. And, if you decide Stripe is not a good fit, you can switch back, or to any other merchant gateway that is configured to not use tokens.
-
Custom fields are linked to the client group. If you want the fields to appear in more than one client group they need to be re-created for those groups. I believe Mike is referring to a previous discussion about being able to make the fields apply to all groups or easily clone them for multiple groups.
-
1. Two merchant gateways can be active, but cannot process payments the same currency. Merchant gateways are invisible to customers, all they know is they are paying with a credit card. 2. If you are not using tokens with BluePay (The official gateway does not support tokens), then you can switch to Stripe if you are using the "onsite" storage method for Stripe and not the token based method. So, you can switch back and forth between 2 or more merchant gateways if they all have the local/onsite storage method where Blesta stores the card details encrypted. If you switch to a gateway that uses tokens, any new payment accounts would be compatible only with that gateway and it would make switching to any other gateway difficult.
-
+1 Anyone aware of an open source library or API docs that facilitate this?
-
Yes, CORE-1764 done for 3.6.0-b1 and included in 3.6 final next week.
-
Trying To Create The First Staff Member Is Not Working
Paul replied to tonipouk's question in Pre-Sales Questions
Open up your /config/blesta.php config file. Are there values for your database in there? Or is the file identical to the config/blesta-new.php file in the zip file? It sounds like there may be permission issues with writing the config file. I would suggest attempting a new install, making sure that /config/ and all the files within it are writable by your web server. The installer does a check, but it's possible there may still be some type of permission issue that it's not catching. -
I have bumped this up in the backlog.