Jump to content

Blesta Addons

Alpha Developers
  • Posts

    4,868
  • Joined

  • Last visited

  • Days Won

    389

Posts posted by Blesta Addons

  1. On 9/15/2021 at 7:16 AM, renjith.vs said:

    1. Webhook URL should be dynamic URL with status 200

    in blesta, yes and you can customize the params url  as you want

    On 9/15/2021 at 7:16 AM, renjith.vs said:

    2. Webhook URL should accept post data in json format

    yes, possible, you need to handle this in your gateway module

    On 9/15/2021 at 7:16 AM, renjith.vs said:

    3. Webhook URL should be secured i.e. https://

    https or not is something related to hosting settings.

  2. 1 - clone mailer mass job, it would be nice to have option to copy the mailer job, so we can resend the email again with other filters or same filters.

    2 - delete mass mailer job

    3 - allow inserting full HTML page, enable source button as old version in blesta.

    4 - batch sending number in every cron, so we are safe of spam, and the spool mailer is clean and safe.

    5 - option to stop running jobs.

     

     

     

     

  3. after upgrading to blesta 5, we want to send a newsletter to our client using mass mailer plugin as we do always, blesta updated WYSIWYG editor, this editor didn't allow us to inset our full html page, we need to write in the editor. in the old version was a option (named source) that allow inserting/editing the full html code, now is impossible, and this si not a good behavior for mailer system.

    can blesta team add Source toolbar button as default param in all blesta.

  4. On 8/17/2021 at 5:13 PM, Alahwany said:

    مع ان الموضوع ده قديم بس اتمنى انى الاقى حد عنده لغة العربي للاصدار الجديد سواء لوحة التحكم او واجهة العميل

     

    i hope to find arabic language for the new edition :(

    i think if blesta has a option that allow us send our translation from blesta admin side it would a rock, we can send our translation every time we update or add new translation, then blesta accept to merge or refuse it. the actual mechanism of translating language is ugly, we prefer translate language files inside blesta than go to blesta translator. if i had time i will package our Arabic translation and upload it  and post the link for you.

  5. On 8/14/2021 at 9:17 AM, renjith.vs said:

    Hi Guys,

    I've setup Non Merchant Payment Gateway in my account but not sure about the Web Hook settings.

    Now, after the payment, the gateway returns to a blank page and the Gateway guys advised me to share them the Web Hook details.. 

    Does any one have idea about that?

    are you referring to notification URL? something like paypal do, check the paypal gateway to get more info about IPN.

    it think you are merging with cancel, success, notification URL .

    success URL : the URL who the user return after a successfully payment

    return/cancel URL : the URL who the user return when he decide to cancel the payment

    callback/notification/webhook URL : the URL who the gateway send a callback after a payment is done

    Note: blank page only shown in callback url.

  6. On 8/4/2021 at 4:17 PM, Paul said:

    It's a good idea, thanks for the suggestion. Where do you suggest we put this? Also, should we include any actions (like to cancel the pending changes)?

    Really didn't think in a place for it, but maybe in the services list in billing, a new status like pending changes can be acceptable. or as a widget so staff can add it in the home dashboard or in the billing overview page.

    regarding the button is also nice to add a cancel action.

    we would also add another settings to auto cancel no paid pending service change after X days.

  7. Some client reported that in some cases the client pay but is not clicking return to blesta website and then blesta is not recording the transaction. we have confirmed the behavior, and we are working in a solution but it will be as plugin. normally blesta is not allowing gateway to add their crontab, so the only option is to make it as plugin. the idea is to fetch all the payment done via checkout and loop throw it, if the payment is not present in blesta the cron add it.

    Stripe support web hooks, but is globally, so if you are using 3 website with stripe, the web hook will notify only one URL, and can lead to payment issue for the other website, we suggest using web hooks only if you are suing stripe only in one blesta installation.

    anyway the two option will be provided and every user should select wish one to implement.

  8. 9 hours ago, Alahwany said:

    Hello

    i paid for VIP level and download it but didn't work

    and i created a ticket but no response in support and sales department!!!

     

      

    we have replied to your ticket, you are using a custom them and maybe you have missed to include the head include

    <?php echo $this->Html->ifSet($head);?>

  9. 23 hours ago, Paul said:

    Are you certain that your contact logs are rotated out based on your rotation policy (Under Settings > System > General)? Ours go back to 2013 when we started logging them, it shouldn't be part of the rotation policy. The original idea was to be able to see changes made to client/contact details forever, so you could see and possibly restore details from any point in history. Unless you're saying you do want them to rotate out, but after a longer period of time?

    no, i never check it, but i though the logs are rotated with the other logs, so if is not deleted with the rotation policy is the correct behavior. the only obstacle now is the search or the filter, so making it in the client profile would be the correct way.

  10. 12 hours ago, Paul said:

    Do you mean the log shown under Tools > Logs? The "Contacts" log here is kept indefinitely and are not rotated out automatically like other logs. It is hard to find stuff here though, and we should definitely show changes for a specific client under Actions on their profile page. See https://dev.blesta.com/browse/CORE-2223 for the task, will this accomplish what you are looking for? Maybe we can bump it up.

    Yes, is exactly the goal. only we want a separate Rotation Policy as we want the client logs to be saved for 2 or 3 years. not 90 days as maximum.

  11. Blesta has a logs for contacts and clients logs. This logs are kept for a X days depending the settings in Blesta.

    it would be better if we can have a separated settings for number of days to keep contacts/client logs, we preferable to have more than 1 year, in some case we need to check if the contact was modified or any settings was changed during last X months, also it would better to add link in client Account Actions to check log for the client account only, as now it difficult to find a record for client X in the logs.

  12. 13 hours ago, DannyXYZ said:

    Hello,

    for the invoices i have the Invoice Cache Method enabled. On the most of the invoices (PDF Version) where the payments are listed, the balance is not reduced.

    So as example the invoice amount is 5,00 and the client has also paid 5,00, then the balance still show 5,00 and not 0,00.  

    This seems to be a thing of the cache, but is this intended to be like this? As it then shows  the wrong amount in this cases on the PDF Version all the time. See this screenshot to better understand what i mean:

     

    invoice.thumb.PNG.5ffc4acabce61e4af1bb0c3a819a1853.PNG

    if i modify a invoice and have the checkbox for "Recache this invoice on update" enabled then the amount is correct then on the PDF. i am on Blesta Version 5.1.2.

    the caches invoice is not updated auto, and i thin this is the goal from make cache invoice, if the invoice has changed in the system, cached one is intact until the admin force make a new cached version.

     

  13. Hello All,

    We want to announce that we are almost finished the development of our new module for Hetzner Dedicated Servers, the most wanted module for server resellers in europe, the module will handle the most important actions from admin and client area. with this module we have covered the big 2 companies in europe for dedicated servers (Ovh, Hetzner).

  14. On 7/16/2021 at 8:19 AM, aliman said:

    @TheMaster Please accept this as my official apology. I did not mean any harm towards your business and your plugin works without any issue after fixing the permission issues. That was the first time I dealt with blesta and spend few hours as a beginner to figure things out. Usually , it should work once extracted since it did not i contacted you. Asking $20 made me  think that the developer should help since it was first time installation.  Anyway I'm really sorry about this and hope you resell and keep developing this plugin further and more plugins to come in future.

    Again, Sorry for the trouble caused. For @TheMaster@Paul

    Keep developing your awesome plugin. It will be more helpful if you can make a video kind of thing including installations for blesta beginners like me.

    this kinds of confrontation happen frequently in the life. Apologize publicly is a proof that you are a nice man :) .

     

×
×
  • Create New...