X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FAccessRight.pm;h=eb9974adffe7e34f51f29f74ec0ef5b6194d6b0f;hb=f3c4966ed1f6ec3db7accd6dcdd3a5a3821d72a7;hp=a39fb37af39049b85580bc71cd1c8803e9dbf14c;hpb=b3f48204012dd722912dcb3703908bd1eaf6df7b;p=freeside.git diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index a39fb37af..eb9974adf 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -111,6 +111,8 @@ tie my %rights, 'Tie::IxHash', 'Edit customer tags', 'Edit referring customer', 'View customer history', + 'Suspend customer', + 'Unsuspend customer', 'Cancel customer', 'Complimentary customer', #aka users-allow_comp 'Merge customer', @@ -138,6 +140,7 @@ tie my %rights, 'Tie::IxHash', 'Unsuspend customer package', 'Cancel customer package immediately', 'Cancel customer package later', + 'Un-cancel customer package', 'Delay suspension events', 'Add on-the-fly cancel reason', #NEW 'Add on-the-fly suspend reason', #NEW @@ -255,6 +258,7 @@ tie my %rights, 'Tie::IxHash', 'Reporting/listing rights' => [ 'List customers', 'List all customers', + 'Advanced customer search', 'List zip codes', #NEW 'List invoices', 'List packages', @@ -271,14 +275,17 @@ tie my %rights, 'Tie::IxHash', 'Download report data', 'Services: Accounts', + 'Services: Accounts: Advanced search', 'Services: Domains', 'Services: Certificates', 'Services: Mail forwards', 'Services: Virtual hosting services', 'Services: Wireless broadband services', + 'Services: Wireless broadband services: Advanced search', 'Services: DSLs', 'Services: Dish services', 'Services: Hardware', + 'Services: Hardware: Advanced search', 'Services: Phone numbers', 'Services: PBXs', 'Services: Ports', @@ -288,7 +295,6 @@ tie my %rights, 'Tie::IxHash', 'Usage: Call Detail Records (CDRs)', 'Usage: Unrateable CDRs', 'Usage: Time worked', - 'Usage: Time worked summary', #{ rightname => 'List customers of all agents', global=>1 }, ], @@ -330,6 +336,8 @@ tie my %rights, 'Tie::IxHash', 'Edit billing events', { rightname=>'Edit global billing events', global=>1 }, + 'View templates', + { rightname=>'View global templates', global=>1 }, 'Edit templates', { rightname=>'Edit global templates', global=>1 },