Jump to content

Blesta Addons

Alpha Developers
  • Posts

    4,868
  • Joined

  • Last visited

  • Days Won

    390

Everything posted by Blesta Addons

  1. i have released a plugin to achive that request , the Clean Order plugin do the job for you .
  2. you can use my plugin Clean Orders , is including a lot of the requested feature in your thread.
  3. we have already talked about this in a lot of threads , blesta should re-think about the hosting market , and adjust the software to be ready for hosting industry . blesta is 100% adequate to selling softwares, licenses, maybe other things , but it need a huge improvement to be a hosting software solution . @CyberHour , regarding your issue , you can live with your solution until the staff response to you , they can include a solution in the v4.1 or more , just it need a time and patience .
  4. Why not just re.ove the cancel button from the pdt file. That way you will not made any core file modification . You can use my free plugin "Clean Orders" to clean the unpaid orders auto .
  5. Hello All . LAST UPDATE 16-10-2017 as promised , we are providing the plugin to clean & clear the unpaid orders after xx days . the plugins has two cronjob . 1 - Clean Unpaid Orders after xx days , the invoice related to the order should not paid or paid partially and in active state( not pending or in review status) . the admin can select delete or void invoices , and set of the services should be marked as canceled or delete them . 2 - Clear canceled orders list . the corn will only clear the the canceled orders after xx days from being ordered . the plugin send email to staff subscribed in order plugin, the email include the order number , client id , invoice id and services ids . that ways the staff can know wich orders has been cleaned . TODO LIST : - options to remind users about their unpaid pending orders . - notice client when unpaid order has been deleted from the system . as always the installtion steps is : 1 - download plugin from Blesta Addons . 2 - upload the clean_orders folder inside plugin directory . 3 - goto plugins , and install Clean Orders . 4 - enjoy the free content . Screenshot this plugin requiere the Basic (Bronze) subscription . Order Link Plugin Page ANY BUG/SUGGESTION REPORT IT I THIS THREAD . exist another plugin tool that has the same goal but with a different logic from our friend blazedd here . Best regards
  6. the bug is related to function getNextInvoiceVars() n this code elseif ($vars['status'] == "proforma" || (($new || (isset($vars['prev_status']) && in_array($vars['prev_status'], array("void", "draft")))) && $client_settings['inv_type'] == "proforma")) { $vars['status'] = "proforma"; $inv_format = $client_settings['inv_proforma_format']; $inv_start = $client_settings['inv_proforma_start']; } the function return back the status to proforma and remove the void status .
  7. we really miss this feature . we have a custom order form that use only emails as login .
  8. we have a voided invoice . when we add a public_note via invoices model to a voided invoice , the invoice status back to active . the code used is : $this->Invoices->edit($invoice_id, array('note_public' => "test a note")); NOTE : the invoice type is proforma . NOTE 2 : tested with invoice an active proforma . so any proforma invoice when e edit it via the model invoice with out set the invoice status , it convert to active invoice even if is not tottaly paid .
  9. contact a developer and send the gateway API .
  10. i need i feedback from staff about this issue . what is the best way to fix this issue ?
  11. hello i have a plugin for this ... but for some license term i have to wait some time until i release it . the plugin is simple , is listen to the invoice.edit event , if the invoice status is void, the plugin delete it . the plugin has a button to delete all voided invoices in mass action . the right to re-distribute the plugin will achieve in august , remind me to put the plugin for the community after the first week of august .
  12. this can be done with a simple plugin ...... please remind me after ~20 days , i will code it for you free
  13. the last 2 month i was totally full time for a personal work . yes i have the plugin in test period , i will release it soon ,i need just some tweaking now .
  14. As i know when blesta cancel Pending services it not using the module .
  15. Try disabling plugins then try .
  16. I think this is related to the new domain manager . We need to list all request regarding domains to a 1 list to well get what really we need about domains . +1
  17. In import manager . The package_group_id in services always null by default . This impact the package addons related to that services . Sinse is null the client can't add any addons options. Please check this thread http://www.blesta.com/forums/index.php?/topic/6769-client-cant-add-addons-package/
  18. What you need from that order from. The steps navs ?
  19. finnaly i have found the bug , the import plugin save the field package_group_id as null , normally , it should fetch the package group . $vars = array( 'parent_service_id' => null, 'package_group_id' => null, how to resolve this issue (more than 10000 service affected by this bug) , any php code to update all the services table that has missing package_group_id ? i think the importer should be updated to fix this bug .
  20. i think i have a new info . all imported packages from blesta 2,5 didn't show the Available Add-ons , all service activated in blesta 3 are showing the Available Add-ons . what is the difference beetwen them ? some field value in database are missed ?
  21. some test package A & B has the same term pricing and belong to the same module and the same group . Package B show the Available Add-ons Package A not showing the Available Add-ons edit : client A has package B show the Available Add-ons client B has package B not showing Available Add-ons this will make me crazy !!!! what is wrong !!!!
  22. You have any custom plugin installed?
  23. Still have this strange issue . Should i open a ticket ? duplicated
  24. Still have this strange issue . Should i open a ticket ?
  25. You need to update the core file and update the query to join the services table .
×
×
  • Create New...