Friends,
I am sounding so dumb.....
On the dashboard - I see a default date range for charts to be 2006-2010. Where do I change that globally for all users?
I just want it to be one final year. apr 06 to mar 07
Friends,
I am sounding so dumb.....
On the dashboard - I see a default date range for charts to be 2006-2010. Where do I change that globally for all users?
I just want it to be one final year. apr 06 to mar 07
Thanks very much,
Dodz
Pluueeeeezzz Yelp....
![]()
Thanks very much,
Dodz
In modules\Charts\code\Chart_my_pipeline_by_sales_sta ge.php, the start date is defined like;
and the end date is defined here.PHP Code:$date_start = date($timedate->get_date_format(), time());
You may want to modify these lines as you like.PHP Code:$date_end = date($timedate->get_date_format(), strtotime('2010-01-01'));
Just saw your response, thank you so much
Will try this out today.
Thanks very much,
Dodz
Just a note to help people when they need to make a mod, but can not find the right file.
I use a tool called TextPad which has a 'find in files' feature and will recurse subdirectories. It returns a list of files that have the string specified. From there you can parse the results until you see something that looks like it might be 'the one'.
Any tool with this capability will suffice, this is just the one I prefer.
Good luck.
Best,
Douglas
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks