[freeside-commits] freeside/FS/FS AccessRight.pm, 1.18.2.4, 1.18.2.5

Ivan,,, ivan at wavetail.420.am
Sun Jan 13 12:30:58 PST 2008


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv5271

Modified Files:
      Tag: FREESIDE_1_7_BRANCH
	AccessRight.pm 
Log Message:
new ACLs

Index: AccessRight.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/AccessRight.pm,v
retrieving revision 1.18.2.4
retrieving revision 1.18.2.5
diff -u -d -r1.18.2.4 -r1.18.2.5
--- AccessRight.pm	4 Dec 2007 18:19:04 -0000	1.18.2.4
+++ AccessRight.pm	13 Jan 2008 20:30:55 -0000	1.18.2.5
@@ -94,6 +94,7 @@
   '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', #NEW
   'Edit customer note', #NEW
+  'Bill customer now', #NEW
 
 ###
 # customer package rights
@@ -119,10 +120,13 @@
   'Edit usage', #NEW
   'Edit home dir', #NEW
   'Edit www config', #NEW
+  'Edit domain catchall', #NEW
+  'Edit domain nameservice', #NEW
   'View customer services', #NEW
   'Provision customer service',
   'Recharge customer service', #NEW
   'Unprovision customer service',
+  'Change customer service', #NEWNEW
 
   'View/link unlinked services', #not agent-virtualizable without more work
 
@@ -130,6 +134,7 @@
 # customer invoice/financial info rights
 ###
   'View invoices',
+  'Resend invoices', #NEWNEW
   'View customer tax exemptions', #yow
   'View customer batched payments', #NEW
 
@@ -138,6 +143,7 @@
 ###
   'Post payment',
   'Post payment batch',
+  'Apply payment', #NEWNEW
   'Unapply payment', #aka. unapplypayments Enable "unapplication" of unclosed payments.
   'Process payment',
   'Refund payment',
@@ -150,7 +156,7 @@
 # customer credit rights
 ###
   'Post credit',
-  #'Apply credit',
+  'Apply credit', #NEWNEW
   'Unapply credit', #aka unapplycredits Enable "unapplication" of unclosed credits.
   '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.
   'Add on-the-fly credit reason', #NEW



More information about the freeside-commits mailing list