diff options
| author | mark <mark> | 2010-08-05 20:10:42 +0000 |
|---|---|---|
| committer | mark <mark> | 2010-08-05 20:10:42 +0000 |
| commit | b93983d6758cd67b7bcb6c4118344981d8bb6e8d (patch) | |
| tree | 2648e64bc26442675d1d6ab443f1e773bee4c1f5 /httemplate/elements | |
| parent | b90c466e6b0d4477855ff3ff7b8f40937b129364 (diff) | |
Package summary report, RT#8461
Diffstat (limited to 'httemplate/elements')
| -rw-r--r-- | httemplate/elements/menu.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index a5bcdeb19..2404ef291 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -207,6 +207,7 @@ if ( $curuser->access_right('Financial reports') ) { $report_packages{'separator2'} = ''; } $report_packages{'All customer packages'} = [ $fsurl.'search/cust_pkg.cgi?pkgnum', 'List all customer packages', ]; +$report_packages{'Package summary'} = [ $fsurl.'search/cust_pkg_summary.html', 'Show package sales summary', ]; $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' ]; $report_packages{'FCC Form 477 packages'} = [ $fsurl.'search/report_477.html', 'Summarize packages by census tract for particular types' ] |
