Results 1 to 10 of 23

Hybrid View

  1. #1
    Join Date
    Jul 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: Sales report with graphs

    In the admin I choose 'reports' -> 'Sales report with Graphs' and
    I get a modal dialog popup that says

    "Warning! Scale is too small! Please make
    the scale larger or make the graph taller."

    How do I adjust/fix this?

  2. #2
    Join Date
    May 2009
    Posts
    1
    Plugin Contributions
    0

    Default Re: Sales report with graphs

    Quote Originally Posted by jbittner View Post
    In the admin I choose 'reports' -> 'Sales report with Graphs' and
    I get a modal dialog popup that says

    "Warning! Scale is too small! Please make
    the scale larger or make the graph taller."

    How do I adjust/fix this?
    Hi, I was looking for something like this and gave it a try just now.
    I encountered the same error as you did.
    My small fix:
    under ADMIN>sales_report_graphs.php, line 195:
    echo ($report->size * 50);} ?>,100,true);
    replace it with something like:
    echo ($report->size * 50);} ?>,400,true);
    Play with the value as much as you want to make the chart taller.
    Hope this helped.

  3. #3
    Join Date
    Mar 2009
    Location
    Serbia
    Posts
    349
    Plugin Contributions
    0

    Default Re: Sales report with graphs

    Hi, I upload this contributions end have question, what is variance ?
    That is the function of Variance?


  4. #4
    Join Date
    Nov 2007
    Posts
    14
    Plugin Contributions
    0

    Default Re: Sales report with graphs

    when i install this addon it uploads fine, but when i try to run the report it gives me this error. please advise. thanks in advance!

    Warning: require(includes/classes/sales_report_graphs.php) [function.require]: failed to open stream: No such file or directory in /homepages/27/d92239783/htdocs/test/admin/sales_report_graphs.php on line 81

    Fatal error: require() [function.require]: Failed opening required 'includes/classes/sales_report_graphs.php' (include_path='.:/usr/lib/php5') in /homepages/27/d92239783/htdocs/test/admin/sales_report_graphs.php on line 81

  5. #5
    Join Date
    Nov 2006
    Posts
    296
    Plugin Contributions
    2

    Default Re: Sales report with graphs

    Quote Originally Posted by nyczhenry View Post
    Warning: require(includes/classes/sales_report_graphs.php)
    check the folder /includes/classes and see if the file is there.
    most likely there will be a file like it ending with 000, rename it.

  6. #6
    Join Date
    Feb 2008
    Location
    Washington State
    Posts
    236
    Plugin Contributions
    0

    Default Re: Sales report with graphs

    Found a typo:

    admin/sales_report_graphs.php

    FIND LINE: 21:
    Code:
    $summary1 = 'Avarage ourly';
    REPLACE LINE: 21:
    Code:
    $summary1 = 'Avarage Hourly';
    Great quick and dirty stat viewer! Perfect for viewing after Black Friday and Cyber Monday specials!
    ~ jasmel : My Store Using Contributions: Wallet Theme | Simple Google | Quantity Discounts | Godaddy | FAQ's | Confirm Email Address Entry | Admin login as customer | Newsletter Subscribe | CampaingMonitor

  7. #7
    Join Date
    Feb 2008
    Location
    Washington State
    Posts
    236
    Plugin Contributions
    0

    Default Re: Sales report with graphs

    Also noticed it doesn't take quantity_discounts into consideration. I had a BOGO sale today and it shows the full amount not the discounted amount which is half that which is displayed in the graph. Hmmm... wonder how I can mod the mod?

    Example: shows $45.90 when it should read $22.95
    ~ jasmel : My Store Using Contributions: Wallet Theme | Simple Google | Quantity Discounts | Godaddy | FAQ's | Confirm Email Address Entry | Admin login as customer | Newsletter Subscribe | CampaingMonitor

 

 

Similar Threads

  1. v151 Sales Report with Graphs support thread
    By JacobBushnell in forum Addon Admin Tools
    Replies: 17
    Last Post: 25 Jul 2019, 02:27 PM
  2. Admin profiles conflict with sales report!!
    By srivats in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 10 Nov 2011, 03:53 PM
  3. Sales Report with Attributes shown
    By flowmanik in forum All Other Contributions/Addons
    Replies: 12
    Last Post: 10 Mar 2010, 05:29 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