-
Posts
4,868 -
Joined
-
Last visited
-
Days Won
390
Everything posted by Blesta Addons
-
we have already a pluggable plugin called Notification center, if you have skill you can add your own notification system and let the plugin do the publish job for you . we already has integrated the slack.
-
the same for Wizard List template !!!
-
today i have used the first time the Wizard Boxes template of order form, the payment info is not showed, even if i'm logged as client, tested with a client data the same probleme as the pictures . i don't want to lose time searching here and there, what is the problem? note when i switch to the standard template the payment step is showed correctly.
-
Issue 2 : the printed date in csv are not converted to blesta date, so if we have a UTC+4 in blesta, the database date it 30-06-2018 23:00:00, this invoice in blesta are in 1-7-2018, but in the report the date printed is 30-6-2018 23:00:00 . for this issue i have found that i need to pass the argument 'date' with the format. but i can't sent my custom format, all date are printed with date_time .
-
with tax liability reports it doesn't calculate the addons prices for lines .so let say we have service with 10$ and configured addons with 5$ (both are monthly) total price is 15$ . the report is showing only the service price 10$ .
-
replied to your other post, regarding your issue, can you open ticket with attention to me and include the fallowing post, i have patch for you .
-
Hello SIr we have the php 7 version but we hvn't yet released it, because exist some issues we need to fix them, but definitely we are going with until and soon we will release it and make EOF for 5.4 series .
-
Blesta Generated Hundreds of Invoices for a client
Blesta Addons replied to Joseph H's topic in Bugs
today we get the same issue , about 40 invoices generated for the same service with the same dates !! Installed Version 4.2.2 -
no ETA now, but is in our todo list, after we release the credit note plugin we can check this .
-
the order link is working, and almost all 2 days we get new inscription .
-
from my point of view i think is better to have log for staff/client that way we can know wich staff has deleted a service, something like that staff id X deleted service XXX staff id X edit service XXX client id X updated contact id XXX client id X logged out staff id X added service XXX we have do something similar in our notification plugin, but it should have so many improvement to achieve a total loggin system, as now we only logging what events return . we have the attention to analyses POST request to add more actions/info to our actions, but we don't have ETA for it.
-
we have the module built, but we have not yet tested it, so any one can provide a test server we can finish the work.
-
already the post has the last release and new features . sometimes we can put update in forums, website, store, blesta market ... ect , but if you have blesta addons widgets you can see a live releases/updates from your admin dashboard and you know wish installed addons has a new updates available . we have in our roadmap a complete rewrite of our website to make the think simple and accurate .
-
this option is only for USA, and only for cpanel servers .
-
our invoices has services periods included in the line descriptions .
-
disable csf, install blesta then activate it again .
-
check the permissions if you have the resellers permissions
-
New Release 1.3.0 - do not allow cancelling order with activated service .
-
your picture not in english mode !!! normally it should the option after the template selection
-
Hello Sir contact me, we can do a custom one for you or extended Vultr module
-
in your order form chose domain & other for order form type .
-
disable validateService() on order form
Blesta Addons replied to Blesta Addons's topic in Feature Requests
maybe i have made i wrong explanation, we don't want to add service without validation, we want only to collect order from client without validation (order form) maybe a new settings in modules or order form!!! the validation will pass in service creation . i see logical to have validateService() inside add service, but i see it would be also a logical to validate data or not in the order form. in my case i have resolved it with some modifications, but i think this can help others if implemented in the core . -
this page is part of our upcoming CMS Pro for blesta . we will release it soon.
-
in some case, we don't want to pass the validate services function for the order form or when service status is pending, we need it only when activating service . Real case : in some cases, we need only to accept order, then the admin activate the order with filling the service fields data, only then we want to allow module/service to validate the entered data. .
-
i have tested the code now, you can use this regex 'cpanel_domain' => [ 'format' => [ 'rule' => [[$this, 'validateHostName']], 'message' => Language::_('Cpanel.!error.cpanel_domain.format', true) ], 'test' => [ 'rule' => ['substr_compare', 'test', 0, 4, true], 'message' => Language::_('Cpanel.!error.cpanel_domain.test', true) ], 'block' => [ // 'if_set' => true, 'rule' => ['matches', '/^((?!.ga|.tk|.td|.cf).)*$/'], 'message' => 'this domain is not alowded' ], ],