I did some slight modifications on the ZuckerReports module and want to share them with you.
This is all based on ZuckerReports 1.14
The modifications are:
2011-08-04:
- Most php notices in apaches error.log are gone
- CSV Export: Use delimiter from sugar export preferences as default column delimiter for select box at csv reports
- CSV Export: Allow line breaks in Fields by encapsulate fields in quotes.
- CSV Export: Use charset from user settings for csv files. (Corrects Umlauts for me, if opening CSV in Excel)
- If for some reason two reports get generated in the same second (two cronjobs run in parallel) make it less likely that both get the same name, by adding a random number to the file name. (Happened to me that because of accidently two running cron jobs documents got send to the wrong address)
- split function is deprecated in PHP 5.3 so just replaced one occurance by explode function.
- Fixed one typo in german language File
2011-08-11:
- made compatible with sugar 6.3beta1
- No more need to edit _AddJobsHere.php for the scheduler to work, as from sugarcrm 6.3beta1 and later this is now handeled in the package
2012-03-01:
- compatible with 6.4.x
- Jasperreports lib now in Version 4.5
You can get this module, on your own risk, as is, from:
https://github.com/gunnicom/ZuckerReports/downloads
Because i am lazy i did one change only for german language (only php notices). If you want to help you are welcome to send me the changes for other languages, this are the diffs for german:
https://github.com/gunnicom/ZuckerRe...74039438fdc18c
I am NOT the author of ZuckerReports, and this are only my little enhancements.
If you find errors feel free to post here. I manage these changes here:
https://github.com/gunnicom/ZuckerReports


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks