Hello guys, first of all thanks for your collaboration in this project, now I have this next question:
My system:
Ubuntu 12.04.5 LTS
PHP 5.3.10-1ubuntu3.15 with Suhosin-Patch (cli) (built: Oct 29 2014 12:19:04)
Zend Engine v2.3.0, Copyright © 1998-2012 Zend Technologies
MySQL Ver 5.5.41-0ubuntu0.12.04.1 for debian-linux-gnu on x86_64 ((Ubuntu))
Apache/2.2.22 (Ubuntu)
SuiteCRM Version 7.1.5 Sugar Version 6.5.20 (Build 1001)
FireFox 35.0.1
I’ve two questions regarding printing in SuiteCRM:
1-) In SugarCRM the “print button” had this code
onclick="SUGAR.ajaxUI.print();"
but in SuiteCRM has this code
onclick="printpage()"
which file should I edit so it can be like is on SugarCRM?
I’m asking this because I used to print subpanels in SugarCRM by modifying the view.detail.config.php file and all worked great, also I’ve touched some things in print.css so that I can remove the buttons and other things.
2-) As a side of question number 1, I wont need that if I can print subpanels using the Print PDF feature that’s available in SuiteCRM, is there a chance to print the info in subpanels? using the PDF Template module I can’t find variables that match my relations from subpanels.
Either answer is OK, but both questions would be great if it’s possible.
Thanks for the help as always.
Best Regards