{* $Id: statistics.tpl,v 1.10.2.1 2003/03/28 13:59:24 svowl Exp $ *} { include file="location.tpl" last_location="Total statistics" } {capture name=dialog}

Date from: {html_select_date prefix="Start" time=$start_date start_year=$config.Company.start_year end_year=$config.Company.end_year} Date through: {html_select_date prefix="End" time=$end_date start_year=$config.Company.start_year end_year=$config.Company.end_year}
{/capture} {include file="dialog.tpl" title="Date setting" content=$smarty.capture.dialog extra="width=100%"}

{capture name=dialog}
 Total statistics
Number of customers
{$statistics.clients}
Number of providers
{$statistics.providers}
Number of products
{$statistics.products}
Number of root categories
{$statistics.categories}
Number of subcategories
{$statistics.subcategories}
Number of orders
{$statistics.orders}
 General statistics for period: {$start_date|date_format:"%d/%m/%Y %T"} - {$end_date|date_format:"%d/%m/%Y %T"}
New customers
{ $statistics.clients_last_month }
New providers
{ $statistics.providers_last_month }
New products
{ $statistics.products_last_month }
New orders
{ $statistics.orders_last_month }
{/capture} {include file="dialog.tpl" title="Total statistics" content=$smarty.capture.dialog extra="width=100%"}
{if $active_modules.Advanced_Statistics ne ""} {include file="modules/Advanced_Statistics/advanced_stats.tpl"} {/if}