X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Felements%2Fmenu.html;h=08c0f67d6e8273a58dd6ff5a3510879bf4dd2b7c;hb=2559f2146ea5bdb013f3a013f1179f14b638a742;hp=8f86dea0c47fb6a686fd8dd8e0c60e797900e041;hpb=348386bfd64cb4b46961aa3a9ee71ae08f4faf5e;p=freeside.git diff --git a/httemplate/elements/menu.html b/httemplate/elements/menu.html index 8f86dea0c..08c0f67d6 100644 --- a/httemplate/elements/menu.html +++ b/httemplate/elements/menu.html @@ -131,6 +131,13 @@ foreach my $svcdb ( FS::part_svc->svc_tables() ) { ]; } + if ( $svcdb = 'svc_acct' ) { + $report_svc{"All $lcname never logged in"} = + [ svc_url( %svc_url, 'query' => "magic=nologin;sortby=svcnum" ), + '', + ]; + } + if ( $curuser->access_right('View/link unlinked services') ) { $report_svc{"Unlinked $lcname"} = [ svc_url( %svc_url, 'query' => "magic=unlinked;sortby=". $sorts->[0] ), @@ -162,6 +169,7 @@ $report_packages{'Advanced package reports'} = [ $fsurl.'search/report_cust_pkg tie my %report_rating, 'Tie::IxHash', 'RADIUS sessions' => [ $fsurl.'search/sqlradius.html', '' ], 'Call Detail Records (CDRs)' => [ $fsurl.'search/report_cdr.html', '' ], + 'Time worked' => [ $fsurl.'search/report_rt_transaction.html', '' ], ; tie my %report_bill_event, 'Tie::IxHash', @@ -267,6 +275,7 @@ if ( $curuser->access_right('Configuration') ) { $config_billing{'View/Edit prepaid cards'} = [ $fsurl.'search/prepay_credit.html', 'View outstanding cards, generate new cards' ]; $config_billing{'View/Edit call rates and regions'} = [ $fsurl.'browse/rate.cgi', 'Manage rate plans, regions and prefixes for VoIP and call billing' ]; $config_billing{'View/Edit locales and tax rates'} = [ $fsurl.'browse/cust_main_county.cgi', 'Change tax rates, or break down a country into states, or a state into counties and assign different tax rates to each' ]; + $config_billing{'View/Edit credit reason types'} = [ $fsurl.'browse/reason_type.html?class=R', 'Credit reason types define groups of reasons, for reporting and convenience purposes.' ]; } tie my %config_dialup, 'Tie::IxHash',