Leaderboard
Popular Content
Showing content with the highest reputation on 04/11/2016 in Posts
-
Package Upgrade Not Reflecting For Account
Blesta Addons and one other reacted to Tyson for a topic
Sounds like there was a validation error attempting to save the changes. You may need to process the change yourself instead. #6 refers to the `service_changes`.`id`. You can fetch the record by running this query: SELECT * FROM `service_changes` WHERE `id` = 6 ; The `service_changes`.`data` for that record contains all the changes for the service that should have been made, but couldn't be due to the error. You could use this information to update the service yourself from the admin UI, and then mark the service change complete, i.e.: UPDATE `service_changes` SET `status` = 'completed' WHERE ID = 6;2 points -
Shared Login Not Works If User Have Two-Factor Authentication
ModuleMatic and one other reacted to Tyson for a topic
The Shared Login plugin does not support logging in with two-factor authentication. It would only be useful for users that have it disabled.2 points -
I'd say to expect 30-40 hours to develop a basic-to-intermediate functional module for someone somewhat familiar with modules in Blesta but unfamiliar with your integration API. That would include research (e.g. reading API docs), communication (back/forth with you on required features before/during/after deployment), development, and testing. Add 15-20% for additional features/changes that will likely arise before completion.2 points
-
Edit Transaction Date
Blesta Addons and one other reacted to activa for a topic
when we edit transaction ,we can't edit date . it so useful when we record payment , and we put a wrong date . mark transaction s error and ad another one just to fix date transaction is a pain .2 points -
It looks like the same issue is occurring now for invoices. Each userid in tblinvoices should be non-null as well.1 point
-
iDevAffiliate has a plugin for Blesta, and they have a very extensive affiliate system.. much more powerful than the one we have planned. Extensions that work for Blesta 3.6 should work fine for 4.0. The only issues that might arise would be strictly cosmetic. For example, v4 admin area uses bootstrap buttons.. so a plugin that uses the current buttons may look a bit out of place, but it'll still work. We recommend cloning the client template and making your changes to that. Select the template under Settings > Company > Look and Feel > Template. Then, do a diff between the normal client "bootstrap" template from your current version and the new version to see what files you may need to change. If you change prices on the package level, it will affect renewing services that do not have a price-override set. So, if you have a monthly term for Package A of $10, and you want to raise the price by 10%, you can edit the Package and change it to $11 and everyone who is using it will be billed $11 at the next cycle.1 point
-
Package Upgrade Not Reflecting For Account
Blesta Addons reacted to evolvewh for a topic
Blesta v3.6.1 Client went to his account, upgraded the Service to a new package, an invoice was generated and all was good there. After it was paid, the module isn't updated to show the change in package. This particular service uses the Universal Module. Is this a bug or not a feature of the Universal Module?1 point -
Manual Payment Of Gateways
Paul reacted to Blesta Addons for a topic
we want as admin enter manual payment (record payment) of gateways , sometimes the client pay via paypal from outside system,and we need to record this payment as paypal transaction we found it it ,under other1 point -
Change ? For Configurable Options On Invoice
evolvewh reacted to Blesta Addons for a question
the working font for the true utf8 , the only issue is the size of the pdf file .1 point -
Allow Client To Change Term - No Invoice Generated
activa reacted to Blesta Addons for a topic
ther are a option that the change will not take effect until the invoice generate was paid . but what i can't understand is when changing termfrom 5 to 1 year the domain was renewed !!1 point -
Change ? For Configurable Options On Invoice
Blesta Addons reacted to evolvewh for a question
For anyone else looking into this, dejavusanscondensed works the best, IMO.1 point -
Under [settings] -> [billing/Payment] -> [invoice Customization], at the bottom is a Font Family selector. Choose a font (or add another font) that supports that character.1 point
-
It sounds like your WHMCS database may not have a valid userid for every contact from tblcontacts. This value becomes the client ID in Blesta, so one must exist. You may need to update that database table to ensure each record contains a non-null userid.1 point
-
1 point
-
1 point
-
See you have missed one important bit I believe... In my opinion and experience it sounds like you have the domain group twice not this:1 point
-
No problem! Nikko, just in case you are registering .de domains, Namecheap offer those for under €9 per year, and Namecheap does have an API for Blesta, although, I spotted a couple of bugs the other day. It should still be usable, though.1 point