Page 49 of 87 FirstFirst ... 39474849505159 ... LastLast
Results 481 to 490 of 869
  1. #481
    Join Date
    Feb 2009
    Posts
    885
    Plugin Contributions
    0

    Default Re: Sales report 2.0

    I am refering to the copy of the invoice sent to the customer. Usually, i would receive them, but then, suddenly, i didn't. Strangely, as mysteriously as it started, it also stopped. I get those again now. So i am not sure it is related to the Sales Report 2.0 anymore. Just odd coincidence.

  2. #482
    Join Date
    Jan 2011
    Posts
    2
    Plugin Contributions
    0

    Default Re: Sales report 2.0

    Hi I have a question the tool is really cool, but instead of manufacturers (wich are set for product general) I need to display sales for Record Artist. Does anyone know how and where to reprogramm this setting? It´s basically the same but ...

    thanks for your help.

    Kind regards Patrick

  3. #483
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Sales report 2.0

    ok, updated my files and decided to try the rollover edits in .js but when I go to the report...what exactly am I to see as a rollover-----

    or does my pea brain not register the wording right and it does not mean rollover like in button rollover?


    also...is there a way to get both the order number and product name in the report...sometimes I need to alert the customer of a new update to their product purchased and this would make it simpler in searching it up.

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

    Default Re: Sales report 2.0

    I'm not sure about rollover - are you referring to the rowover that's in the installation README.txt file?

    Code:
            if (object.className == 'dataTableRow') object.className = 'dataTableRowOver';
    If so, the intent is to change the 'className' of text when the mouse is over the row. This changes the color as defined in the css style sheet.

    admin/includes/stylesheet.css:
    Code:
    .dataTableRow{
    background-color:#f2f1ee;
    }
    .dataTableRowOver{
    background-color:#ffffff;
    cursor:pointer;
    cursor:hand;
    }
    All you'll see is the color changes for the row you're over.

    The report doesn't include the all products in all orders option - I believe that would quickly become too big and clumsy, where there are other reports for this.

    But, I did put a mod in that you can limit the report to a specific product ID. So, if you know the product ID's number, you can generate a report of all orders or customers that contain this product.

  5. #485
    Join Date
    Aug 2007
    Location
    Williston, Vermont
    Posts
    182
    Plugin Contributions
    1

    Default Re: Sales report 2.0

    [dope-slap to self] - if I had looked up 5 lines in the readme file, I would have seen the title: ROLLOVER

  6. #486
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Sales report 2.0

    Quote Originally Posted by carlvt88 View Post
    [dope-slap to self] - if I had looked up 5 lines in the readme file, I would have seen the title: ROLLOVER
    well I had to go back to the readme myself just to make sure I saw Rollover...lol

    ok I never thought of looking it up by product idbut just looking at the controls right now:

    I see where you can choose product line items>product id>then product id, product name, manufacturer, model no.,base price,quantity,fees or product total but nothing about order id (number)

    then in order line items i get to see order id and then cnan choose cust last name, # products, goods value, shippping, discounts, gc's, order total

    but not in the same screen do I get to see the product id and cust name together...so means I need to run it twice to get the info I would need.

    or did I get that wrong --would not surprise me at all if I did.

    All in all it is a great pakage to use so I am still happy.

  7. #487
    Join Date
    Nov 2005
    Posts
    157
    Plugin Contributions
    0

    Default Re: Sales report 2.0

    I just install the version 2.3.2

    after installed, the addon not function at all. at firefox i can see two errors

    Error: syntax error
    Source File: XXXXXX/admin/stats_sales_report.php
    Line: 443, Column: 6
    Source Code:
    } else {

    Error: populate_search is not defined
    Source File: XXXXXX/admin/stats_sales_report.php
    Line: 1

    what's wrong? i have zen cart 1.39h

  8. #488
    Join Date
    Apr 2007
    Location
    California, USA
    Posts
    233
    Plugin Contributions
    0

    Default Re: Sales report 2.0

    I love this module and I use it all the time. I recently put on a the dual pricing module and I would love to be able to filter my reports to just the retail customers and to just our wholesale customer orders.

    I like the new filter that you can filter for categories etc. It would be great to be able to filter with the dual pricing module too!

    Can anyone help with how do add this. Thanks!
    Thanks
    Supersnow

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

    Default Re: Sales report 2.0

    @DarkAngel: You're looking at the sort options for the product line items. The option I was pointing to is in the top box - used for 'gather & filter data'. Check the box that says 'Only include specific Product ID's...' and a box appears where you can specify the ID / IDs that you want to include in the report. Note: AddIn version 2.3.0 or greater required.

    @weber, Is it possible you missed updating the file in admin/includes/languages? Did this addon work before the upgrade? What version was working prior to 2.3.2 failing?

  10. #490
    Join Date
    Aug 2007
    Location
    Williston, Vermont
    Posts
    182
    Plugin Contributions
    1

    Default Re: Sales report 2.0

    @supersnow, There is a filter for customerID and productID, but not Category. You can use the current module to filter for a comma separated list of customers, and this list can be saved in the defaults file, but it doesn't sound like a clean solution.

    I've added a category pulldown for my own use, but I'm not familiar with the dual pricing addin, so I don't know if that would work in this case.

 

 
Page 49 of 87 FirstFirst ... 39474849505159 ... 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