Jump to content

Blesta Addons

Alpha Developers
  • Posts

    4,868
  • Joined

  • Last visited

  • Days Won

    390

Everything posted by Blesta Addons

  1. what is the best approuch to achieve this task by a custom plugin? Core Table - Update Services to include the destination client_id - Update Invoices to include the destination client_id - Update Transactions to include the destination client_id - Update Invoices to include the destination client_id - Update Contacts to include the destination client_id - Update Packages Set to include the destination client_id - Update Emails Log to include the destination client_id - Update Payment Accounts to include the destination client_id Plugins Tables if the plugin is installed - Update Tickets/Replies to include the destination client_id - Update Client Documents to include the destination client_id - Update Downloads Manager to include the destination client_id After changing/migrate all to the destination client account, we will make the old client account as inactive. is this all for the blesta system, or there are some other think we should think about ?
  2. This Feature was in blesta 2.5
  3. it would be nice and perfect if the line description in the invoice show if the invoice is for Renew or Registration/Activation (First Order). we have a lot of resellers and a lot of them request this, because a lot of invoice and they should log to the system to see if is a new activation or is for a existing service (renew), they claim because other providers send them invoice that show that, i don't know if the other providers has WHMxx or other billing software . but i found the idea is very helpful in term of management .
  4. are you using the default template engine or our HTML Invoice components? normally what i see from the file attached it only printed the terms !!!! can you check apache or nginx log file to see is the real error .
  5. Hello it was the case, and we start working yesterday with a plugin that add any installed widget by other plugins to the ACL list with the core once, not sure how it will finish but from your comment it appear we can do it . JUST a note, we don't find any way to hide icons in the widget manage popup .
  6. it would perfect if the widgets (billing/overview) are added to the ACL for stuff. that was , the staff will not see any widget that is disabled for him . also a way to make the plugins widgets also support ACL is great .
  7. Great Work & Addition to blesta modules.
  8. Yes, this is not only related to Blesta, but in all my life .
  9. Just be patient. maybe the future is very good
  10. Thanks for the advice, we have finally take the decision to go away from core table, we have created a new table for the spent money .
  11. Blesta is solid APP in term of security and design Coding (at least in my point of view) . sometimes i feel like Blesta has a limited resources in term of Money and Human, and a lot of times i think why Blesta is not Going to make a Crowdfunding request ? the money is not only used to get more staff and speedup the coding work, but also used to make compagnie advertisement , Pubs, Spots ect .... Is @Paul thinking for such solution, or the actual schema/status are enough for him ?
  12. We want to code a private plugin, the idea is to manage what we get as cash . when we receive payment as cash we don't have any issue with it, sometimes our workers should go to some places and they should pay taxi or the transport fee from the cashbox . we want to centralize the transaction our idea was to make a plugin that write to the transaction table without filling the client_id and account_id . is this will impact the total revenue in the billing widget or any other area in blesta ? Note; we can create another table to store only the spent money from the cashbox .
  13. @evolvewh is this was your issue ?
  14. why not try our plugin , he will do the job for you
  15. Hard & Nice Work .
  16. i don't want to hear this, it hurt me psycho . os prefer listen soon even if it will be done in the next 10 years .
  17. after 2 days, the sessions table was not emptied . i have checked the sessions directory and i found a reasonable files, and all of them has date of march 2018 (last month). the sessions table in Blesta database is not emptied for some reasons !!! i don't know why Blesta is not handling this . should i empty the table manually?
  18. i can't reproduce . what i have as remark, when i make title as required, id don't see any field for it in the registration template .
  19. i love the idea to use twig in blesta, but it should for a long run as mentioned and implemented in processing steps . this will give developers to update their plugins/modules/gateways ... ect the template idea in blesta is quite simple and easy to understand by basic users as it use flat php syntax . blesta in some part override the $structure view and the $view for some reason, i love the idea as we have used in some other projects with this feature. so we select and use any view dir we want in a special case . the idea also can apply to twig also without any issues. Smarty is a good alternative also, and why not a more complete template engine that the actual one. just to note, the actual template engine is doing the job as it should do
  20. are the IP address changed? this is the only case as i think when blesta force logout the staff . the second case is the sessions part, if the info is not writed in the sessions so you will get log out .
  21. i will change this values to and watch session.gc_probability = 1 session.gc_divisor = 100
  22. from my end, i have in my other test server sessions that are from 2017-09-19 !!! this test installation are not in the same server as the production, it has it own server . the commune things between them Cpanel as control panel PHP 5.6 MYSQL 5.6.38 session.gc_probability = 0 session.gc_divisor = 0
  23. try our plugin called the debugger , is in our free subscription plan https://blesta-addons.com/plugin/membership_club/main/
  24. session.gc_maxlifetime 1440 all other settings was well filled, this issue as only after upgrading to v4 that is sure .
  25. Configure::set('Blesta.session_ttl', 1800); // 30 minutes Configure::set('Blesta.cookie_ttl', 604800); // 7 days maybe this happen after we upgraded to v 4.0.0
×
×
  • Create New...