X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FAccessRight.pm;h=cc0bf7ff67ff4299b1dd047aaed643c5df5cee56;hb=590603ecaea3184f64530755a76626be8205da49;hp=6fdb0b0ce958a35debe28c004f63624f48d03ec0;hpb=c8cccb4a92adceb943c635fe62dad0d034462ce0;p=freeside.git diff --git a/FS/FS/AccessRight.pm b/FS/FS/AccessRight.pm index 6fdb0b0ce..cc0bf7ff6 100644 --- a/FS/FS/AccessRight.pm +++ b/FS/FS/AccessRight.pm @@ -93,6 +93,7 @@ assigned to users and/or groups. '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', + 'Edit customer note', ### # customer package rights @@ -107,11 +108,15 @@ assigned to users and/or groups. 'Unsuspend customer package', 'Cancel customer package immediately', 'Cancel customer package later', + 'Add on-the-fly cancel reason', + 'Add on-the-fly suspend reason', ### # customer service rights ### + 'Edit usage', 'Provision customer service', + 'Recharge customer service', 'Unprovision customer service', 'View/link unlinked services', #not agent-virtualizable without more work @@ -133,6 +138,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', + ### # customer credit rights ### @@ -153,7 +160,7 @@ assigned to users and/or groups. # report/listing rights... ### 'List customers', - #'List zip codes', + 'List zip codes', 'List invoices', 'List packages', 'List services', @@ -172,6 +179,11 @@ assigned to users and/or groups. 'Export', # ### +# misc misc rights +### + 'Raw SQL', + +### # setup/config rights ### 'Edit advertising sources',