Results 1 to 3 of 3

Thread: Slighly enhanced ZuckerReports module

  1. #1
    gunni is offline Sugar Community Member
    Join Date
    Aug 2006
    Location
    Cologne, Germany
    Posts
    364

    Default Slighly enhanced ZuckerReports module

    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
    Last edited by gunni; 2012-03-01 at 01:42 PM. Reason: Changed download link to more general, as it seems not everyone is able to find the file if the file did change.

  2. #2
    citapinc is offline Sugar Community Member
    Join Date
    Sep 2011
    Location
    Anaheim, CA
    Posts
    81

    Default Re: Slighly enhanced ZuckerReports module

    Quote Originally Posted by gunni View Post
    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
    I've been able to get ZuckerReports v1.14 installed just fine. However I can't get any of the Demo Packs to install at all. I know you're lazy, but can you take a few minutes and update the two demo packs so they can install properly with SugarCRM 6.2 and higher with ZuckerReports v1.14 please?????

  3. #3
    gunni is offline Sugar Community Member
    Join Date
    Aug 2006
    Location
    Cologne, Germany
    Posts
    364

    Default Re: Slighly enhanced ZuckerReports module

    Sorry, i never installed the demo packs, and wont do, so you may ask the authors of ZuckerReports.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 6
    Last Post: 2010-05-14, 02:28 AM
  2. Replies: 2
    Last Post: 2010-05-13, 03:42 PM
  3. Enhanced Studio Show Field from Module
    By brockz in forum Developer Help
    Replies: 2
    Last Post: 2010-04-12, 09:35 AM
  4. Enhanced search module generating query
    By rijas in forum Developer Help
    Replies: 0
    Last Post: 2009-03-31, 06:11 AM
  5. Replies: 17
    Last Post: 2008-05-13, 10:25 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •