Leaderboard
Popular Content
Showing content with the highest reputation on 12/14/2016 in all areas
-
CubeData is proud to announce our Release of Our TCAdmin Provisioning Module Please read more on our website below for ordering/purchasing/getting a trial license: https://cubedata.net/tcadmin4 points
-
Thank you for "sponsoring" the development as I couldn't have done it without your help with getting me a license so I could make the module.2 points
-
You could bill via the Blesta API, as all public model methods are supported. Something to note about manual invoices in Blesta though, if you're going to generate these manually. You can enter the hourly rate in the unit cost, and hours in the quantity. You can use a quantity of something like "1 35/60" to represent 1 hour, 35 minutes, which should simplify billing for hourly work. I would love to build a project management type of plugin for Blesta to simplify this, or maybe the ability to import invoice items from CSV.1 point
-
Yes, I believe you're right Mike. We don't recommend modifying this, so tweak at your own risk.1 point
-
Think he's trying to customise the main one mate isn't that also set in the model? /app/models/navigation.php1 point
-
Plugins register nav links by registering them in the database under the plugin_actions table with the actions listed below: nav_primary_client nav_primary_staff nav_secondary_staff Look in the table for examples. Otherwise, you'll have to manually edit the templates. I think @Licensecart CMS plugin allows creating nav links that link to external resources, but I could be wrong. Alternatively, you can modify the templates.1 point
-
Well done Timothy and Miikaa Any screenshots?1 point
-
1 point
-
Blesta is now for GSP's ! =) Good job mate, happy to worked with you on this one !1 point
-
@activa Yes. It appears to be a PayPal situation. When I called they said that they have RANDOMLY put several other people's accounts on some sort of "Fraud Risk List". Been with them for 10 years without any problem or complaint on record. So I will be calling back today to find out why we were RANDOMLY put on it and to get us off of it.1 point
-
Import client in database
activa reacted to Blesta Addons for a topic
the plugin will do the task for you 1 time . no cron is needed . the plugin will use the blesta client model to add all the necessary fields and table out of the box . something like the importer plugin .1 point -
Domain Manager - We need your feedback on domains
domaingood reacted to Blesta Addons for a topic
we are testing the order form template for hosting provider in that website, at the moment is working fine with a few simple issue that was fixed now ... we will release it when we are soon to v4 final .1 point -
Global custom field
activa reacted to Blesta Addons for a topic
i think the best idea is to make a aoption when creating custom fields to select wich groups we will apply this field . so we an select them all or just the ones we need .1 point -
edit invoice error
activa reacted to Blesta Addons for a topic
normally , in the plugin i use the default settings of Tracy debugger . Tracy is catching the error , as the above ode has try/catch .1 point -
Awesome. Lines 13 - 18 for anyone else reading this. <div class="form-group"> <?php $this->Form->label($this->_("ClientAccounts.ach_info.field_accountnum", true), "account"); $this->Form->fieldText("account", isset($vars->last4) ? str_pad($vars->last4, 9, "*", STR_PAD_LEFT) : $this->Html->ifSet($vars->account), array('class'=>"form-control", 'placeholder'=>$this->_("ClientAccounts.ach_info.field_accountnum", true))); ?> </div>1 point
-
Fixed in CORE-2308 In the mean time if you would like to make the change effective before our next release you can modify /public_html/app/views/client/client_accounts_ach_info.pdt where it has: <div class="form-group"> <?php $this->Form->label($this->_("ClientAccounts.ach_info.field_accountnum", true), "account"); $this->Form->fieldText("account", isset($vars->last4) ? str_pad($vars->last4, 9, "*", STR_PAD_LEFT) : $this->Html->ifSet($vars->account), array("id"=>"account", 'class'=>"form-control", 'placeholder'=>$this->_("ClientAccounts.ach_info.field_accountnum", true))); ?> </div> And remove "id"=>"account",1 point
-
I am able to duplicate this, not exactly sure the cause yet. I'll create a task shortly.1 point
-
Why are you complaining to Blesta haha it's a PayPal issue and there should be a "Not a PayPal user" section where they click a link and fill in a card but if it's on a PayPal account already it will ask you to log in.1 point
-
TCAdmin module is being worked on though I cannot give a eta of when it will be done all I can say is watch the forums here & our website(CubeData) to know when it comes out as you never know when it will be released. It has been released please check release topic for details1 point
-
You are correct Bank information / Phone number / address whatever you want to let the client know how to pay you offline.1 point
-
I should have done this sooner but I have sample data I'm testing with v4.0 b4 and it worked just fine for me to add an ACH account. It's very possible that it was user error on the clients part. Additional Testing If the user goes and adds ACH as a payment account, it works. If they login to pay an existing invoice but they don't create a payment account and instead attempt to pay one time by ACH on https://domain.com/client/pay/method/, that's when they're unable to enter a routing number after entering an account number. I tried it by using the tab key and by using my mouse to put the cursor in the Routing # field and neither option works. I'm automatically redirected back to select 'New Payment Details' and 'Other Payment Options'. This happens on v3.6.2 and v4.0 b41 point
-
I am able to duplicate this on PHP 7 also, but only when the debugger is enabled. With error reporting enabled without the debugger, I'm not getting any errors at all and the page loads and seems to work just fine.1 point
-
Global custom field
activa reacted to Blesta Addons for a topic
maybe he referring to custom fields for all clients/groups .... but we will wait until he confirm his intention .1 point