X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FAccessRight.pm;h=4de29481d55793354a3755f7b6c5d062c625c9eb;hb=81978af92ecdaaefeff5156d9ab3b4f99586df1c;hp=a11ad7f1b36bd7b5e951ddf3b322d0f9077afa22;hpb=3bbe0f73c2afbbe182fe8a0a6490ba1700152742;p=freeside.git diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index a11ad7f1b..4de29481d 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -98,6 +98,7 @@ tie my %rights, 'Tie::IxHash', #'New contact', #'View customer contacts', #'List contacts', + 'Generate quotation', ], ### @@ -111,6 +112,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 +141,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 +259,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 +276,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', @@ -329,6 +337,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 },