1 package FS::AccessRight;
4 use vars qw(@rights); # %rights);
9 FS::AccessRight - Access control rights.
17 Access control rights - Permission to perform specific actions that can be
18 assigned to users and/or groups.
24 # '_desc' => 'Access to high-level reporting',
26 # 'Configuration' => [
27 # '_desc' => 'Access to configuration',
32 # '_desc' => 'Master access to reseller configuration',
37 # 'export_svc_pkg' => [
38 # '_desc' => 'Access to export, service and package configuration',
39 # 'part_export' => {},
46 # '_desc' => 'Access to billing configuration',
47 # 'payment_gateway' => {},
48 # 'part_bill_event' => {},
49 # 'prepay_credit' => {},
51 # 'cust_main_county' => {},
55 # '_desc' => 'Access to dialup configuraiton',
56 # 'svc_acct_pop' => {},
60 # '_desc' => 'Access to broadband configuration',
66 # 'part_referral' => {},
67 # 'part_virtual_field' => {},
69 # 'inventory_class' => {},
76 ##turn it into a more hash-like structure, but ordered via IxHash
78 #well, this is what we have for now. could be ordered better, could be lots of
79 # things better, but this ACL system does 99% of what folks need and the UI
82 # okay, well it *really* needs some catgorization in the UI. badly.
86 # basic customer rights
90 #'View Customer | View tickets',
93 'Complimentary customer', #aka users-allow_comp
94 '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.
99 # customer package rights
101 'Order customer package',
103 'Change customer package',
104 'Bulk change customer packages',
105 'Edit customer package dates',
106 'Customize customer package',
107 'Suspend customer package',
108 'Unsuspend customer package',
109 'Cancel customer package immediately',
110 'Cancel customer package later',
111 'Add on-the-fly cancel reason',
112 'Add on-the-fly suspend reason',
115 # customer service rights
118 'Provision customer service',
119 'Recharge customer service',
120 'Unprovision customer service',
122 'View/link unlinked services', #not agent-virtualizable without more work
125 # customer invoice/financial info rights
128 'View customer tax exemptions', #yow
131 # customer payment rights
134 'Post payment batch',
135 'Unapply payment', #aka. unapplypayments Enable "unapplication" of unclosed payments.
139 '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.
144 # customer credit rights
148 'Unapply credit', #aka unapplycredits Enable "unapplication" of unclosed credits.
149 'Delete credit', #aka. deletecredits Enable deletion of unclosed credits. Be very careful! Only delete credits that were data-entry errors, not adjustments. Optionally specify one or more comma-separated email addresses to be notified when a credit is deleted.
152 # customer voiding rights..
154 'Credit card void', #aka. cc-void #Enable local-only voiding of echeck payments in addition to refunds against the payment gateway
155 'Echeck void', #aka. echeck-void #Enable local-only voiding of echeck payments in addition to refunds against the payment gateway
157 'Unvoid', #aka. unvoid #Enable unvoiding of voided payments
160 # report/listing rights...
168 'List rating data', # 'Usage reports',
169 'Billing event reports',
175 'Job queue', # these are not currently agent-virtualized
177 'Reprocess batches', #
182 # setup/config rights
184 'Edit advertising sources',
185 'Edit global advertising sources',
187 'Configuration', #most of the rest of the configuraiton is not