diff options
author | ivan <ivan> | 2010-05-18 03:25:31 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-05-18 03:25:31 +0000 |
commit | 7f4aff45cd6ef2f630d538294fa9d9c4db4ac4aa (patch) | |
tree | dbb3408d76a2a002a0781b0aa113081934eccfa5 /FS | |
parent | b4f0a47a6893de5f6b11f32307a0195f43a359fb (diff) |
add more info to (customer-specific) service report, RT#6180
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/AccessRight.pm | 1 | ||||
-rw-r--r-- | FS/FS/Conf.pm | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index 1528ed42c..01b9b5819 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -243,6 +243,7 @@ tie my %rights, 'Tie::IxHash', 'List invoices', 'List packages', 'List services', + 'List service passwords', { rightname=> 'List rating data', desc=>'Usage reports', global=>1 }, 'Billing event reports', diff --git a/FS/FS/Conf.pm b/FS/FS/Conf.pm index 3adf455b2..693d1f513 100644 --- a/FS/FS/Conf.pm +++ b/FS/FS/Conf.pm @@ -1260,6 +1260,13 @@ worry that config_items is freeside-specific and icky. }, { + 'key' => 'report-showpasswords', + 'section' => 'UI', + 'description' => 'This is a terrible idea. Do not enable it. STRONGLY NOT RECOMMENDED. Enables display of passwords on services reports.', + 'type' => 'checkbox', + }, + + { 'key' => 'signupurl', 'section' => 'UI', 'description' => 'if you are using customer-to-customer referrals, and you enter the URL of your <a href="http://www.freeside.biz/mediawiki/index.php/Freeside:1.7:Documentation:Self-Service_Installation">signup server CGI</a>, the customer view screen will display a customized link to the signup server with the appropriate customer as referral', |