Page 44 of 87 FirstFirst ... 34424344454654 ... LastLast
Results 431 to 440 of 869
  1. #431
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,582
    Plugin Contributions
    29

    Default Re: Sales report 2.0

    Absolutely, I'll send you a PM.

  2. #432
    Join Date
    Aug 2007
    Location
    Williston, Vermont
    Posts
    182
    Plugin Contributions
    1

    Default Re: Sales report 2.0

    Jeking - Thanks for your help in testing and giving good feedback. I've submitted a final copy as an update to the sales report package.

    Beinart - This should provide the functionality you're looking for too.

    It's based off of the 2.2.0 release, so it should have those bug fixes in as well.

  3. #433
    Join Date
    Jun 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: Sales report 2.0

    I need the reporting by customer as well. I have yearly maximums set for each of my products and need to generate reports to show the quantity of each item a specific customer ordered over a calendar year.

    If the current version of Sales Report can generate such a report, can anyone provide instructions on how to do so? Or, if the updated version of Sales Report 2.0 is ready for use, where can I download it? The latest version available was posted in December 2009.

    I'm really looking forward to this reporting. It is an integral part of the management of my store.

    ~Lindsey

  4. #434
    Join Date
    Aug 2007
    Location
    Williston, Vermont
    Posts
    182
    Plugin Contributions
    1

    Default Re: Sales report 2.0

    The latest version allows you to specify one or more customers and it merges them together. If this is good, PM me and I can send you a copy.

    I posted it to the add-ons section. It said it would take a week to get approved, but this was a while ago now.

    What it doesn't do is break out the list by customer, in the way it breaks it out by product number or order number.

  5. #435
    Join Date
    Jun 2010
    Posts
    9
    Plugin Contributions
    0

    Default Re: Sales report 2.0

    I'm looking for a report where I can display the following:
    - Pull data and generate report by customer name or ID
    - Displays the all individual product names the customer ordered
    - Displays the quantity of each product the customer ordered
    - Report sorted by the date order was placed, date range specific.

    Is this what your add-on update can do?

  6. #436
    Join Date
    Aug 2007
    Location
    Williston, Vermont
    Posts
    182
    Plugin Contributions
    1

    Default Re: Sales report 2.0

    Yes, it can do this.
    Last edited by carlvt88; 19 Jun 2010 at 10:35 PM.

  7. #437

    Default Re: Sales report 2.0

    when I click on this *Yesterday (June 28)* and click *show me the money*.. It shows todays sales (june 29th)

    Now I dont have any orders on June 28th, because I deleted them.

    If i specify a date like June 1 2010 - june 28th 2010.. i just get todays date showing.

    Does it only show orders that were made on a specific day?

    Because i had a test order on june 28th and today i went to see if it would show anything on June 28th, and nope it didnt. It would just list June 29th 2010 only..


    Also, i like specified a custom date and I just get this

    6-29-2010 thru
    6-29-2010

    is that normal?

    thanks

  8. #438

    Default Re: Sales report 2.0

    WOW! Holy Crap it works.

    I deleted all the files for sales report, installed it. Then I had two test orders I made today June 29. So one of the test orders I went into the database via phpmyadmin, and changed the data from june 29 to june 28 and went back to sales report and click on Yesterday and the report showed the order june 28 and I WAS OH MY GOD THIS WORKS!

    Thank you. Now I just need to understand how to use some of the options.

  9. #439
    Join Date
    Aug 2007
    Location
    Williston, Vermont
    Posts
    182
    Plugin Contributions
    1

    Default Re: Sales report 2.0

    Glad it's working. Just for fun, I dug in and found where the dates entered are used. They generate an SQL query that's >= to the start date AND < the end date+1. All times assume midnight, so your custom date would be
    Code:
    SELECT DISTINCT o.orders_id from zen_orders o 
    WHERE o.date_purchased >= '2010-06-29 00:00:00' AND o.date_purchased < '2010-06-30 00:00:00' 
    ORDER BY o.orders_id DESC
    If you're using presets, and it says "Yesterday (6/29)", it'll do the search for transactions marked in the database 6/29.

    My host is actually in a different timezone, those are the times entered in to the database when the transactions happen.

  10. #440
    Join Date
    May 2007
    Posts
    90
    Plugin Contributions
    0

    Default Re: Sales report 2.0

    Please excuse my ignorance if this has already been discussed... but one feature of the Sales Reports that would absolutely be phenomenal would be the option to show 'attributes'.

    For example. I run a store that sells apparel items. Often I want to know what is my best selling sizes. I'd love to be able to select a group of item, and see what the best selling size is for those items (i.e. mens tshirts).

    Also, one thing that always bugged me was there is no 'forever' option on the sales reports. I can pull a sales overall report by day, week, month, and year... but there is no 'forever' option to show all sales reported for the entire time I started running my store up to today. That would be incredibly useful. Especially given the option above... say I wanted to see how many XL's I've sold since I started the store.

    Can someone clue me in? Is this possible? Or can it be?

 

 
Page 44 of 87 FirstFirst ... 34424344454654 ... 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