continue sales person work: customer and package selection, commissions, reporting...
[freeside.git] / FS / FS / access_right.pm
index 0c61896..85334ed 100644 (file)
@@ -228,7 +228,15 @@ sub _upgrade_data { # class method
                             'Usage: Call Detail Records (CDRs)',
                             'Usage: Unrateable CDRs',
                           ],
-  ;
+    'Provision customer service' => [ 'Edit password' ],
+    'Financial reports' => [ 'Employees: Commission Report',
+                             'Employees: Audit Report',
+                           ],
+    'Change customer package' => 'Detach customer package',
+    'Services: Accounts' => 'Services: Cable Subscribers',
+    'Bulk change customer packages' => 'Bulk move customer services',
+    'Configuration' => 'Edit sales people',
+;
 
   foreach my $old_acl ( keys %onetime ) {