Page 1 of 1
Report to show sales by country..maybe even by state.
Posted: Fri Sep 12, 2008 2:24 pm
by compunerdy
Would be handy to know.
Re: Report to show sales by country..maybe even by state.
Posted: Fri Sep 12, 2008 10:23 pm
by AbleMods
Like this? Totals have been altered to protect the innocent.
Sales by Country-State.pdf
Re: Report to show sales by country..maybe even by state.
Posted: Sat Sep 13, 2008 12:06 am
by compunerdy
Me likey

Re: Report to show sales by country..maybe even by state.
Posted: Sat Sep 13, 2008 12:58 pm
by AbleMods
For you and the community...
viewtopic.php?f=47&t=8210
Re: Report to show sales by country..maybe even by state.
Posted: Sun Sep 14, 2008 8:48 am
by AbleMods
Re: Report to show sales by country..maybe even by state.
Posted: Sun Sep 14, 2008 2:42 pm
by AbleMods
Re: Report to show sales by country..maybe even by state.
Posted: Sun Sep 14, 2008 3:32 pm
by compunerdy
Very cool Joe...I purchased the ones for countrys.
If I change it to show more than 12 is there no way to make those visible? Can the box be made larger or a scroll bar be added? Also would be cool if the states and countrys where combined into one with a tab to switch between the two.
Just some ideas..very cool reports and very easy to install.
Re: Report to show sales by country..maybe even by state.
Posted: Sun Sep 14, 2008 4:03 pm
by compunerdy
I just thought of some other cool ideas..
orders instead of $ per country/states
average order amount per country/states
Re: Report to show sales by country..maybe even by state.
Posted: Sun Sep 14, 2008 5:04 pm
by AbleMods
Thanks!
Remember that these dashboard modules get "hit" every single time the dashboard is refreshed. Multiply that by the number of people using your admin side and its alot of extra bandwidth and database hits. Complex stuff is better left for actual ASPX pages.
Re: Report to show sales by country..maybe even by state.
Posted: Sun Sep 14, 2008 5:11 pm
by AbleMods
compunerdy wrote:Very cool Joe...I purchased the ones for countrys.
If I change it to show more than 12 is there no way to make those visible? Can the box be made larger or a scroll bar be added? Also would be cool if the states and countrys where combined into one with a tab to switch between the two.
Just some ideas..very cool reports and very easy to install.
The reason for the limitation is the chart sits within a fixed width - the dashboard is divided into two halves. So if you have more than 12 and increase the height of the chart, the chart itself distorts and looks awful.
You can use that control on a regular page, so if you need it bigger just make a new store-side page and copy the control to ~/ConLib/Custom/. Then edit the copy and adjust the height/width values to suit your need.
I like how they work too - having different little plugins like this makes it awfully easy to come up with a really customized dashboard experience. I just have to be somewhat careful for performance reasons - some people spend all day in their Admin-side and that dashboard page takes alot of hits.
Re: Report to show sales by country..maybe even by state.
Posted: Sun Sep 14, 2008 5:29 pm
by compunerdy
Well from my experience I set both the states and the countrys to show yearly and I see no delay at all. You have a idea how many orders I do but I would rather not post that on a public forum.
Re: Report to show sales by country..maybe even by state.
Posted: Mon Sep 15, 2008 12:31 am
by compunerdy
I went ahead and just changed the height and it didnt warp how the chart looks at all.