Reports and Statistics
This section provide information on how to collect and show statistics through custom reports.
A report is a asp.net control (.ascx file) that contains information to be presented.
This section explains how to configure a report in ECommerce.
StatisticScheduler is a scheduled task that will extract statistics information from the ECommerce orders to be used in reports and also in webcontrols such as MostSoldArticleRepeater.
This section explains how to use statistics in Litium Studio ECommerce and Most sold articles. It explains how to use StatisticCollection entity methods GetTotalOrderStatistic and GetMostSoldArticles. Also it explains about the StatisticScheduler sheduled task which populate statistics and MostSoldArticleRepeater webcontrol that display them.