Add "All Time" or "Total" to Order Statistics Box

I was wondering if someone could help me add “All Time” or “Total” to the Order Statistics box on the homepage of the admin panel…



Whenever January 1st comes around I still have a lot of active orders from December that I'd still like to see in this statistics box. A lot of these orders have already shipped, but not been invoiced, or backordered, awaiting shipment.



Please see attached image. Thanks for your help!



I'm running 2.2.4.



[attachment=6307:1-2-2013 7-20-44 PM.jpg]

1-2-2013 7-20-44 PM.jpg

I changed the way cs-cart computes these areas based on a client's request. Ie. the Today is actually last 24 hours (rather than midnight to “this time” yesterday and today), This week/last week is a 7 day scope versus from Sunday on and this/last month is number of days of the prior month from today and this/last year is actually 1 year ago versus start of this year.



I believe you want to do this in a index.post.php file in the controllers/admin directory of your my_changes. You would recompute the time periods and replace the template variables with the newly computed data.



It's been quite a while since I did this but I believe that was the general jist of things.

I have the add-on for this and other dashboard goodies, will be available very soon.

[quote name='tbirnseth' timestamp='1357192728' post='152094']

I changed the way cs-cart computes these areas based on a client's request. Ie. the Today is actually last 24 hours (rather than midnight to “this time” yesterday and today), This week/last week is a 7 day scope versus from Sunday on and this/last month is number of days of the prior month from today and this/last year is actually 1 year ago versus start of this year.



I believe you want to do this in a index.post.php file in the controllers/admin directory of your my_changes. You would recompute the time periods and replace the template variables with the newly computed data.



It's been quite a while since I did this but I believe that was the general jist of things.

[/quote]

This file looks to be absolutly correct for modifying these statistics. However, I wouldn't know where to begin for putting in a “Total” or “Previous Year” column. I've also noticed the date search got rid of year 2012 once January 1st hit. Am I the only year that needs to access last year's data? Lol.



Anyways, any help would be much appreciated. Thanks!

[quote name='StellarBytes' timestamp='1357214299' post='152102']

I have the add-on for this and other dashboard goodies, will be available very soon.

[/quote]



Will this be available on your website, or will you be posting it on the forum?