Jump to content

Blesta Addons

Alpha Developers
  • Posts

    4,868
  • Joined

  • Last visited

  • Days Won

    390

Everything posted by Blesta Addons

  1. i give you the solution for $0 . open components/invoice_delivery/invoice_delivery.php change this function public function downloadInvoices(array $invoice_ids, array $options = null) { $invoices = $this->getInvoices($invoice_ids, true); $this->buildInvoices($invoices, true, $options)->download(); } to public function downloadInvoices(array $invoice_ids, array $options = null) { $invoices = $this->getInvoices($invoice_ids, true); $this->buildInvoices($invoices, true, $options)->stream(); } test and give me feedback
  2. i don't think is possible ....
  3. i will happy if you can provide more detail that i can fix it ... what step to produce the error ?
  4. the event is called when a invoice is added by the Invoice model either by api or cron or web .
  5. i don't see any relation with your solution to the question !!! the OP ask to send data to ad it to the cart in the order form . let say this example that i have also depending in the solution . i have a plugin page X , i want to add a botton , when i click in it , it will add the X item in the session cart of order form . what should the form contient as a data to be sent and added to the cart ? if client go to checkout he can see what is added. this is possible ?
  6. for my opinion is not priority , what i see here the blocker is the attachement pdf in the email , maybe if they force to shew it in the browser it can has a efect to attached pdf in emails . the suggestion is to ad a html preview , for this i have a html invoice componnts that can be used until the staff can release thier own system .
  7. Can you pm me the info ?
  8. Blesta Addons

    Release 3.5.2

    in upgrade i see the full files of support_manager .... is a forgetten thing or it left for some reasons ?
  9. Hello it would be fantastic to add option to add our own routes in admin interface . also to allow plugins set thier own route without the need to change the route.php in conig folder . the route.php should be updated to fetch routes from database and set them in the end of the file .
  10. This is already requested . what i can confirm , is 2 thing : 1 - it can be done via plugin , i have already maked a custom work semilar to this request . 2 - when blesta add a avents to the order plugin, i will create and release a plugin for that freely
  11. No , you are not missing anything , the plugin can't add a new link . the plugin has the ability to change the actual links saved in database . the probleme is from the core blesta functionality and database shema see this threads http://www.blesta.com/forums/index.php?/topic/3619-primary-key-in-plugin-actions/ you can vote for it .
  12. i have liked the idea to list pop and smtp and ftp setting in the service info tab .
  13. are you sur the client id exist 1501 ?
  14. i have experience the same issue in the past . the probleme is comming from the foreach loop in the pdt file as the first element for the saved array is en_us as the de_xx is empty . i have fixed it manually , but i don't test it again .
  15. That's is a very usefull feature .
  16. The Path is correct , the blestaSetHeadTag is set correctly the js file , but is not with css . the same code i used in the view pdt file and is working . is not working in the sethtml() function just or the css file .
  17. i see a lot of problme you front in blesta , and some are the basic of the basic . i think is better to hire someone to adjust the blesta for you .
  18. if you mean "admin/billing/services/" ,the client ID has a tooltip that show the name of client .
  19. http://www.blesta.com/forums/index.php?/topic/4840-proforma-pdf-payment-info/
  20. Yes, only the css is not loaded , the js file is well loaded, i use console and firebug developer tools to check what is loaded or not . and the second jquery code is working well for css . no, the same links is working for other methods and blestaSetHeadTag for JS file , and is working without any issue . i have replaced blestaSetHeadTag for css with append jquery and it work like a charm . i'm posed the uestion that to know is there is an issue with this . this case is fronted with the setHTML() function . when i use blestaSetHeadTag in the view it work also .
  21. First impression is good . Ib better than the windows 8 .
  22. There already a request for this .
×
×
  • Create New...