{* $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}
{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 }
|