Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2008
    Posts
    2
    Plugin Contributions
    0

    Default Creating new reports

    Hello,

    Is there any easy way to create new reports under the Report tab of the admin site?

    The report I need is basically the Customer Report-Totals, but with geographical information added (address, etc).

    Is there some way via the admin, or an easy way that I can just duplicate that report and add the new columns I need?

    Thank you.

  2. #2
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Creating new reports

    In the Free Software Downloads section (link above) you may find a suitable report mod in the ADMIN section. Blindside's SALES REPORT may be helpful.

    Make sure to use add-ons that are compatible with your ZC version.

  3. #3
    Join Date
    Oct 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Creating new reports

    Unfortunately, that doesn't seem to help. It still doesn't display the geographical information (the address), which is the vital element here.

  4. #4

    Default Re: Creating new reports

    Are you handy with SQL?

    You could probably pull out the information you need from your ZC database by tweaking the following model:

    SELECT (necessary fields)
    FROM customers a, address_book b, countries c, zones d, orders e
    WHERE (your particular conditions for the subject report)
    GROUP BY (if necessary)
    ORDER BY (your sort preference)

    Of course, if you avoid SQL crunching by preference, then the above syntax may seem like gobblety-gook to you. My sincerest apologies if the latter instance stands in your case.
    GHarls@}-',--
    DataGrange Design Studio
    Web Design and Consulting

 

 

Similar Threads

  1. creating new pages
    By hangman21 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 14 May 2010, 06:51 PM
  2. Creating A New Page
    By gkarasiewicz in forum General Questions
    Replies: 4
    Last Post: 25 Mar 2010, 07:26 PM

Posting Permissions

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