Merge branch 'master' of git.freeside.biz:/home/git/freeside
[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 #      'prepay_credit'    => {},
57 #      'rate'             => {},
58 #      'cust_main_county' => {},
59 #    ],
60 #
61 #    'dialup' => [
62 #      '_desc' => 'Access to dialup configuraiton',
63 #      'svc_acct_pop' => {},
64 #    ],
65 #
66 #    'broadband' => [
67 #      '_desc' => 'Access to broadband configuration',
68 #      'router'     => {},
69 #      'addr_block' => {},
70 #    ],
71 #
72 #    'misc' => [
73 #      'part_referral'      => {},
74 #      'part_virtual_field' => {},
75 #      'msgcat'             => {},
76 #      'inventory_class'    => {},
77 #    ],
78 #
79 #  },
80 #
81 #);
82 #
83 ##turn it into a more hash-like structure, but ordered via IxHash
84
85 #well, this is what we have for now.  getting better.
86 tie my %rights, 'Tie::IxHash',
87
88   ###
89   # contact rights
90   ###
91   'Contact and Prospect rights' => [
92     'New prospect',
93     'View prospect',
94     'Edit prospect',
95     'Edit contact', #!
96     #'New contact',
97     #'View customer contacts',
98     'Generate quotation',
99     'Disable quotation',
100   ],
101   
102   ###
103   # basic customer rights
104   ###
105   'Customer rights' => [
106     'New customer',
107     'View customer',
108     #'View Customer | View tickets',
109     'Edit customer',
110     'Edit customer tags',
111     'Edit referring customer',
112     'View customer history',
113     'Suspend customer',
114     'Unsuspend customer',
115     'Cancel customer',
116     'Complimentary customer', #aka users-allow_comp 
117     'Merge customer',
118     'Merge customer across agents',
119     'Bill customer now', #NEW
120     'Bulk send customer notices', #NEW
121     { rightname=>'View customers of all agents', global=>1 },
122   ],
123   
124   ###
125   # customer package rights
126   ###
127   'Customer package rights' => [
128     'View customer packages', #NEW
129     'Order customer package',
130     'One-time charge',
131     'Modify one-time charge',
132     'Change customer package',
133     'Detach customer package',
134     'Bulk change customer packages',
135     'Edit customer package dates',
136     'Discount customer package', #NEW
137     'Custom discount customer package', #NEW
138     'Customize customer package',
139     'Suspend customer package',
140     'Suspend customer package later',
141     'Unsuspend customer package',
142     'Cancel customer package immediately',
143     'Cancel customer package later',
144     'Un-cancel customer package',
145     'Delay suspension events',
146     'Add on-the-fly cancel reason', #NEW
147     'Add on-the-fly suspend reason', #NEW
148     'Edit customer package invoice details', #NEW
149     'Edit customer package comments', #NEW
150     'Qualify service', #NEW
151     'Waive setup fee', #NEW
152     'View appointments', #NEWNEW
153     'Make appointment',
154     'View package definition costs', #NEWNEW
155   ],
156   
157   ###
158   # customer service rights
159   ###
160   'Customer service rights' => [
161     'View customer services', #NEW
162     'Provision customer service',
163     'Bulk provision customer service',
164     'Bulk move customer services', #NEWNEW
165     'Recharge customer service', #NEW
166     'Unprovision customer service',
167     'Change customer service', #NEWNEW
168     'Edit password',
169     'Edit usage', #NEW
170     'Edit home dir', #NEW
171     'Edit www config', #NEW
172     'Edit domain catchall', #NEW
173     'Edit domain nameservice', #NEW
174     'Manage domain registration',
175   
176     { rightname=>'View/link unlinked services', global=>1 }, #not agent-virtualizable without more work
177   ],
178   
179   ###
180   # customer invoice/financial info rights
181   ###
182   'Customer invoice / financial info rights' => [
183     'View invoices',
184     'Resend invoices', #NEWNEW
185     'Void invoices',
186     'Unvoid invoices',
187     'View customer tax exemptions', #yow
188     'Edit customer tax exemptions', #NEWNEW
189     'Add customer tax adjustment', #new, but no need to phase in
190     'View customer batched payments', #NEW
191     'View customer pending payments', #NEW
192     'Edit customer pending payments', #NEW
193     'View customer billing events', #NEW
194     'View legacy typeset statements', #new, but no need to phase in
195   ],
196   
197   ###
198   # customer payment rights
199   ###
200   'Customer payment rights' => [
201     'View payments',
202     { rightname=>'Post payment', desc=>'Make check or cash payments.' },
203     { rightname=>'Backdate payment', desc=>'Enable payments to be posted for days other than today.' },
204     'Post check payment',
205     'Post cash payment',
206     'Post payment batch',
207     'Apply payment', #NEWNEW
208     { rightname=>'Unapply payment', desc=>'Enable "unapplication" of unclosed payments from specific invoices.' }, #aka. unapplypayments
209     { rightname=>'Process payment', desc=>'Process credit card or e-check payments' },
210     'Process credit card payment',
211     'Process Echeck payment',
212     { 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.
213   ],
214   
215   ###
216   # customer credit rights
217   ###
218   'Customer credit and refund rights' => [
219     'Post credit',
220     { rightname=>'Backdate credit', desc=>'Enable credits to be posted for days other than today.' },
221     'Credit line items', #NEWNEWNEW
222     'Apply credit', #NEWNEW
223     'Void credit', #NEWER than things marked NEWNEWNEW
224     'Unvoid credit', #NEWER than things marked NEWNEWNEW
225     { rightname=>'Unapply credit', desc=>'Enable "unapplication" of unclosed credits.' }, #aka unapplycredits
226     { 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.
227     'View refunds',
228     { rightname=>'Post refund', desc=>'Enable posting of check and cash refunds.' },
229     'Post check refund',
230     'Post cash refund',
231 #    { rightname=>'Process refund', desc=>'Enable processing of generic credit card/ACH refunds (i.e. not associated with a specific prior payment).' },
232     { rightname=>'Refund payment', desc=>'Enable refund of existing customer credit card or e-check payments.' },
233     'Refund credit card payment',
234     'Refund Echeck payment',
235     'Delete refund', #NEW
236     'Add on-the-fly credit reason', #NEW
237     'Add on-the-fly void credit reason',
238     'Add on-the-fly refund reason', #NEW
239   ],
240   
241   ###
242   # customer voiding rights..
243   ###
244   'Customer payment void rights' => [
245     { rightname=>'Credit card void', desc=>'Enable local-only voiding of credit card payments in addition to refunds against the payment gateway.' }, #aka. cc-void 
246     { rightname=>'Echeck void', desc=>'Enable local-only voiding of echeck payments in addition to refunds against the payment gateway.' }, #aka. echeck-void
247     'Void payments',
248     { rightname=>'Unvoid payments', desc=>'Enable unvoiding of voided payments' }, #aka. unvoid 
249     
250   
251   ],
252  
253   ###
254   # note/attachment rights...
255   ###
256   'Customer note and attachment rights' => [
257     'Add customer note', #NEW
258     'Edit customer note', #NEW
259     'View attachments', #NEW
260     'Browse attachments', #NEW
261     'Download attachment', #NEW
262     'Add attachment', #NEW
263     'Edit attachment', #NEW
264     'Delete attachment', #NEW
265     'View deleted attachments', #NEW
266     'Undelete attachment', #NEW
267     'Purge attachment', #NEW
268   ],
269   
270   ###
271   # report/listing rights...
272   ###
273   'Reporting/listing rights' => [
274     'List prospects',
275     'List contacts',
276     'List customers',
277     'List all customers',
278     'Advanced customer search',
279     'List zip codes', #NEW
280     'List quotations',
281     'List invoices',
282     'List packages',
283     'Summarize packages',
284     'List services',
285     'List service passwords',
286   
287     { rightname=> 'List rating data', desc=>'Usage reports', global=>1 },
288     'Billing event reports',
289     'Receivables report',
290     'Financial reports',
291     { rightname=> 'List inventory', global=>1 },
292     { rightname=>'View email logs', global=>1 },
293     { rightname=>'View system logs' },
294
295     'Download report data',
296     'Services: Accounts',
297     'Services: Accounts: Advanced search',
298     'Services: Domains',
299     'Services: Certificates',
300     'Services: Mail forwards',
301     'Services: Virtual hosting services',
302     'Services: Wireless broadband services',
303     'Services: Wireless broadband services: Advanced search',
304     'Services: DSLs',
305     'Services: Cable subscribers',
306     'Services: Conferencing',
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: Video',
317     'Services: Circuits',
318     'Services: External services',
319     'Usage: RADIUS sessions',
320     'Usage: Call Detail Records (CDRs)',
321     'Usage: Unrateable CDRs',
322     'Usage: Time worked',
323     #gone in 4.x as a distinct ACL (for now?) { rightname=>'Employees: Commission Report', global=>1 },
324     { rightname=>'Employees: Audit Report', global=>1 },
325
326     #{ rightname => 'List customers of all agents', global=>1 },
327   ],
328   
329   ###
330   # misc rights
331   ###
332   'Miscellaneous rights' => [
333     { rightname=>'Job queue', global=>1 },
334     { rightname=>'Time queue', global=>1 },
335     { rightname=>'Process batches', }, #Process payment batches
336     { rightname=>'Process global batches', global=>1 }, #Process global payment batches
337     { rightname=>'Reprocess batches', global=>1 }, #Reprocess payment batches
338     { rightname=>'Redownload resolved batches', global=>1 }, #Redownload resolved payment batches
339     { rightname=>'Process invoice batches', },
340     { rightname=>'Process global invoice batches', global=>1 },
341     { rightname=>'Import', global=>1 }, #some of these are ag-virt'ed now?  give em their own ACLs
342     { rightname=>'Export', global=>1 },
343     { rightname=> 'Edit rating data', desc=>'Delete CDRs', global=>1 },
344   #],
345   #
346   ###
347   # misc misc rights
348   ###
349   #'Database access rights' => [
350     { rightname=>'Raw SQL', global=>1 }, #NEW
351   #]
352
353   #'Employee preference rights' => [
354     { rightname=>'Employee preference telephony integration' },
355   #]
356
357   ],
358   
359   ###
360   # setup/config rights
361   ###
362   'Configuration rights' => [
363     'Edit advertising sources',
364     { rightname=>'Edit global advertising sources', global=>1 },
365
366     'Edit sales people',
367
368     'Edit package definitions',
369     { rightname=>'Edit global package definitions', global=>1 },
370     'Edit package definition costs',
371
372     'Bulk edit package definitions',
373
374     'Edit FCC report configuration',
375     { rightname => 'Edit FCC report configuration for all agents', global=>1 },
376
377     'Edit CDR rates',
378     #{ rightname=>'Edit global CDR rates', global=>1, },
379
380     'Edit fee definitions',
381     { rightname=>'Edit global fee definitions', global=>1 },
382
383     'Edit billing events',
384     { rightname=>'Edit global billing events', global=>1 },
385
386     'View templates',
387     { rightname=>'View global templates', global=>1 },
388     'Edit templates',
389     { rightname=>'Edit global templates', global=>1 },
390
391     'Edit inventory',
392     { rightname=>'Edit global inventory', global=>1 },
393   
394     { rightname=>'Dialup configuration' },
395     { rightname=>'Dialup global configuration', global=>1 },
396
397     { rightname=>'Broadband configuration' },
398     { rightname=>'Broadband global configuration', global=>1 },
399
400     { rightname=>'Alarm configuration' },
401     { rightname=>'Alarm global configuration', global=>1 },
402
403     { rightname=> 'Configure network monitoring', global=>1 },
404
405     #{ rightname=>'Edit employees', global=>1, },
406     #{ rightname=>'Edit employee groupss', global=>1, },
407
408     { rightname=>'Edit custom fields', global=>1 },
409
410     { rightname=>'Configuration', global=>1 }, #most of the rest of the configuraiton is not agent-virtualized
411
412     { rightname=>'Configuration download', }, #description of how it affects
413                                               #search/elements/search.html
414
415   ],
416   
417 ;
418   
419 =head1 CLASS METHODS
420   
421 =over 4
422   
423 =item rights
424
425 Returns the full list of right names.
426
427 =cut
428   
429 sub rights {
430   #my $class = shift;
431   map { ref($_) ? $_->{'rightname'} : $_ } map @{ $rights{$_} }, keys %rights;
432 }
433
434 =item default_superuser_rights
435
436 Most (but not all) right names.
437
438 =cut
439
440 sub default_superuser_rights {
441   my $class = shift;
442   my %omit = map { $_=>1 } (
443     'Delete payment',
444     'Delete credit', #?
445     'Delete refund', #?
446     'Edit customer package dates',
447     'Time queue',
448     'Usage: Time worked',
449     'Redownload resolved batches',
450     'Raw SQL',
451     'Configuration download',
452     'View customers of all agents',
453     'View/link unlinked services',
454     'Edit usage',
455     'Credit card void',
456     'Echeck void',
457     'Void invoices',#people are overusing this when credits are more appropriate
458     'Backdate credit',
459     'View legacy typeset statments',
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