Leaderboard
Popular Content
Showing content with the highest reputation on 09/18/2014 in Posts
-
To help the Blesta developers know what is stopping you and help them put priority ideas at the top. I've been threw the feature request forum below to find the requests you can all vote for, I have missed some sorry but select other and post here. You can tick as many as you need, current customers can vote on what they would like to see. All votes are private so no-one will know what you voted so people don't know you voted this and that etc. Thank you.3 points
-
Add Option To Disable Client Tax Id
PauloV reacted to flangefrog for a topic
On the client's "Edit My Information" page there is a field marked Tax ID/VATIN. I have no idea what this is used for but in New Zealand and probably many other countries it is not applicable.1 point -
Wen activating: Settings->Compant->Currency Setup->Use Package Pricing for New Services Only Show a Warning in Packages->Browse->Create Package/Edit that you have to setup prices in all currencies Its very confusing for anyone, even me to remember every new install that I have to setup or disable the option "Use Package Pricing for New Services Only" to Multi Currency work correctly1 point
-
[Orders Widget] - Show "orders" Widget By Default
Blesta Addons reacted to PauloV for a topic
Wen we activate "Manually Review Pending Orders" no one can review orders, or find them where they are to review Please activate by defaul on every new Blesta Instalation the Widget in Billing->Overview->Manage Widgets->Order System Also Add a new option in the Admin Menu "Billing" called "Orders" to find the order and not only on "Overview", and also add the Orders Widget in Admin->Client Details on Top of everything before "Invoices".1 point -
[Client] - Change A Package "upgarde/downgrade"
Blesta Addons reacted to PauloV for a topic
Wen a cliente change a package "Upgarde/Downgrade", please only change after Payment and not imidiatly as it is right now.1 point -
Version 3.3.0-b2 is now available. You can download it in the Client Area. This is a BETA feature release. This release is not considered stable enough for production use. Please report any bugs in the 3.3 beta bug forum. Installing Blesta See Installing Blesta in the User Manual for instructions. Upgrading Blesta See Upgrading Blesta in the User Manual for instructions. Release Notes See Blesta Core - Version 3.3.0-b2. For older releases see all Change Logs.1 point
-
I don't think it renders an error on the order form, but I think no prices appear because it doesn't perform any currency conversion due to that setting. You would need to make sure that the currencies you set on your order form are defined for each package. I think it makes sense that you check your multi-currency settings when attempting to accept multiple currencies. It's always a good idea to go through and configure each setting after an installation since the default values may not be for you.1 point
-
And mass mailer and affiliate system are in the lead...1 point
-
Generate Password
Clare reacted to domaingood for a question
Please add PIN: Too Like this Pin+confirm Pin 4-6 Digit when it will be customer support pin.When they contact via phone or live chat.1 point -
[Pro Forma Invoices] - Numbering Are Not Sequential
Blesta Addons reacted to PauloV for a topic
Im not telling its a WHMCS bug Im only telling that we want sequential numbers to work, and we (Im talking myself), dont mind to leave the filed as it is writable Here is the solution for what you said and we have alredy implemented on Blesta 3.3b2 and works greate Open file app/models/companies.php Find on line 748 'inv_proforma_start' => array( 'number' => array( 'if_set' => true, 'rule' => array("matches", "/[0-9]+/i"), 'message' => $this->_("Companies.!error.inv_proforma_start.number") ) ), Add after: 'inv_proforma_start_check' => array( 'number' => array( 'if_set' => true, 'rule' => array("compares", "<=", $vars['inv_proforma_start']), 'message' => $this->_("Companies.!error.inv_proforma_start.greater") ) ), Open file app/views/admin/default/admin_company_billing_customization.pdt Find on line 53: <?php $this->Form->fieldText("inv_proforma_start", $this->Html->ifSet($vars['inv_proforma_start']), array('class' => "small", 'id' => "inv_proforma_start"));?> Add after: <?php if($this->Html->ifSet($vars['inv_proforma_start_check'])){ $this->Form->fieldHidden("inv_proforma_start_check", $this->Html->ifSet($vars['inv_proforma_start_check'])); }else{ $this->Form->fieldHidden("inv_proforma_start_check", $this->Html->ifSet($vars['inv_proforma_start'])); } ?> Open file panguage/en_us/companies.php Find on line 34: $lang['Companies.!error.inv_proforma_start.number'] = "Pro Forma Invoice Start Value must be a number."; Add after: $lang['Companies.!error.inv_proforma_start.greater'] = "Pro Forma Invoice Start Value must be iqual or greater then current number."; Hope that helps you and outhers1 point -
1 point
-
You don't need to setup prices in every currency when "Use Package Pricing for New Services Only" is checked. This depends entirely on what you are offering customers and whether you want certain packages/terms to be available in one currency versus another. Multi-currency is supported either way. Checking that setting will simply disable currency conversions, thus requiring that the package/term be ordered in the currency in which it is defined.1 point
-
What Crazy Thing I'm Doing
Georgemi reacted to Blesta Addons for a topic
Hello All last week i have accros with a particular issue , i need to change/override some CSS for certain page in blesta , like in support plugin / admin client view / admin client edit / login client / login staff . and some other pages of my own plugins/modules . i heat changing the core files , so i have decided to go with vQmod , until i get the idea pombing my though . i have begin coding and coging and coding . inthe end i have GOT it working my Magic Plugin "CSS & Javascipt Toolbox" , the idea was from a wordpress plugin . NOW what my plugin can do ? you need to add a image background to the login client page ? no probleme, add your css and let the plugin do it . you need to ovveride some css style just in particular page ? no probleme, add your css and let the plugin do it . you need to a jquery function in the add payment record ? no probleme, add your jquery code and let the plugin do it . you need to hide some input/label/div without changinf the core file ? ? no probleme, add your jquery code and let the plugin do it . you need to add custom css/jquery/javascript in all client side or admin side ? no probleme, add your custom code and let the plugin do it . how this can work in blesta ? so is soo easy , with blesta v3.3 . my plugin search all the controllers and all the function inside the files , merge then in one array to get the location we need to use it . we check the $params againt the actual URL . if is the url we need we load the custom css/js . first i was storing code in database , but for some reason if we have a large and huge system this can make some load , so i have changed to filesystem and the performance is so pretty . so after the final release of v3.3 i will make it free for all . i let you with some screenshoot Good Night1 point -
Paymill Payment Gateway
mdjanic reacted to lakridserne for a topic
I'm interested too. Guess I'll just go ahead and develop it myself... And if you are interested, mdjanic, or anyone else, I suppose I could share the module.1 point -
[Module] Opensrs - Beta 1.0.8 Relesed :)
dominame reacted to ctalkington for a topic
nice! what id really like to see is support for the email reselling side of things. once you get past 50 domains hosted, it gets a bit fun to keep it all straight. i do think a email module will be my focus after migration from HostBill.1 point -
[Module] Opensrs - Beta 1.0.8 Relesed :)
PauloV reacted to Purevoltage for a topic
Awesome this is much needed to have more domain options for Blesta.1 point -
Release 3.3.0-B2
flangefrog reacted to Paul for a topic
You're welcome to start one, now is a good time to start a conversation about the domain manager. The goal is to get 3.4 out pretty quickly, and focus on the domain manager for 3.5. A discussion about features and functionality would be good.1 point -
Only need C if you transmit but do not store. If you want to store card holder data, you do need D, and note that it has all kinds of extra requirements the typical Blesta user does not meet. Like that your database server must be on a private network, and that the software should only access the database through stored procedures and not be allowed to perform direct queries.1 point
-
If you are in the US, you might look at e-onlinedata. We're actually partnered with them, see http://e-onlinedata.com/blesta/ for details and costs.1 point
-
Once you get them added manually, and make sure their username/password is set to match interworx...all of the Blesta controlled side of it will start to work. Which means they can login from Blesta, Blesta will still be able to suspend the account for non-payment, etc.1 point
-
Accepting Credit Cards
domaingood reacted to Michael for a topic
Stripe is secure, safe and amazing.1 point -
Accepting Credit Cards
Max reacted to flangefrog for a topic
I don't think any current gateway implementations can allow credit card reuse without storing the data yourself (tokenised storage). You should do some research into the PCI-DSS standard - if you transmit or store credit card data you will be required to fill out a PCI-DSS SAQ D form. Even if you are only redirecting to a third party like PayPal which accepts the credit card details you are still supposed to fill out an SAQ A-EP form but I think most gateways won't require that. Have a read of this document: https://www.pcisecuritystandards.org/documents/Understanding_SAQs_PCI_DSS_v3.pdf This is a good checklist with all the details of each requirement: https://www.pcisecuritystandards.org/documents/Prioritized_Approach_v3.xlsx1 point -
Vqmod For Blesta Now Available
wfitg reacted to flangefrog for a topic
vQmod intercepts any included php files and does this by changing some code in index.php. This is only done when running yoursite.com/vqmod/install so after you have installed vQmod you can remove the write permissions. You will need to make vqmod/vqcache and vqmod/logs writable. No special server config should be neccesary, if php files can already run then that's enough. You may want to read https://github.com/vqmod/vqmod/wiki for some more info.1 point -
Domain Contacts
PauloV reacted to Blesta Addons for a topic
Sipply change/edit the logicbox module and put your own info for admin/tech . in the wois tab , you can disable the admin/tech from bieng edited ( i think this is against ICCAN plicies , not sure )1 point -
Ok guys -- I think this has received enough +1's, thanks! Please see CORE-14281 point
-
I'd Like To Use A Gantt Chart For Projects
Clare reacted to interfasys for a topic
Here is a good ready-made component which could be included fairly easily into Blesta. They operate in a dual-license mode, so you'll need the Pro version for things like Critical Path. http://dhtmlx.com/docs/products/dhtmlxGantt/1 point -
What Crazy Thing I'm Doing
wfitg reacted to Blesta Addons for a topic
1 point -
Terminate Suspended Services
lukasP reacted to Blesta Addons for a topic
the things should be like this i think 1 - add option in company setting to enable/disable auto cancel suspended service that are not paid ( should not confuse with suspended service for other reasons ) 2 - add option to set how mush days after suspension should the service be canceled . 3 - add new email template for notify users about thier service will canceled after X days if not paid (like the overdue invoice and suspension notice) 4 - before 1 or 2 days from canceling add new status to the service "pending delete" , whith this we can know wich service will be deleted ( this feature is optional) 5- the best of the best , if we can make modules register it own days to cancel services , for exemple, domain (com/net) should be canceled from client side after 45 days i think , cpanel we can make it at 10 days , that depend with the module itself , if no days are set , use the default one .1 point -
More Vars Passed To Modules
PauloV reacted to Blesta Addons for a topic
after some search i have get some workarround . for getAdminAddFields is not possible to get the client_id and no session is stored for it . so the only solution is to get the client id from the url so then load the clients model $tokens = explode("/", $_SERVER['REQUEST_URI']); $client_id = $tokens[sizeof($tokens)-3] ; Loader::loadModels($this, array("Clients")); then get the client info by $client = $this->Clients->get($client_id); so then add oyur fields to be shown $fields = array( 'transfer' => array( 'label' => "Domain Action", 'type' => "radio", 'value' => "1", 'options' => array( '1' => "Register", '2' => "Transfer", ) ), 'domain-name' => array( 'label' => Language::_("Logicboxes.transfer.domain-name", true), 'type' => "text" ), 'auth-code' => array( 'label' => Language::_("Logicboxes.transfer.auth-code", true), 'type' => "text" ), 'name' => array( 'label' => "Name", 'type' => "text", 'value' => $client->first_name . " " . $client->last_name ), 'client_email' => array( 'label' => "Email", 'type' => "text", 'value' => $client->email ), 'client_address1' => array( 'label' => "Adress", 'type' => "text", 'value' => $client->address1 ) ); for the phone number you make a regex to validate the phone by jquey in $module_fields->setHtml () . i hope this can help1 point -
I've never heard of anyone confusing a Tax ID with a SSN, but I suppose anything's possible. Just another reason to have optional field support for you to set what you require.1 point
-
Add Option To Disable Client Tax Id
PauloV reacted to Blesta Addons for a topic
this option most used in europe countries , if the client is a company or person , he should add Tax ID/VATIN , as per some regios they are excluded from tax per this Tax ID/VATIN . and this Tax ID/VATIN should be shwon in the invoice .1 point -
Making client fields optional is something we plan to add in the future, apart of CORE-547.1 point
-
Paypal Standard - No Blesta Email Confirmation
PauloV reacted to Blesta Addons for a topic
Give the guys some time , they are now very bussy with v3.3 , i'm sure after the final release of 3.3 they can get back for some feature request .1 point -
Flat Theme - Client (Updated)
PauloV reacted to FoxDenHosting for a topic
I changed some of the colors to make it look more appealing and easier to see as well as match the Admin theme better.1 point -
I'm not sure I understand your phase 1.. I believe clients can change the whois for every domain contact type by managing the service, for every domain registrar module we've released so far. Or am I missing something? For phase 2, this would be a good addition to the plugin we're planning to build for domain registrations. The plugin is meant to consolidate a lot of the methods shared between all domain registrars, and provide a simpler way for managing domains. This would include, to start with, a pricing grid for TLDs, which would be easier than configuring a package for each one. This could potentially also include a domain management section for clients where they can do bulk domain updates, and store contact details as you describe.1 point