-
Posts
6,728 -
Joined
-
Last visited
-
Days Won
841
Everything posted by Paul
-
There are some changes in the client area, but it's not a complete rewrite. When I say almost all files have changed, I mean mostly for formatting. That may make running a diff a bit of a hassle, but the number of client side templates with code changes is fairly minimal.
-
Not all tags are listed, see https://docs.blesta.com/display/user/Support+Manager#SupportManager-SupportEmails for a more complete list of available tags.
-
Oh, it only supports TLS 1.0, that may be the issue. Plugins/Modules from v3.6 will work in 4.0. The new minPHP is backwards compatible.
-
Here's a direct link to v4 development - https://dev.blesta.com/projects/CORE/versions/10603 We must have a lot of tasks private, there's 282 but it shows 152 issues in the version publicly. We are aiming for a beta later this month. Almost every single file has been updated in v4.
-
Nice work! Just curious, are there any screenshots of this in action?
-
The goal is v4 beta this month, but we still have some work ahead of us. No official ETA, but also not a good idea to use beta 1 in production. Running a report and using another mailer is the best way to go for now. Maybe Cody or Tyson can chime in with the proper query you can use.
-
I mentioned this is the documentation, thanks!
-
I wonder if Blesta is unable to communicate with Stripe. Is port 443 egress open at the firewall? CURL SSL in your PHP? Looks like stripe's API supports SSLv3, TLSv1.0, TSLv1.1, TLSv1.2.. which is pretty surprising - should be able to connect if your server supports any of those.
-
Most likely it is failing while making an API call through one of your modules for a service it is trying to suspend. You can check Tools > Logs > Module or Cron log to see if you can get additional information. It may also be a good idea to try manually suspending some of those in Blesta. If you have trouble suspending them, then the cron would have trouble also. I would check the API URLs for each module, and make sure that the firewall is open for egress on those ports.
-
Yeah, I think there were issues using Google direct at the time it was implemented. Maybe we didn't like the fact that we have to parse out the answers from HTML rather than a proper API.
-
Add Automatically Generated Note To Generated Invoice By Cron
Paul replied to Blesta Addons's topic in Feature Requests
Like this? CORE-2158 See screenshot. -
It's not a bug, the API we were using just no longer works. See CORE-1108. Looks like we may are making an effort to get it resolved in v4.
-
Add Automatically Generated Note To Generated Invoice By Cron
Paul replied to Blesta Addons's topic in Feature Requests
Where do you recommend this information be displayed? Off the top of my head, I'm thinking perhaps in the expandable area when you click the invoice row but I can't help but think there may be a better way to do it. -
See CORE-2157. I agree, will make things easier.
-
Cpanel , Allow Staff To Choose Wich Server To Create The Account
Paul replied to Blesta Addons's topic in Feature Requests
I do miss this feature from v2.5. It's good for staff to be able to specify which server to use when manually provisioning. See CORE-2156 -
Add Automatically Generated Note To Generated Invoice By Cron
Paul replied to Blesta Addons's topic in Feature Requests
What if we tracked and displayed who created the invoice? ie System or Staff Name? That might be better, because if it's a manual invoice you will know who created it. -
Search Service Fields In Smart Search
Paul replied to Squidix Web Hosting's topic in Feature Requests
A service search will search the service label. I have bumped CORE-1061 into our "Short Term" bucket. -
It is using Bootstrap for the drop down menu. Also, there is a background hover effect on the subnav link rows for some themes. I believe it uses a color from the gradient in the bar that contains the search. Since this FOUR theme does not use a gradient here, the hover background is the same color.
-
1. Not sure exactly what you mean. The nav link is click-activated, so that it will still work on mobile devices. But, once activated, you can hover over other primary nav items and the menu moves with you. 2. The breadcrumbs were actually the subnav links. They have been moved to the menu. This is actually one of the complaints we got (a lot of actually) that the subnav looked like a breadcrumb.
-
Yep, ours was an April fools joke.. looking forward to the *real* thing you're working on though.
-
Sounds interesting! Sort of reminds me of the Parallel Payment Optimizer - http://www.blesta.com/2014/03/31/parallel-payment-optimizer-video-free-plugin/
-
What do you think about the new staff menu in v4? We wan't your feedback. Watch the video! Vote in the poll! Comment below! Keep in mind, the menu will look different in different themes. For example, it has a hover effect in the Blesta Blue theme. Just FYI: The colors are washed out in the video. The background is really white. menu.mov
-
LOL nice one! Did they send you an SMS back upset after they went to the supermarket and did not get the discount? Reminds me of Czech Dream, a heavily advertised new store with amazing prices that turned out to be totally fake.
- 6 replies
-
- april fool
- 1 april
-
(and 1 more)
Tagged with:
-
That's right, we did have this in v2 didn't we? It's a nice feature because I don't have to do date math in my head to know if the customer is behind. CORE-2145
-
CORE-1686 will be in 4.0, which causes unpaid (and not past due) invoices to be voided when a service is cancelled. For auto cancellation, there is a plugin that already ships with 3.6 called Auto Cancel that can automatically schedule services for cancellation after a certain period of time. These will work together, meaning, services scheduled for cancellation with this plugin will have unpaid invoices voided (that are not past due) when cancelled.