Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18
  1. #11
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,640
    Plugin Contributions
    88

    Default Re: Sales Report with Graphs support thread

    I've got the plugin running properly (without modification!) on a Zen Cart v1.5.4 site.

  2. #12
    Join Date
    Jan 2004
    Posts
    66,391
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Sales Report with Graphs support thread

    I've been working on some changes to dump the old Netscape graphing code and use the Google Charts feature. I may package it up as an update sometime next month if someone reminds me mid-February.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #13
    Join Date
    Jan 2012
    Posts
    27
    Plugin Contributions
    0

    Default Re: Sales Report with Graphs support thread

    Quote Originally Posted by JacobBushnell View Post
    I have not tried on on 1.5.4, but it works fine with 1.5.1 so I'm guessing it should be fine.
    -Jacob
    Works fine. There was a file in /admin/boxes/extra_boxes that I didn't copy over because the 1.5.4 admin folder didn't have a /boxes folder.

    Does the summary reports I need--thanks!

  4. #14
    Join Date
    Jan 2004
    Posts
    66,391
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Sales Report with Graphs support thread

    Quote Originally Posted by DrByte View Post
    I've been working on some changes to dump the old Netscape graphing code and use the Google Charts feature.
    Update posted :)
    Also resolved the issue of the order-status filter showing multiple times for every language in the store.
    https://www.zen-cart.com/downloads.php?do=file&id=848
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #15
    Join Date
    Jun 2010
    Posts
    8
    Plugin Contributions
    0

    Default Re: Sales Report with Graphs support thread

    Quote Originally Posted by DrByte View Post
    Update posted :)
    Also resolved the issue of the order-status filter showing multiple times for every language in the store.
    https://www.zen-cart.com/downloads.php?do=file&id=848
    hi, is there any (easy) way how to make this work with 1.3.9f? (i know it's old ;)

    thanks!

  6. #16
    Join Date
    Jan 2004
    Posts
    66,391
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Sales Report with Graphs support thread

    Quote Originally Posted by luidzi_1 View Post
    hi, is there any (easy) way how to make this work with 1.3.9f? (i know it's old ;)

    thanks!
    you would need to download the older version of the plugin (go to the plugin page, and scroll down to the one compatible with 139). Note that you'll be missing some bugfixes, and won't have some of the newer features such as Google Charts to do the graphing, etc.

    It would be wise for you to put a plan in place to upgrade to the latest ZC version soon :)
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #17
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,837
    Plugin Contributions
    124

    Default Re: Sales Report with Graphs support thread

    I can't believe I wasn't aware of this mod before! Nicely done, Dr. Byte and other contributors. Works like a charm.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  8. #18
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,837
    Plugin Contributions
    124

    Default Re: Sales Report with Graphs support thread

    On some installations where PHP was compiled without cal support, this mod will fail because the cal_days_in_month function doesn't exist. You can just define it locally if this happens to you.

    Under the inclusion of application_top, add

    Code:
    if (!function_exists('cal_days_in_month')) {
      function cal_days_in_month($cal, $month, $year) {
        return date('t', mktime(0, 0, 0, $month, 1, $year));
      }
    }
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Monthly Sales and Tax Summary Report [support thread]
    By skipwater in forum Addon Admin Tools
    Replies: 238
    Last Post: 30 Apr 2024, 11:50 PM
  2. v153 Linked Products Report [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 11 Jun 2015, 09:52 PM
  3. Business Activity Report 1.5.0 Support Thread
    By gharls in forum All Other Contributions/Addons
    Replies: 23
    Last Post: 6 Apr 2012, 11:12 PM
  4. Sales report with graphs
    By paulm in forum All Other Contributions/Addons
    Replies: 22
    Last Post: 9 Jun 2010, 08:52 PM
  5. Admin Activity Report [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 17
    Last Post: 6 Aug 2009, 12:47 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR