disable virtual field access by default until it is working, RT#35178
[freeside.git] / FS / FS / AccessRight.pm
1 package FS::AccessRight;
2
3 use strict;
4 use vars qw(@rights); # %rights);
5 use Tie::IxHash;
6
7 =head1 NAME
8
9 FS::AccessRight - Access control rights.
10
11 =head1 SYNOPSIS
12
13   use FS::AccessRight;
14
15   my @rights = FS::AccessRight->rights;
16
17   #my %rights = FS::AccessRight->rights_categorized;
18   tie my %rights, 'Tie::IxHash', FS::AccessRight->rights_categorized;
19   foreach my $category ( keys %rights ) {
20     my @category_rights = @{ $rights{$category} };
21   }
22
23 =head1 DESCRIPTION
24
25 Access control rights - Permission to perform specific actions that can be
26 assigned to users and/or groups.
27
28 =cut
29
30 #@rights = (
31 #  'Reports' => [
32 #    '_desc' => 'Access to high-level reporting',
33 #  ],
34 #  'Configuration' => [
35 #    '_desc' => 'Access to configuration',
36 #
37 #    'Settings' => {},
38 #
39 #    'agent' => [
40 #      '_desc' => 'Master access to reseller configuration',
41 #      'agent_type'  => {},
42 #      'agent'       => {},
43 #    ],
44 #
45 #    'export_svc_pkg' => [
46 #      '_desc' => 'Access to export, service and package configuration',
47 #      'part_export' => {},
48 #      'part_svc'    => {},
49 #      'part_pkg'    => {},
50 #      'pkg_class'   => {},
51 #    ],
52 #
53 #    'billing' => [
54 #      '_desc' => 'Access to billing configuration',
55 #      'payment_gateway'  => {},
56 #      'part_bill_event'  => {},
57 #      'prepay_credit'    => {},
58 #      'rate'             => {},
59 #      'cust_main_county' => {},
60 #    ],
61 #
62 #    'dialup' => [
63 #      '_desc' => 'Access to dialup configuraiton',
64 #      'svc_acct_pop' => {},
65 #    ],
66 #
67 #    'broadband' => [
68 #      '_desc' => 'Access to broadband configuration',
69 #      'router'     => {},
70 #      'addr_block' => {},
71 #    ],
72 #
73 #    'misc' => [
74 #      'part_referral'      => {},
75 #      'part_virtual_field' => {},
76 #      'msgcat'             => {},
77 #      'inventory_class'    => {},
78 #    ],
79 #
80 #  },
81 #
82 #);
83 #
84 ##turn it into a more hash-like structure, but ordered via IxHash
85
86 #well, this is what we have for now.  getting better.
87 tie my %rights, 'Tie::IxHash',
88
89   ###
90   # contact rights
91   ###
92   'Contact and Prospect rights' => [
93     'New prospect',
94     'View prospect',
95     'Edit prospect',
96     'Edit contact', #!
97     #'New contact',
98     #'View customer contacts',
99     'Generate quotation',
100     'Disable quotation',
101   ],
102   
103   ###
104   # basic customer rights
105   ###
106   'Customer rights' => [
107     'New customer',
108     'View customer',
109     #'View Customer | View tickets',
110     'Edit customer',
111     'Edit customer tags',
112     'Edit referring customer',
113     'View customer history',
114     'Suspend customer',
115     'Unsuspend customer',
116     'Cancel customer',
117     'Complimentary customer', #aka users-allow_comp 
118     'Merge customer',
119     'Merge customer across agents',
120     { rightname=>'Delete customer', desc=>"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 customer's packages if they cancel service." }, #aka. deletecustomers
121     'Bill customer now', #NEW
122     'Bulk send customer notices', #NEW
123     { rightname=>'View customers of all agents', global=>1 },
124   ],
125   
126   ###
127   # customer package rights
128   ###
129   'Customer package rights' => [
130     'View customer packages', #NEW
131     'Order customer package',
132     'One-time charge',
133     'Modify one-time charge',
134     'Change customer package',
135     'Detach customer package',
136     'Bulk change customer packages',
137     'Edit customer package dates',
138     'Discount customer package', #NEW
139     'Custom discount customer package', #NEW
140     'Customize customer package',
141     'Suspend customer package',
142     'Suspend customer package later',
143     'Unsuspend customer package',
144     'Cancel customer package immediately',
145     'Cancel customer package later',
146     'Un-cancel customer package',
147     'Delay suspension events',
148     'Add on-the-fly cancel reason', #NEW
149     'Add on-the-fly suspend reason', #NEW
150     'Edit customer package invoice details', #NEW
151     'Edit customer package comments', #NEW
152     'Qualify service', #NEW
153     'Waive setup fee', #NEW
154     'View appointments', #NEWNEW
155     'Make appointment',
156     'View package definition costs', #NEWNEW
157   ],
158   
159   ###
160   # customer service rights
161   ###
162   'Customer service rights' => [
163     'View customer services', #NEW
164     'Provision customer service',
165     'Bulk provision customer service',
166     'Bulk move customer services', #NEWNEW
167     'Recharge customer service', #NEW
168     'Unprovision customer service',
169     'Change customer service', #NEWNEW
170     'Edit password',
171     'Edit usage', #NEW
172     'Edit home dir', #NEW
173     'Edit www config', #NEW
174     'Edit domain catchall', #NEW
175     'Edit domain nameservice', #NEW
176     'Manage domain registration',
177   
178     { rightname=>'View/link unlinked services', global=>1 }, #not agent-virtualizable without more work
179   ],
180   
181   ###
182   # customer invoice/financial info rights
183   ###
184   'Customer invoice / financial info rights' => [
185     'View invoices',
186     'Resend invoices', #NEWNEW
187     'Void invoices',
188     'Unvoid invoices',
189     'Delete invoices',
190     'View customer tax exemptions', #yow
191     'Edit customer tax exemptions', #NEWNEW
192     'Add customer tax adjustment', #new, but no need to phase in
193     'View customer batched payments', #NEW
194     'View customer pending payments', #NEW
195     'Edit customer pending payments', #NEW
196     'View customer billing events', #NEW
197   ],
198   
199   ###
200   # customer payment rights
201   ###
202   'Customer payment rights' => [
203     'View payments',
204     { rightname=>'Post payment', desc=>'Make check or cash payments.' },
205     { rightname=>'Backdate payment', desc=>'Enable payments to be posted for days other than today.' },
206     'Post check payment',
207     'Post cash payment',
208     'Post payment batch',
209     'Apply payment', #NEWNEW
210     { rightname=>'Unapply payment', desc=>'Enable "unapplication" of unclosed payments from specific invoices.' }, #aka. unapplypayments
211     { rightname=>'Process payment', desc=>'Process credit card or e-check payments' },
212     'Process credit card payment',
213     'Process Echeck payment',
214     { rightname=>'Delete payment', desc=>'Enable deletion of unclosed payments. Be very careful!  Only delete payments that were data-entry errors, not adjustments.' }, #aka. deletepayments Optionally specify one or more comma-separated email addresses to be notified when a payment is deleted.
215   ],
216   
217   ###
218   # customer credit rights
219   ###
220   'Customer credit and refund rights' => [
221     'Post credit',
222     { rightname=>'Backdate credit', desc=>'Enable credits to be posted for days other than today.' },
223     'Credit line items', #NEWNEWNEW
224     'Apply credit', #NEWNEW
225     'Void credit', #NEWER than things marked NEWNEWNEW
226     'Unvoid credit', #NEWER than things marked NEWNEWNEW
227     { rightname=>'Unapply credit', desc=>'Enable "unapplication" of unclosed credits.' }, #aka unapplycredits
228     { rightname=>'Delete credit', desc=>'Enable deletion of unclosed credits. Be very careful!  Only delete credits that were data-entry errors, not adjustments.' }, #aka. deletecredits Optionally specify one or more comma-separated email addresses to be notified when a credit is deleted.
229     'View refunds',
230     { rightname=>'Post refund', desc=>'Enable posting of check and cash refunds.' },
231     'Post check refund',
232     'Post cash refund',
233 #    { rightname=>'Process refund', desc=>'Enable processing of generic credit card/ACH refunds (i.e. not associated with a specific prior payment).' },
234     { rightname=>'Refund payment', desc=>'Enable refund of existing customer credit card or e-check payments.' },
235     'Refund credit card payment',
236     'Refund Echeck payment',
237     'Delete refund', #NEW
238     'Add on-the-fly credit reason', #NEW
239     'Add on-the-fly void credit reason',
240   ],
241   
242   ###
243   # customer voiding rights..
244   ###
245   'Customer payment void rights' => [
246     { rightname=>'Credit card void', desc=>'Enable local-only voiding of credit card payments in addition to refunds against the payment gateway.' }, #aka. cc-void 
247     { rightname=>'Echeck void', desc=>'Enable local-only voiding of echeck payments in addition to refunds against the payment gateway.' }, #aka. echeck-void
248     'Void payments',
249     { rightname=>'Unvoid payments', desc=>'Enable unvoiding of voided payments' }, #aka. unvoid 
250     
251   
252   ],
253  
254   ###
255   # note/attachment rights...
256   ###
257   'Customer note and attachment rights' => [
258     'Add customer note', #NEW
259     'Edit customer note', #NEW
260     'View attachments', #NEW
261     'Browse attachments', #NEW
262     'Download attachment', #NEW
263     'Add attachment', #NEW
264     'Edit attachment', #NEW
265     'Delete attachment', #NEW
266     'View deleted attachments', #NEW
267     'Undelete attachment', #NEW
268     'Purge attachment', #NEW
269   ],
270   
271   ###
272   # report/listing rights...
273   ###
274   'Reporting/listing rights' => [
275     'List prospects',
276     'List contacts',
277     'List customers',
278     'List all customers',
279     'Advanced customer search',
280     'List zip codes', #NEW
281     'List quotations',
282     'List invoices',
283     'List packages',
284     'Summarize packages',
285     'List services',
286     'List service passwords',
287   
288     { rightname=> 'List rating data', desc=>'Usage reports', global=>1 },
289     'Billing event reports',
290     'Receivables report',
291     'Financial reports',
292     { rightname=> 'List inventory', global=>1 },
293     { rightname=>'View email logs', global=>1 },
294     { rightname=>'View system logs' },
295
296     'Download report data',
297     'Services: Accounts',
298     'Services: Accounts: Advanced search',
299     'Services: Domains',
300     'Services: Certificates',
301     'Services: Mail forwards',
302     'Services: Virtual hosting services',
303     'Services: Wireless broadband services',
304     'Services: Wireless broadband services: Advanced search',
305     'Services: DSLs',
306     'Services: Cable subscribers',
307     'Services: Dish services',
308     'Services: Hardware',
309     'Services: Hardware: Advanced search',
310     'Services: Phone numbers',
311     'Services: Phone numbers: Advanced search',
312     'Services: PBXs',
313     'Services: Ports',
314     'Services: Mailing lists',
315     'Services: Alarm services',
316     'Services: External services',
317     'Usage: RADIUS sessions',
318     'Services: Circuits',
319     'Usage: Call Detail Records (CDRs)',
320     'Usage: Unrateable CDRs',
321     'Usage: Time worked',
322     { rightname=>'Employees: Commission Report', global=>1 },
323     { rightname=>'Employees: Audit Report', global=>1 },
324
325     #{ rightname => 'List customers of all agents', global=>1 },
326   ],
327   
328   ###
329   # misc rights
330   ###
331   'Miscellaneous rights' => [
332     { rightname=>'Job queue', global=>1 },
333     { rightname=>'Time queue', global=>1 },
334     { rightname=>'Process batches', }, #Process payment batches
335     { rightname=>'Process global batches', global=>1 }, #Process global payment batches
336     { rightname=>'Reprocess batches', global=>1 }, #Reprocess payment batches
337     { rightname=>'Redownload resolved batches', global=>1 }, #Redownload resolved payment batches
338     { rightname=>'Process invoice batches', },
339     { rightname=>'Process global invoice batches', global=>1 },
340     { rightname=>'Import', global=>1 }, #some of these are ag-virt'ed now?  give em their own ACLs
341     { rightname=>'Export', global=>1 },
342     { rightname=> 'Edit rating data', desc=>'Delete CDRs', global=>1 },
343   #],
344   #
345   ###
346   # misc misc rights
347   ###
348   #'Database access rights' => [
349     { rightname=>'Raw SQL', global=>1 }, #NEW
350   #]
351
352   #'Employee preference rights' => [
353     { rightname=>'Employee preference telephony integration' },
354   #]
355
356   ],
357   
358   ###
359   # setup/config rights
360   ###
361   'Configuration rights' => [
362     'Edit advertising sources',
363     { rightname=>'Edit global advertising sources', global=>1 },
364
365     'Edit sales people',
366
367     'Edit package definitions',
368     { rightname=>'Edit global package definitions', global=>1 },
369     'Edit package definition costs',
370
371     'Bulk edit package definitions',
372
373     'Edit FCC report configuration',
374     { rightname => 'Edit FCC report configuration for all agents', global=>1 },
375
376     'Edit CDR rates',
377     #{ rightname=>'Edit global CDR rates', global=>1, },
378
379     'Edit fee definitions',
380     { rightname=>'Edit global fee definitions', global=>1 },
381
382     'Edit billing events',
383     { rightname=>'Edit global billing events', global=>1 },
384
385     'View templates',
386     { rightname=>'View global templates', global=>1 },
387     'Edit templates',
388     { rightname=>'Edit global templates', global=>1 },
389
390     'Edit inventory',
391     { rightname=>'Edit global inventory', global=>1 },
392   
393     { rightname=>'Dialup configuration' },
394     { rightname=>'Dialup global configuration', global=>1 },
395
396     { rightname=>'Broadband configuration' },
397     { rightname=>'Broadband global configuration', global=>1 },
398
399     { rightname=>'Alarm configuration' },
400     { rightname=>'Alarm global configuration', global=>1 },
401
402     { rightname=> 'Configure network monitoring', global=>1 },
403
404     #{ rightname=>'Edit employees', global=>1, },
405     #{ rightname=>'Edit employee groupss', global=>1, },
406
407     { rightname=>'Edit custom fields', global=>1 },
408
409     { rightname=>'Configuration', global=>1 }, #most of the rest of the configuraiton is not agent-virtualized
410
411     { rightname=>'Configuration download', }, #description of how it affects
412                                               #search/elements/search.html
413
414   ],
415   
416 ;
417   
418 =head1 CLASS METHODS
419   
420 =over 4
421   
422 =item rights
423
424 Returns the full list of right names.
425
426 =cut
427   
428 sub rights {
429   #my $class = shift;
430   map { ref($_) ? $_->{'rightname'} : $_ } map @{ $rights{$_} }, keys %rights;
431 }
432
433 =item default_superuser_rights
434
435 Most (but not all) right names.
436
437 =cut
438
439 sub default_superuser_rights {
440   my $class = shift;
441   my %omit = map { $_=>1 } (
442     'Delete customer',
443     'Delete invoices',
444     'Delete payment',
445     'Delete credit', #?
446     'Delete refund', #?
447     'Edit customer package dates',
448     'Time queue',
449     'Usage: Time worked',
450     'Redownload resolved batches',
451     'Raw SQL',
452     'Configuration download',
453     'View customers of all agents',
454     'View/link unlinked services',
455     'Edit usage',
456     'Credit card void',
457     'Echeck void',
458     'Void invoices',#people are overusing this when credits are more appropriate
459     'Backdate credit',
460   );
461
462   no warnings 'uninitialized';
463   grep { ! $omit{$_} } $class->rights;
464 }
465   
466 =item rights_info
467
468 Returns a list of key-value pairs suitable for assigning to a hash.  Keys are
469 category names and values are list references of rights.  Each element of the
470 list reference scalar right name or a hashref with the following keys:
471
472 =over 4
473
474 =item rightname - Right name
475
476 =item desc - Extended right description
477
478 =item global - Global flag, indicates that this access right provides access to global data which is shared among all agents.
479
480 =back
481
482 =cut
483
484 sub rights_info {
485   %rights;
486 }
487
488 =back
489
490 =head1 BUGS
491
492 Damn those infernal six-legged creatures!
493
494 =head1 SEE ALSO
495
496 L<FS::access_right>, L<FS::access_group>, L<FS::access_user>
497
498 =cut
499
500 1;
501