User Tools

Site Tools


developers:general:permissions

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
developers:general:permissions [2014/10/16 14:20]
Jaco van Wyk
developers:general:permissions [2014/10/18 07:04]
Jaco van Wyk
Line 15: Line 15:
 There are thousands of potential permissions throughout SnapBill so unfortunately we can't list them all here. If you're looking for a single one please feel free to contact support and we'll try help you out. There are thousands of potential permissions throughout SnapBill so unfortunately we can't list them all here. If you're looking for a single one please feel free to contact support and we'll try help you out.
  
-<​code>/​billing:​ Access to the billing area</​code>​ +<​code ​html>/​billing:​ Access to the billing area</​code>​ 
-<​code>/​clients:​ View simple listings and search all clients on the account</​code>​ +<​code ​html>/​clients:​ View simple listings and search all clients on the account</​code>​ 
-<​code>/​client:​ View details about a specific client</​code>​ +<​code ​html>/​client:​ View details about a specific client</​code>​ 
-<​code>/​client/​*:​ All the "/​client"​ links below, but not including "/​client"​ itself</​code>​ +<​code ​html>/​client/​*:​ All the "/​client"​ links below, but not including "/​client"​ itself</​code>​ 
-<​code>/​client/​add:​ Add a new client to the account</​code>​ +<​code ​html>/​client/​add:​ Add a new client to the account</​code>​ 
-<​code>/​client/​change_state:​ Change the state of an existing client</​code>​ +<​code ​html>/​client/​change_state:​ Change the state of an existing client</​code>​ 
-<​code>/​client/​payment_method:​ Change the payment method of an existing client</​code>​ +<​code ​html>/​client/​payment_method:​ Change the payment method of an existing client</​code>​ 
-<​code>/​client/​remove:​ Remove a client from the account</​code>​ +<​code ​html>/​client/​remove:​ Remove a client from the account</​code>​ 
-<​code>/​client/​update:​ Update general details of a client</​code>​ +<​code ​html>/​client/​update:​ Update general details of a client</​code>​ 
-<​code>/​editor:​ Access to the invoice editor</​code>​ +<​code ​html>/​editor:​ Access to the invoice editor</​code>​ 
-<​code>/​email/​add:​ Add (send) a new email to a client</​code>​ +<​code ​html>/​email/​add:​ Add (send) a new email to a client</​code>​ 
-<​code>/​email:​ View an email that has been sent previously</​code>​ +<​code ​html>/email: View an email that has been sent previously</​code>​ 
-<​code>/​import/​add:​ Upload a new import to SnapBill</​code>​ +<​code ​html>/​import/​add:​ Upload a new import to SnapBill</​code>​ 
-<​code>/​imports:​ Access to the imports area</​code>​ +<​code ​html>/​imports:​ Access to the imports area</​code>​ 
-<​code>/​import:​ Access to a single import</​code>​ +<​code ​html>/​import:​ Access to a single import</​code>​ 
-<​code>/​report/​clients:​ Access to a specific report (the '​Clients'​ report)</​code>​ +<​code ​html>/​report/​clients:​ Access to a specific report (the '​Clients'​ report)</​code>​ 
-<​code>/​report:​ Access to the reporting section</​code>​ +<​code ​html>/​report:​ Access to the reporting section</​code>​ 
-<​code>/​setup:​ Access to the setup area</​code>​ +<​code ​html>/setup: Access to the setup area</​code>​ 
-<​code>/​statistics/​growth:​ Access to a specific statistics page</​code>​ +<​code ​html>/​statistics/​growth:​ Access to a specific statistics page</​code>​ 
-<​code>/​statistics:​ Access to the statistics area</​code>​+<​code ​html>/​statistics:​ Access to the statistics area</​code>​
  
 ===== Example permission setups ===== ===== Example permission setups =====
Line 40: Line 40:
 Allow access to search and view clients, but not to do anything else with them Allow access to search and view clients, but not to do anything else with them
  
-<​code>​DENY ​ /+<​code ​html>​DENY ​ /
 ALLOW /clients ALLOW /clients
 ALLOW /client ALLOW /client
Line 47: Line 47:
 Allow access to the system as usual, but don't allow anything in the setup or statistics area Allow access to the system as usual, but don't allow anything in the setup or statistics area
  
-<​code>​ALLOW /+<​code ​html>ALLOW /
 DENY  /setup DENY  /setup
 DENY  /​statistics</​code>​ DENY  /​statistics</​code>​
Line 53: Line 53:
 Allow only access to the '​Stacked Income'​ statistics report Allow only access to the '​Stacked Income'​ statistics report
  
-<​code>​DENY /+<​code ​html>DENY /
 ALLOW  /statistics ALLOW  /statistics
 DENY  /​statistics/​* DENY  /​statistics/​*
 ALLOW  /​statistics/​stacked_income</​code>​ ALLOW  /​statistics/​stacked_income</​code>​
developers/general/permissions.txt · Last modified: 2014/10/18 07:04 by Jaco van Wyk