check file exists
[Pman.Core] / Core.perms.json
1
2 {       
3  
4         "/Permission Name"   :  "/ full perms (Default admin),    default perms) , description",
5         
6     "All"                       : [ "ADEPS",     "ADEPS" , "Global Permissions - may not be honoured?" ] ,      
7         "Projects_Member_Of"      : [ "EPS",     "S" , "Can only See projects they are member of" ] ,
8         "Projects_All"            : [ "ADEPS",   "" , "Can see All Projects"] ,
9         
10         
11         "Document_Types"            : [ "ADEPS",  "S" , "Document Types"] ,
12         
13         "Person"                    : [ "ADEPS", "S" , "Contacts"] ,
14         "Offices"                   : [ "ADEPS", "S" , "Contact Offices"] ,
15         "Companies"                 : [ "ADEPS", "S" , "Company Management"] ,
16         
17         "Staff"                     : [ "ADEPS", "S" , "Staff"] ,
18         "Groups"                    : [ "ADEPS", "" , "Group Management"] ,
19         
20         "Events"                    : [ "PS",     "", "Event Log"] ,
21         "ChangePassword"                    : [ "S",     "S", "User Can Change Password"] 
22 }
23             
24             
25