gdfwilliams Posted December 9, 2002 Posted December 9, 2002 http://www.oscommerce.com/downloads.php/co...ions,781/type,3 ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ Recent Improvements: ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ v.07 - Additions made to language files v.06 - Moved all the logic into class file sales_report.php in admin/includes/classes/ ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ Summary: ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ A sales report utility, which includes Daily, Weekly, Monthly and Yearly sales reports. View sales trends by day/week/month. So far, a very useful sales reporting tool, though there are additional improvements to follow. Future additions will include dynamic graph creation, improved export options, detailed category/subcategory sales reports. Installation is a breeze with only one change to an existing OSC file. ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ A Few Screenshots: ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ Development Team: ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ * Charly Wilhelm * Greg Williams Quote
tradenet Posted December 9, 2002 Posted December 9, 2002 Especially that increase over the 2nd year! :lol: Quote
winterradio Posted December 10, 2002 Posted December 10, 2002 Thanks for the contribution, works great! Minor fix in application top --> define('FILENAME_SALES_REPORT', 'stats_sales_report.php'); TO define('FILENAME_STATS_SALES_REPORT', 'stats_sales_report.php'); Thanks again Quote
Adam Posted December 10, 2002 Posted December 10, 2002 Hi, I am using a snapshot from sep 20th 2002. When i install the mod I get 0's as the results for all sales, even though I have had sales since the site went live in nov. Is this mod only for the new checkout structure? If yes am i wasting my time trying to get it to work on the old setup? Quote /* Intellectual property: are you for or against the human race? */ if ( you want exclusive ownership of an idea ) { keep your idea to yourself; // you greedy bastard }
gdfwilliams Posted December 10, 2002 Author Posted December 10, 2002 Am i wasting my time trying to get it to work on the old setup? For now, yes, you are. Let me bring this to Charly's attention and see what we can do for you. Quote
tkeats Posted December 10, 2002 Posted December 10, 2002 I would like to add this, but want to check something ahead of time. Any special mod changes I will have to make? I have the IP address contrib installed, and also the SKU/UPC package installed (not yet fully working) ... Anything I should watch for in advance?? Thomas Keats RainbowComputers.ca Quote A signature is something that reflects its user. - The dictionary The question is not, 'to code, or not to code' the question is, 'if we do not code, are we really alive?' -- anonymous
Guest Posted December 13, 2002 Posted December 13, 2002 any new info on using this on the older snapshots with the old checkout? I'd really like to use this... Quote
gdfwilliams Posted December 13, 2002 Author Posted December 13, 2002 Sales Reports v1.0 now available. Related thread: http://www.oscommerce.com/forums/viewtopic.php?t=29414 Quote
Guest Posted December 13, 2002 Posted December 13, 2002 I just installed this on my snapshot of June 11th (old checkout procedure), and it works perfect. The only thing it's not showing is the day of the week on the weekly reports. The date is there, but not Monday, Tuesday, etc. No biggie to me. thanks!! Quote
cwdmark Posted December 13, 2002 Posted December 13, 2002 wow nice sales bud. how do you advertise? Quote
batman Posted December 14, 2002 Posted December 14, 2002 Nice work :) I am getting the following warning message on some of the graphs: Warning! Scale is too small! Please make the scale larger or make the graph taller. How do I make the graph taller? Quote
gdfwilliams Posted December 14, 2002 Author Posted December 14, 2002 v1.1 is available. instructions to get rid of the scale warning are here: http://www.oscommerce.com/forums/viewtopic.php?t=29414 Quote
livefooduk Posted December 14, 2002 Posted December 14, 2002 Hi I have just installed V1.1 which with your very clear and concise instructions was a breeze :D I am pleased to say it works perfectly, many many thanks for this excellent Mod :D :D Quote Best wishes Steve
GD Posted December 14, 2002 Posted December 14, 2002 Hey gdfwilliams, Great mod! Very easy install and it actually works as its supposed to, always a plus. :wink: Quote Running osC - 2.2MS2. P.S. Please don't ask for a link to my site, it is on a production server and not available for the general public, yet!
pjansen Posted July 1, 2005 Posted July 1, 2005 v1.1 is available.instructions to get rid of the scale warning are here: http://www.oscommerce.com/forums/viewtopic.php?t=29414 <{POST_SNAPBACK}> Please, can someone give the instructions how to get rid of the scale warnings? The provided link isn't working. Thanks in advance, P. Jansen Quote
HobbyBoards Posted July 1, 2005 Posted July 1, 2005 (edited) In the first post there is a "Sales Breakdown" screen. I have installed this contribution but can't seem to find this screen. Does anyone know how to get to it? Thanks, Eric Edited July 1, 2005 by HobbyBoards Quote
gwilym Posted July 2, 2005 Posted July 2, 2005 Hi did you ever get this sorted out - I have the same problem... Please, can someone give the instructions how to get rid of the scale warnings?The provided link isn't working. Thanks in advance, P. Jansen <{POST_SNAPBACK}> Quote
pjansen Posted July 6, 2005 Posted July 6, 2005 Hi did you ever get this sorted out - I have the same problem... <{POST_SNAPBACK}> No, I'm still waiting for someone who will provide the solution. I can find the contribution, but in the contribution there is nothing mentioned about the scale thing. I hope, there is soon an answer. Regards, P. Jansen Quote
pjansen Posted July 15, 2005 Posted July 15, 2005 Hi did you ever get this sorted out - I have the same problem... <{POST_SNAPBACK}> I finally found out myself. Please, open file catalog/admin/stats_sales_report.php and search for the line (around 152): $scale_y = $scale_x + 50; Increase the number untill you get rid of the error call. For me, increasing to 300 ($scale_y = $scale_x + 300;) worked fine. Regards and good luck, P. Jansen Quote
pjansen Posted July 15, 2005 Posted July 15, 2005 Hi did you ever get this sorted out - I have the same problem... <{POST_SNAPBACK}> I finally found out myself. Please, open file catalog/admin/stats_sales_report.php and search for the line (around 152): $scale_y = $scale_x + 50; Increase the number untill you get rid of the error call. For me, increasing to 300 ($scale_y = $scale_x + 300;) worked fine. Regards and good luck, P. Jansen Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.