From 186049b3ed33f025eeb87eb34c19a28e1d5ba70a Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Tue, 2 Oct 2012 01:05:51 +0200 Subject: restructure code, switch from GTK to Web based UI - move barcode generation scripts into generation/ - move code to src/ - remove database analysis from invoice/graph - put database creation sql files into sql/ - remove glade builder file - add new templates/ directory, which contains files used by the Web-UI --- templates/stats/index.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/stats/index.html (limited to 'templates/stats/index.html') diff --git a/templates/stats/index.html b/templates/stats/index.html new file mode 100644 index 0000000..987c90f --- /dev/null +++ b/templates/stats/index.html @@ -0,0 +1,19 @@ +

Statistics

+ +
+ + + + + + + + + + + + + + +
Number of Articles{{{NUMBER_OF_ARTICLES}}}
Number of Users{{{NUMBER_OF_USERS}}}
Stock Value{{{STOCK_VALUE}}}
Total Sales{{{TOTAL_SALES}}}
Total Profit{{{TOTAL_PROFIT}}}
Sales Today{{{SALES_TODAY}}}
Profit Today{{{PROFIT_TODAY}}}
Sales this Month{{{SALES_THIS_MONTH}}}
Profit this Month{{{PROFIT_THIS_MONTH}}}
Avg. Sales/Day{{{SALES_PER_DAY}}}
Avg. Profit/Day{{{PROFIT_PER_DAY}}}
Avg. Sales/Month{{{SALES_PER_MONTH}}}
Avg. Profit/Month{{{PROFIT_PER_MONTH}}}
+
-- cgit v1.2.3