-
Posts
4,868 -
Joined
-
Last visited
-
Days Won
390
Everything posted by Blesta Addons
-
you have enom module from the first time ? or you have started with universal module then switched to enom ? what i can think in it now , the empty label mean that there are no field for "servicename" in database . or it use a different servicename from the actual one .
-
just increase the version number . the upgrade proccess for plugin always remove from database all events/task/navigation and add the new ones in plugin file .
-
Suspend Service That Has Invoice Unpaid In Client Account
Blesta Addons replied to activa's topic in Feature Requests
have you a copy of my database ?! the same case we have fronted yesterday . we have a services that was moved to another client in v2.5 , and yesterday the service was suspended . after a deep loks i nhave found the services is attached to a invoice in the old client that has benn overdue . but i'm curios to see hopw you moved the services in v3 . is also sipmle as changing just the client_id ? so for me +1 for this request . -
i see your code , is easy ( at least for me) making it as a plugin or components . but i can't now do anything , unless i resolve my issues with v3 .
-
perfect . thanks .
-
Wich module you use ?
-
Cron Job Been Excuting For Over 60 Minutes Warning?
Blesta Addons replied to SOH Owner's question in Support
i have the same issue with cron , the stacked cron is the suspend cron . i have enabled the error login , deleted the task , re-run the cron manually , but the cron hs not been run again . Attempting to run all tasks for XXXXX. All tasks have been completed. Attempting to run all system tasks. All system tasks have been completed. the cron setting show last run for Suspend Services 12:00:21 AM . is the same time i have set it to run !!! now we have two days of services that has not suspended . any road to go with it ? -
i think i have found the bug . 02-04-2015 00:00 - 1Hour = 01-04-2016 23:00 and not 02-04-2015 23:00 i think blesta is converting time from UTC to UTC(-/+)X without make in consideration the date .
-
just to note , this invoice is new generated in v3 and not imported (i have run cron manually in v2 just to check the result) . also all he imported invoice is showing a correct date !!! for this invoice . date billied in database : 2016-04-02 23:00:12 date due in database : 2016-04-09 00:00:00 Timezone : UTC+1 tested also with Timezone : UTC+1 DST when i set timezone to UTC+00:00 is show a correct time !!!!
-
is impossible to determinate wish invoice was added auto or manually . i think this request will help at list to see wich invoicewas auto generated http://www.blesta.com/forums/index.php?/topic/6306-add-automatically-generated-note-to-generated-invoice-by-cron/
-
request has been posted http://www.blesta.com/forums/index.php?/topic/6316-improuve-days-calculation-for-suspension/ . any temporary fix for this ?
-
as per this thread http://www.blesta.com/forums/index.php?/topic/6294-suspend-services-days-after-due/ , we want to see a better implementation of calculation day for suspension system . as it not, will not respect the calender day 23:59 and 00:00 . we need this , because is trivial for our business , specially hosting market .
-
or maybe we can all make it as a plugin
-
the invoice is generated by system , the service normally well no auto renew until the invoice is paid . some client request service renew but the payment will be done after X days . we change due date to a future date . we renew service manually . now what we should do to prevent blesta from renewing service when client pay the invoice ?
-
logicbox also requiere consumer contant has a zipcode , empty value is not accepted . something like $vars[$key] = $client->zip != "" ? $client->zip : "00000";
-
we can run cron manually , but the action will just run the cron that should be run in the time set to it . it would be a good option to allow admin to force run a cron manually . like the suspend services, this very usefull for a cron that run 1 per day . today , we have found the suspend cron task stacked and has not ended . and no services was suspended . we can't run the cron again until the next day !!! so a option that allow admin force cron to run manually even if is not it time .
-
if anyone want add this to the cpanel module . open cpanel.php module in getAdminAddFields function search $fields = new ModuleFields(); under add the fallowing code // Fetch all available server for this package $module_row = array() ; $rows = array() ; if (isset($package->module_group) && $package->module_group != "") { $rows = $this->getModuleRows($package->module_row); } else { $rows = $this->getModuleRows(); } foreach ($rows as $row){ $module_row[$row->id] = $row->meta->server_name; } // Create Server label $cpanel_server = $fields->label(Language::_("Cpanel.module_row", true), "module_row_id"); // Create Server field and attach to Server label $cpanel_server->attach($fields->fieldSelect("module_row_id", $module_row , $this->Html->ifSet($vars->module_row_id , $package->module_row) , array('id' => "module_row_id"))); // Set the label as a field $fields->setField($cpanel_server); this fucntion will respect the server group if set in package .
-
it loook like a invalid response , normally it should be a array , here is a object . what about the gateway logs ?
-
i have tested in my site, and is working, i use a custom template , and the latest jquery files .
-
Mike , please , i will not enter in a debate for this . this a request for our needs , the team has the full right to accept or reject . a simple option in the admin setting to allow/disallow editing invoices .
-
if this related to the timezone , maybe that other issue we have in suspending services , any other issue related to cron use the wrong date . waiting for blesta team to confirm , and a temporary fix as this is trivial for us .