Skip to content

Commit

Permalink
Permisisons of docTypes of Project module.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsrai authored Nov 26, 2024
1 parent 5d7ee16 commit 4b358b9
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/erpNext/Project/Permissions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
| Job 1 |
|----------------------------|
| Permissions as per docType |

In Project docTYpe thee is no field with permission level other than 0.

| parent | role | permlevel | idx | if_owner | amend | cancel | create | delete | email | export | import | print | read | report | select | share | submit | write |
|-------------------|------------------|-----------|-----|----------|-------|--------|--------|--------|-------|--------|--------|-------|------|--------|--------|-------|--------|-------|
| Project | Projects User | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 1 | 1 | 1 | 0 | 1 | 0 | 1 |
| Project | Desk User | 1 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 |
| Project | Projects Manager | 0 | 3 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 0 | 1 | 1 | 1 | 0 | 1 | 0 | 1 |
| Project | Employee | 0 | 4 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 1 | 1 | 1 | 0 | 0 |
| Project Template | System Manager | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 0 | 1 | 1 | 1 | 0 | 1 | 0 | 1 |
| Project Type | System Manager | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 0 | 1 | 1 | 1 | 0 | 1 | 0 | 1 |
| Project Type | Projects Manager | 0 | 2 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 0 | 1 | 1 | 1 | 0 | 1 | 0 | 1 |
| Project Type | Projects User | 0 | 3 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 1 | 1 | 0 | 1 | 0 | 0 |
| Project Update | Projects User | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 0 | 1 | 1 | 1 | 0 | 1 | 1 | 1 |
| Projects Settings | System Manager | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 1 |

| Job 2 |
|--------------------|
| Custom Permissions |

| parent | role | permlevel | idx | if_owner | amend | cancel | create | delete | email | export | import | print | read | report | select | share | submit | write |
|-------------------|-----------------|-----------|-----|----------|-------|--------|--------|--------|-------|--------|--------|-------|------|--------|--------|-------|--------|-------|

0 comments on commit 4b358b9

Please sign in to comment.