Jump to content

Blesta Addons

Alpha Developers
  • Posts

    4,868
  • Joined

  • Last visited

  • Days Won

    390

Everything posted by Blesta Addons

  1. So is not my road . I always try to find solutions far form the core files . But anyway , you can post your modifcations , there are a lot of users has are ready to hack core files to get what they need . Thanks for your contribution .
  2. Have you made your own odrer template or you have hacked the order class core file?
  3. In imvoixe setting . when you set a logo or background . can you see your logo and background in the PDF ? If yes . then the problem is just in support manager . have you any mod security rules installed? Try a simple I Upload form script to test the upload .
  4. PM me . i have a beta release for this feature and i need testers .
  5. I wil check it this weekend to reproduce and correct if it need correction .
  6. This can be done without any code . In blesta set up the default language . In yiur profile set the english language . My question was for giving the visitor/clients option to change langauge without changing the profile . Ihave already completed this task . Now every one can change the language in any place in blesta from a dropdown language selector . If i have time i will write a howto without hacking the core files
  7. i think a sql query can do that in phpmyadmin . but not sure of this .
  8. anywhat was your response , thanks for take time to response
  9. i have test it , the first observation , the size of the uploaded image is the same as the image in my pc .so the upload/download is completed . now to do more test , if you download the image with ftp programm , can you see it ? have you tried a simple upload form with php ? this is just to be more sure the probleme is from the upload proccess in the server or from the blesta upload system .
  10. Hello , first , i know that using hyphens "-" in a variable is not recommanded , we should use "_" instead . but for a porject i work for it, the client already has a big and tremendous data , and almost is impossible forit to change this , and we are forced to work the hyphens . i get a sql query error SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-`depends`='12346',`status`='active'' at line 1 on line ..... i have the fallowing code in a model $fields = array("package", "name", "version", "depends" , "pre-depends", "status" ); $this->Record->where("id", "=", $package_id)->update("packages", $vars, $fields); when i remove the "pre-depends" from the fields it work perfectly . i have tried "{pre-depends}" ; "pre\-depends" without success . how i can pass this without hacking he core record.php ?
  11. try this line $domain->attach($fields->fieldText("ispconfig_domain", $this->Html->ifSet($vars->ispconfig_domain), array('id'=>"ispconfig_domain", 'placeholder' => 'yourdomain.at')));
  12. already requested .... please use search frm to ad your votre for a previos request .
  13. Normally it should work . You can test it and send feedback , is thier any bug i will correct it . Best regards .
  14. Blesta Addons

    Phpids

    thier ltest activity in github was 10 months ago. thier are a alternative named expose , but it use the same phpids rules https://www.awnage.com/2014/01/06/ids-showdown-phpids-vs-expose/ Docs : https://expose.readthedocs.org/en/latest/
  15. It will renew every day from 12 april .
  16. normally this is what is should be done . what do you have in your gateways log ?
  17. can you put in the same level the CORE-1287
  18. I like the idea. But -1 for saving images in database . I prefer save them in upload directory outside the public_html . Or add ability to attach notes with transactions.
  19. So i can resume , the due date should be showed in proforma invoice , after convertion to final invoice is not needed to be shown , for that reason is safe to not change the due date . It remain a reference for proforma invoice .
  20. i finished a call now with an accountant , due date is not needed in the official invoice . so it can be ignored if proforma is activated . (i'm talkingabout morocco , but i think almost all the laws here are the same as the EU laws ) .
  21. @PaulV , i think cody ask about the due date and not the invoice date , and her question is clear , is the same issue as @phamhung has . sometimes the due date will be earlier than the invoice date . @Cody , i have asked about this subject , the answer was no probleme , because the due date can also be referrel to the proforma , and in most case the due date is not needed to be mentioned if the invoice is paid fully , as is not a legal element that the invoice should have , as the date and the number and other info . but i preffer listen to more EU customers about this subject .
  22. i don't understand your answer ?! what you mean about Automatic invoice confirmation .
  23. as i though the due date should not be changed . because the due date is a fixed date in the proforma . what others thinks ? due date should have date earlier than invoice date ? if yes , is should be the invoice date ? i can change the code to make it as the invoice date . but ned more opinions about this subject .
  24. as i though the due date should not be changed . because the due date is a fixed date in the proforma . what others thinks ? due date should have date earlier than invoice date ? if yes , is should be the invoice date ? i can change the code to make it as the invoice date . but ned more opinions about this subject .
  25. in resume it will make proforma and invoice under controle , so : - sequencial in proforma numbering not reused numbering. - invoice date will have the date of converstion from proforma to invoice and not the the date of generating the proforma .
×
×
  • Create New...