Results 1 to 3 of 3

Thread: What do I need to install Zucker reports on Sugar CE 5.5?

  1. #1
    anicolais is offline Senior Member
    Join Date
    Nov 2009
    Posts
    99

    Default What do I need to install Zucker reports on Sugar CE 5.5?

    Hi,
    I have seen a lot of articles and everything regarding how to install zucker reports but nothing really completely gets me to actually having it work. Many articles talk about other things that need to be installed first like jasper reports and ireports or something. Sorry if I'm being dumb but I do not understand the process to get Zucker reports to work. What I need to know is what do i need to install before Zucker reports if anything? And then how to actually install Zucker reports. Any articles or help would be appreciated.

    Thanks
    Sugar 5.5 CE
    SQL Server
    Windows Vista

  2. #2
    datasponge is offline Sugar Community Member
    Join Date
    Mar 2008
    Location
    San Jose, CA, USA
    Posts
    553

    Default Re: What do I need to install Zucker reports on Sugar CE 5.5?

    There's a discussion of what to do to make 5.5 work on SugarForge in the Zucker Reports forum here.

    That site also lists 5.0 as the latest supported release. I see lots of history for Zucker, but not much recent activity, so I'm not sure where the project stands. Anyone from Zucker have info on this?

    Also, every time I try to get Zucker Reports working, some other priority comes up and I've found it too complicated to get it working without a lot of focused time and effort. I just started reading about Kinamu Reporter and it looks promising because it's much simpler, but only in beta. I hope to download it and try it in the next few days.

    Phil

  3. #3
    ivit is offline Sugar Community Member
    Join Date
    Mar 2008
    Posts
    187

    Default Re: What do I need to install Zucker reports on Sugar CE 5.5?

    -Unpack the zip package

    -change the manifest to include all 5.x versions:
    'acceptable_sugar_versions' => array("regex_matches" => array("5.*")),

    -In the follofing files change the rhs_table value has to be in plural, i.e. you have to add letter 's' at the end of ech of the table names.
    ZuckerListingTemplate/vardefs.php
    ZuckerQueryTemplate/vardefs.php
    ZuckerReportTemplate/vardefs.php
    ZuckerWordTemplate/vardefs.php
    example:
    'rhs_table'=> 'zucker_listingtemplate'
    by
    'rhs_table'=> 'zucker_listingtemplates'


    - In file ZuckerListingTemplate/vardefs.php change the folowing:
    'relationship' => 'zucker_reporttemplate_XXX',
    with
    'relationship' => 'zucker_listingtemplate_XXX',

    -pack the zip again.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 8
    Last Post: 2009-12-07, 12:37 PM
  2. Zucker Reports CE 1.11 on sugar 5.2.0e WAMP
    By blindude24 in forum Help
    Replies: 1
    Last Post: 2009-07-15, 06:21 AM
  3. Zucker Reports 1.9 Not uploading in sugar 5.1 0r 5.1RC
    By danrweki in forum Developer Help
    Replies: 1
    Last Post: 2008-09-02, 09:30 AM
  4. Replies: 2
    Last Post: 2007-11-26, 10:52 AM
  5. Replies: 0
    Last Post: 2007-04-10, 06:18 PM

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
  •