summaryrefslogtreecommitdiff
path: root/httemplate/elements
diff options
context:
space:
mode:
authorivan <ivan>2007-08-14 21:47:25 +0000
committerivan <ivan>2007-08-14 21:47:25 +0000
commit4ac024af7f301cb83417e5cc7053e1bda142ccb2 (patch)
tree199331f2941a9b74abc976aef9e5f6de184ecb21 /httemplate/elements
parent169da5fff3295355543bd3b9b0e0b8d7237f5f42 (diff)
add package churn report/graph
Diffstat (limited to 'httemplate/elements')
-rw-r--r--httemplate/elements/menu.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html
index 241449c07..7b39277c2 100644
--- a/httemplate/elements/menu.html
+++ b/httemplate/elements/menu.html
@@ -141,6 +141,10 @@ if ( $curuser->access_right('Configuration') ) {
$report_packages{'Package definitions'} = [ $fsurl.'browse/part_pkg.cgi?active=1', 'Package definitions by number of active packages' ];
$report_packages{'separator'} = '';
}
+if ( $curuser->access_right('Financial reports') ) {
+ $report_packages{'Package churn'} = [ $fsurl.'graph/report_cust_pkg.html', 'Orders, suspensions and cancellations summary graph' ];
+ $report_packages{'separator2'} = '';
+}
$report_packages{'All customer packages'} = [ $fsurl.'search/cust_pkg.cgi?pkgnum', 'List all customer packages', ];
$report_packages{'Suspended customer packages'} = [ $fsurl.'search/cust_pkg.cgi?magic=suspended', 'List suspended packages' ];
$report_packages{'Customer packages with unconfigured services'} = [ $fsurl.'search/cust_pkg.cgi?APKG_pkgnum', 'List packages which have provisionable services' ];