Results 1 to 3 of 3

Thread: Zucker Reports in home page - “Reports” panel showing the published reports on your

  1. #1
    titush is offline Junior Member
    Join Date
    Apr 2007
    Posts
    3

    Default Zucker Reports in home page - “Reports” panel showing the published reports on your

    CAN ANYONE ASNWER MY QUESTION ABOUT THIS, PLEASE?

    Hi guys, my name is Hector, sorry for the poor english.
    My problem is in the post-instalation of Zucker Reports in SugarCRM 4.5.1b open source. I want to put ZcukerReports "MyReports" in the home page beside the dashlets, but i can´t. In the manual of instalation of ZuckerReports 1.6g say the next:

    Modify “Home” to include published reports
    You have to change the files “Home.html” and “index.php” within the “<Sugar-
    Root>/modules/Home” directory. This step is optional.
    Note: please do a backup of these files before making the changes. You have to be
    something familiar with PHP coding.
    Home.html
    Add a “MYREPORTS” slot to the layout

    <!-- BEGIN: main -->
    <table cellspacing="0" cellpadding="0" border="0"
    valign="top" width="100%">
    <tr> <td valign="top" width="100%">

    <slot>{MYREPORTS}</slot>
    <slot>{MYOPPORTUNITIES}</slot>
    <slot>{MYCASES}</slot>

    </td>
    </tr>
    </table>
    <!-- END: main -->

    index.php
    Add the code for the subpanel:

    if(array_key_exists('ZuckerReports', $modListHeader))
    $panels['MYREPORTS'] =
    "modules/ZuckerReports/ReportHomeView.php";
    if(array_key_exists('Bugs', $modListHeader))
    $panels['MYBUGS'] = "modules/Bugs/MyBugs.php";


    I can put the first code in "home.html", but i not see where i can put code in "index.php"(see code in bold!!).
    May be, i working in worng file. I work those archives in ..modules/Home/

    I use sugarcrm-OS-4.5.1b-windows-installer of BITROCK in Windows XP Professional SP2.

    I really need urgency about this

    PD: A copy of my index.php are attached (see index.txt)

    Image about what i want! are attached (see reportesenhomepage.jpg)

    Thanks a lot!
    Attached Images Attached Images  
    Attached Files Attached Files

  2. #2
    thcox is offline Junior Member
    Join Date
    Oct 2007
    Posts
    1

    Default Re: Zucker Reports in home page - “Reports” panel showing the published reports on yo

    Did you ever get assistance on this issue? I dont see any responses and I am having the same problem.

  3. #3
    ftreml's Avatar
    ftreml is offline Sugar Community Member
    Join Date
    May 2005
    Location
    Vienna, Austria
    Posts
    399

    Default Re: Zucker Reports in home page - “Reports” panel showing the published reports on your

    With ZuckerReports 1.8 there where some dashlets included, which can be added to the Sugar Home module as any other dashlet. you don't have to edit a file manually anymore.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 0
    Last Post: 2007-04-10, 06:18 PM
  2. Zucker Reports in home page
    By titush in forum Installation and Upgrade Help
    Replies: 0
    Last Post: 2007-04-10, 05:31 PM
  3. Replies: 9
    Last Post: 2006-10-17, 10:21 PM
  4. Home page not showing after task added!
    By ericallard in forum Help
    Replies: 2
    Last Post: 2006-01-17, 07:29 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
  •