X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=FS%2FFS%2FAccessRight.pm;h=5194bd4d97f05525dcf4f06db77d18ad24f1a8c3;hb=80d9bab5b9e16abfd7af996c79511bbf0c4a833b;hp=aa4586688f9258ea596a4b5eea57e430d7623a9a;hpb=30c3ff2acf90e1386fae00759078899c859faf36;p=freeside.git diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index aa4586688..5194bd4d9 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -92,11 +92,13 @@ assigned to users and/or groups. 'Cancel customer', 'Complimentary customer', #aka users-allow_comp 'Delete customer', #aka. deletecustomers #Enable customer deletions. Be very careful! Deleting a customer will remove all traces that this customer ever existed! It should probably only be used when auditing a legacy database. Normally, you cancel all of a customers' packages if they cancel service. - 'Add customer note', + 'Add customer note', #NEW + 'Edit customer note', #NEW ### # customer package rights ### + 'View customer packages', #NEW 'Order customer package', 'One-time charge', 'Change customer package', @@ -107,11 +109,16 @@ assigned to users and/or groups. 'Unsuspend customer package', 'Cancel customer package immediately', 'Cancel customer package later', + 'Add on-the-fly cancel reason', #NEW + 'Add on-the-fly suspend reason', #NEW ### # customer service rights ### + 'Edit usage', #NEW + 'View customer services', #NEW 'Provision customer service', + 'Recharge customer service', #NEW 'Unprovision customer service', 'View/link unlinked services', #not agent-virtualizable without more work @@ -121,6 +128,7 @@ assigned to users and/or groups. ### 'View invoices', 'View customer tax exemptions', #yow + 'View customer batched payments', #NEW ### # customer payment rights @@ -133,6 +141,8 @@ assigned to users and/or groups. 'Delete payment', #aka. deletepayments - Enable deletion of unclosed payments. Be very careful! Only delete payments that were data-entry errors, not adjustments. Optionally specify one or more comma-separated email addresses to be notified when a payment is deleted. + 'Delete refund', #NEW + ### # customer credit rights ### @@ -153,7 +163,7 @@ assigned to users and/or groups. # report/listing rights... ### 'List customers', - #'List zip codes', + 'List zip codes', #NEW 'List invoices', 'List packages', 'List services', @@ -165,9 +175,16 @@ assigned to users and/or groups. ### # misc rights ### - 'Job queue', # these are not currently agent-virtualized - 'Import', # - 'Export', # + 'Job queue', # these are not currently agent-virtualized + 'Process batches', # NEW + 'Reprocess batches', # NEW + 'Import', # + 'Export', # + +### +# misc misc rights +### + 'Raw SQL', #NEW ### # setup/config rights