[freeside-commits] freeside/FS/FS AccessRight.pm,1.17,1.18
Ivan,,,
ivan at wavetail.420.am
Mon Feb 5 04:51:07 PST 2007
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv9128/FS/FS
Modified Files:
AccessRight.pm
Log Message:
C is for Cookie^WControl
Index: AccessRight.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/AccessRight.pm,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- AccessRight.pm 3 Feb 2007 11:36:29 -0000 1.17
+++ AccessRight.pm 5 Feb 2007 12:51:05 -0000 1.18
@@ -92,12 +92,13 @@
'Cancel customer',
'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',
+ 'Add customer note', #NEW
+ 'Edit customer note', #NEW
###
# customer package rights
###
+ 'View customer packages', #NEW
'Order customer package',
'One-time charge',
'Change customer package',
@@ -108,15 +109,16 @@
'Unsuspend customer package',
'Cancel customer package immediately',
'Cancel customer package later',
- 'Add on-the-fly cancel reason',
- 'Add on-the-fly suspend reason',
+ 'Add on-the-fly cancel reason', #NEW
+ 'Add on-the-fly suspend reason', #NEW
###
# customer service rights
###
- 'Edit usage',
+ 'Edit usage', #NEW
+ 'View customer services', #NEW
'Provision customer service',
- 'Recharge customer service',
+ 'Recharge customer service', #NEW
'Unprovision customer service',
'View/link unlinked services', #not agent-virtualizable without more work
@@ -126,6 +128,7 @@
###
'View invoices',
'View customer tax exemptions', #yow
+ 'View customer batched payments', #NEW
###
# customer payment rights
@@ -138,7 +141,7 @@
'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',
+ 'Delete refund', #NEW
###
# customer credit rights
@@ -160,7 +163,7 @@
# report/listing rights...
###
'List customers',
- 'List zip codes',
+ 'List zip codes', #NEW
'List invoices',
'List packages',
'List services',
@@ -173,15 +176,15 @@
# misc rights
###
'Job queue', # these are not currently agent-virtualized
- 'Process batches', #
- 'Reprocess batches', #
+ 'Process batches', # NEW
+ 'Reprocess batches', # NEW
'Import', #
'Export', #
###
# misc misc rights
###
- 'Raw SQL',
+ 'Raw SQL', #NEW
###
# setup/config rights
More information about the freeside-commits
mailing list