fix contact self-service disabled on edit (and some basic contact reports), RT#25533...
[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   ],
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     'Delete invoices',
188     'View customer tax exemptions', #yow
189     'Edit customer tax exemptions', #NEWNEW
190     'Add customer tax adjustment', #new, but no need to phase in
191     'View customer batched payments', #NEW
192     'View customer pending payments', #NEW
193     'Edit customer pending payments', #NEW
194     'View customer billing events', #NEW
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     'Credit line items', #NEWNEWNEW
221     'Apply credit', #NEWNEW
222     { rightname=>'Unapply credit', desc=>'Enable "unapplication" of unclosed credits.' }, #aka unapplycredits
223     { 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.
224     'View refunds',
225     { rightname=>'Post refund', desc=>'Enable posting of check and cash refunds.' },
226     'Post check refund',
227     'Post cash refund',
228 #    { rightname=>'Process refund', desc=>'Enable processing of generic credit card/ACH refunds (i.e. not associated with a specific prior payment).' },
229     { rightname=>'Refund payment', desc=>'Enable refund of existing customer credit card or e-check payments.' },
230     'Refund credit card payment',
231     'Refund Echeck payment',
232     'Delete refund', #NEW
233     'Add on-the-fly credit reason', #NEW
234     'Add on-the-fly refund reason', #NEW
235   ],
236   
237   ###
238   # customer voiding rights..
239   ###
240   'Customer payment void rights' => [
241     { rightname=>'Credit card void', desc=>'Enable local-only voiding of credit card payments in addition to refunds against the payment gateway.' }, #aka. cc-void 
242     { rightname=>'Echeck void', desc=>'Enable local-only voiding of echeck payments in addition to refunds against the payment gateway.' }, #aka. echeck-void
243     'Void payments',
244     { rightname=>'Unvoid payments', desc=>'Enable unvoiding of voided payments' }, #aka. unvoid 
245     
246   
247   ],
248  
249   ###
250   # note/attachment rights...
251   ###
252   'Customer note and attachment rights' => [
253     'Add customer note', #NEW
254     'Edit customer note', #NEW
255     'View attachments', #NEW
256     'Browse attachments', #NEW
257     'Download attachment', #NEW
258     'Add attachment', #NEW
259     'Edit attachment', #NEW
260     'Delete attachment', #NEW
261     'View deleted attachments', #NEW
262     'Undelete attachment', #NEW
263     'Purge attachment', #NEW
264   ],
265   
266   ###
267   # report/listing rights...
268   ###
269   'Reporting/listing rights' => [
270     'List prospects',
271     'List contacts',
272     'List customers',
273     'List all customers',
274     'Advanced customer search',
275     'List zip codes', #NEW
276     'List quotations',
277     'List invoices',
278     'List packages',
279     'Summarize packages',
280     'List services',
281     'List service passwords',
282   
283     { rightname=> 'List rating data', desc=>'Usage reports', global=>1 },
284     'Billing event reports',
285     'Receivables report',
286     'Financial reports',
287     { rightname=> 'List inventory', global=>1 },
288     { rightname=>'View email logs', global=>1 },
289     { rightname=>'View system logs' },
290
291     'Download report data',
292     'Services: Accounts',
293     'Services: Accounts: Advanced search',
294     'Services: Domains',
295     'Services: Certificates',
296     'Services: Mail forwards',
297     'Services: Virtual hosting services',
298     'Services: Wireless broadband services',
299     'Services: Wireless broadband services: Advanced search',
300     'Services: DSLs',
301     'Services: Cable subscribers',
302     'Services: Conferencing',
303     'Services: Dish services',
304     'Services: Hardware',
305     'Services: Hardware: Advanced search',
306     'Services: Phone numbers',
307     'Services: Phone numbers: Advanced search',
308     'Services: PBXs',
309     'Services: Ports',
310     'Services: Mailing lists',
311     'Services: Alarm services',
312     'Services: Video',
313     'Services: External services',
314     'Usage: RADIUS sessions',
315     'Usage: Call Detail Records (CDRs)',
316     'Usage: Unrateable CDRs',
317     'Usage: Time worked',
318     #gone in 4.x as a distinct ACL (for now?) { rightname=>'Employees: Commission Report', global=>1 },
319     { rightname=>'Employees: Audit Report', global=>1 },
320
321     #{ rightname => 'List customers of all agents', global=>1 },
322   ],
323   
324   ###
325   # misc rights
326   ###
327   'Miscellaneous rights' => [
328     { rightname=>'Job queue', global=>1 },
329     { rightname=>'Time queue', global=>1 },
330     { rightname=>'Process batches', }, #Process payment batches
331     { rightname=>'Process global batches', global=>1 }, #Process global payment batches
332     { rightname=>'Reprocess batches', global=>1 }, #Reprocess payment batches
333     { rightname=>'Redownload resolved batches', global=>1 }, #Redownload resolved payment batches
334     { rightname=>'Process invoice batches', },
335     { rightname=>'Process global invoice batches', global=>1 },
336     { rightname=>'Import', global=>1 }, #some of these are ag-virt'ed now?  give em their own ACLs
337     { rightname=>'Export', global=>1 },
338     { rightname=> 'Edit rating data', desc=>'Delete CDRs', global=>1 },
339   #],
340   #
341   ###
342   # misc misc rights
343   ###
344   #'Database access rights' => [
345     { rightname=>'Raw SQL', global=>1 }, #NEW
346   ],
347   
348   ###
349   # setup/config rights
350   ###
351   'Configuration rights' => [
352     'Edit advertising sources',
353     { rightname=>'Edit global advertising sources', global=>1 },
354
355     'Edit sales people',
356
357     'Edit package definitions',
358     { rightname=>'Edit global package definitions', global=>1 },
359     'Edit package definition costs',
360
361     'Bulk edit package definitions',
362
363     'Edit FCC report configuration',
364     { rightname => 'Edit FCC report configuration for all agents', global=>1 },
365
366     'Edit CDR rates',
367     #{ rightname=>'Edit global CDR rates', global=>1, },
368
369     'Edit fee definitions',
370     { rightname=>'Edit global fee definitions', global=>1 },
371
372     'Edit billing events',
373     { rightname=>'Edit global billing events', global=>1 },
374
375     'View templates',
376     { rightname=>'View global templates', global=>1 },
377     'Edit templates',
378     { rightname=>'Edit global templates', global=>1 },
379
380     'Edit inventory',
381     { rightname=>'Edit global inventory', global=>1 },
382   
383     { rightname=>'Dialup configuration' },
384     { rightname=>'Dialup global configuration', global=>1 },
385
386     { rightname=>'Broadband configuration' },
387     { rightname=>'Broadband global configuration', global=>1 },
388
389     { rightname=>'Alarm configuration' },
390     { rightname=>'Alarm global configuration', global=>1 },
391
392     { rightname=> 'Configure network monitoring', global=>1 },
393
394     #{ rightname=>'Edit employees', global=>1, },
395     #{ rightname=>'Edit employee groupss', global=>1, },
396
397     { rightname=>'Configuration', global=>1 }, #most of the rest of the configuraiton is not agent-virtualized
398
399     { rightname=>'Configuration download', }, #description of how it affects
400                                               #search/elements/search.html
401
402   ],
403   
404 ;
405   
406 =head1 CLASS METHODS
407   
408 =over 4
409   
410 =item rights
411
412 Returns the full list of right names.
413
414 =cut
415   
416 sub rights {
417   #my $class = shift;
418   map { ref($_) ? $_->{'rightname'} : $_ } map @{ $rights{$_} }, keys %rights;
419 }
420
421 =item default_superuser_rights
422
423 Most (but not all) right names.
424
425 =cut
426
427 sub default_superuser_rights {
428   my $class = shift;
429   my %omit = map { $_=>1 } (
430     'Delete invoices',
431     'Delete payment',
432     'Delete credit', #?
433     'Delete refund', #?
434     'Edit customer package dates',
435     'Time queue',
436     'Usage: Time worked',
437     'Redownload resolved batches',
438     'Raw SQL',
439     'Configuration download',
440     'View customers of all agents',
441     'View/link unlinked services',
442     'Edit usage',
443     'Credit card void',
444     'Echeck void',
445     'Void invoices',#people are overusing this when credits are more appropriate
446   );
447
448   no warnings 'uninitialized';
449   grep { ! $omit{$_} } $class->rights;
450 }
451   
452 =item rights_info
453
454 Returns a list of key-value pairs suitable for assigning to a hash.  Keys are
455 category names and values are list references of rights.  Each element of the
456 list reference scalar right name or a hashref with the following keys:
457
458 =over 4
459
460 =item rightname - Right name
461
462 =item desc - Extended right description
463
464 =item global - Global flag, indicates that this access right provides access to global data which is shared among all agents.
465
466 =back
467
468 =cut
469
470 sub rights_info {
471   %rights;
472 }
473
474 =back
475
476 =head1 BUGS
477
478 Damn those infernal six-legged creatures!
479
480 =head1 SEE ALSO
481
482 L<FS::access_right>, L<FS::access_group>, L<FS::access_user>
483
484 =cut
485
486 1;
487