Page 40 of 87 FirstFirst ... 30383940414250 ... LastLast
Results 391 to 400 of 869
  1. #391
    Join Date
    May 2007
    Posts
    61
    Plugin Contributions
    0

    Default bump: Sales report 2.0 and Admin profiles

    Anyone? I'm still can't get this to work. I haven't been separating my store sales from my on-line sales and I need to know that info now.

    Thanks,
    Erin
    www.momandbabyboutique.com

    Quote Originally Posted by erinl View Post
    Hello,

    I have just installed sales report 2.0. I have tried to change the settings in my profiles admin to select the admin profiles and save the changes. The changes never seem to save so it is always unselected. I get the error message that I don't have permission to use sales reports.

    Any help would be greatly appreciated.

    Erin
    www.momandbabyboutique.com

  2. #392
    Join Date
    May 2006
    Posts
    119
    Plugin Contributions
    0

    Default Re: Sales report 2.0

    I would try uninstalling the admin profiles, OR before I do that I might try assigning myself a new profile with all permissions and try logging in from there to run the reports.

  3. #393
    Join Date
    Aug 2007
    Location
    Williston, Vermont
    Posts
    182
    Plugin Contributions
    1

    Default Re: Sales report 2.0

    Again, disclaimers that I'm really unfamiliar with this module, bla bla bla,

    I tried loading this module, so your description makes a little more sense. First problem - you say you go to Tools->Admin settings, click on the Preferences logo to edit preferences for a user, select some items, click save, then when you go back to look at that user's preferences again, the changes aren't there? If so, it sounds like you're not writing to the database.

    I was able to reproduce your problem. The error message said your security clearance does not allow you to access this resource
    In the profile screen (the one with lots of boxes), do you see "stats sales reports" under the Third Party Mods section? At first I didn't, but running though the code would aparently add this module to the internal table of pages, so that the next time through this checkbox appeared. Then, checking the box would enable that capability.

    If you can't get that box to appear by letting the module add it by itself, you could manually add it through the SQL patches, but probably better to let the module manage it.

  4. #394
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    541
    Plugin Contributions
    0

    Default Re: Sales report 2.0

    Quote Originally Posted by sweetikins View Post
    Hello :-)

    I am in need of help with my sales report, it is giving me an error and i cant figure out how to fix it. Here is what it says:

    Parse error: syntax error, unexpected $end in C:\wamp\www\Test Zen\admin\stats_sales_report.php on line 1229

    Now line 1229 is the following

    I originally got the unexpected $end in C:\wamp\www\Test Zen\admin\stats_sales_report.php on line 1187
    Had the same problem on a Windows machine.

    Its because of the php parser. To fix this problem, you have to replace 2 occurences of <? in

    In Line 693 and 1029

    Replace
    Code:
    <?
    with
    Code:
    <?php

  5. #395
    Join Date
    Oct 2006
    Posts
    225
    Plugin Contributions
    0

    Default Re: Sales report 2.0

    Quote Originally Posted by dinki View Post
    Please please please? Tax season will be upon us before we know it! This would make life so much easier on those of us who use Paypal AND file taxes.
    I figured out a way to get my total Paypal charges for the year by doing:

    Code:
    SELECT SUM(mc_fee)  FROM `paypal` WHERE date_added <= 20100101 AND date_added >= 20090101;
    This is done as a query directly on the database. This suits my needs just fine. Thought I'd share for those who may stumble across this.
    Visit my Decal website: DecalDepot.net

  6. #396
    Join Date
    Oct 2009
    Posts
    63
    Plugin Contributions
    0

    Default Re: Sales report 2.0

    Quote Originally Posted by BlindSide View Post
    Well it's been a long time in the making, but hopefully the wait was worth it! Sales Report 2.0 is here, so go get it!

    http://www.zen-cart.com/index.php?ma...products_id=83

    You can drop the files right into the admin and right over top of the existing files. Still no overwrites.

    Take it for a spin, and let me know what you think, and if you find any problems. I've been using it for the past few months as I built and tweaked it, so there should be no major issues.

    Enjoy, and thanks for your patience.
    I have installed Sales Report as directed, but "Sales Report" does not appear under "Reports" any clues, Thanks

  7. #397
    Join Date
    Oct 2009
    Posts
    63
    Plugin Contributions
    0

    Default Re: Sales report 2.0

    I have uploaded Sales Report, but there is no indication it is there or working, There is NO "Sales Report" under "Reports" in Admin. Does anyone have any clue as to what my problem is?

  8. #398
    Join Date
    May 2009
    Posts
    31
    Plugin Contributions
    0

    Default Re: Sales report 2.0

    I am having the same problem. "Sales report" does not appear under "Reports".

  9. #399
    Join Date
    Nov 2006
    Posts
    296
    Plugin Contributions
    2

    Default Re: Sales report 2.0

    Quote Originally Posted by dinki View Post
    I figured out a way to get my total Paypal charges for the year by doing:

    Code:
    SELECT SUM(mc_fee)  FROM `paypal` WHERE date_added <= 20100101 AND date_added >= 20090101;
    This is done as a query directly on the database. This suits my needs just fine. Thought I'd share for those who may stumble across this.
    Hi,
    I needed this functionality too, so i have a new version that will show paypal stuff in the report. paypal columns will only be in order view, not in product view as they wont make sense in there.

    There is no check yet to see if the paypal table is present so if you don't use paypal, it makes no sense to use the paypal report.

    In this zip, i have included conner's latest version with date fixes for the original blindside version and also the paypal report which elaborates on conner's version. Both versions will run next to each other so you will have 2 report options added under reports, Sales Report & Sales Report PayPal.

    Please, if anyone can run this in their shop and tell me the results, good or bad, i will be happy to hear.

    p.s. also added an option to exclude a "current status" so if you don't want orders to show up that are currently assigned to "cancelled" or something similar. that should be possible.
    p.s.s added dutch language files as i am dutch

    file limits don't allow me to post the zip here so please get it from here.

    Cheers,
    Jeroen

  10. #400
    Join Date
    May 2008
    Posts
    87
    Plugin Contributions
    0

    Default Re: Sales report 2.0

    have been using this mod as the only one to really let me know how sales are happening on my site. greatone ! Thanks.

    i would like to remove the time limit for grouping as is now for daily, monthly yearly to "all time"

    As my site is more than a year old I want to see which products i am selling an how much without the yearly grouping just all time.
    Any help would be highly appreciated
    Thanks
    AVF

 

 
Page 40 of 87 FirstFirst ... 30383940414250 ... LastLast

Similar Threads

  1. v139b Sales Report
    By irishshopper in forum General Questions
    Replies: 1
    Last Post: 26 Jan 2014, 01:00 AM
  2. Sales Report
    By jgold723 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 9 Nov 2011, 05:58 PM
  3. Sales report
    By tlahtine in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 27 Dec 2010, 10:01 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR