Skip to content

Commit

Permalink
feat: add more permissions topics
Browse files Browse the repository at this point in the history
  • Loading branch information
agritheory committed Aug 29, 2022
1 parent e02c6cd commit 3f61a25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ See the [ERPNext documentation page](https://docs.erpnext.com/docs/v13/user/manu
## First User Only
The Check Run doctype only allows a single user to interact with it at a time. The first write-permissioned user on the specific Check Run is allowed to edit, subsequent viewers are not.

## Only One Draft Check Run Allowed
Only one draft Check Run is allowed per payable/bank account combination. This is intended to minimize double paying bills.

## Role Permissions
Out of the box, Check Run is permissioned the same as Payment Entry. For most small organizations this may be fine, but larger organizations with document approval policies and a desire to limit persons with access to printed checks will likely want to implement additional policies. Check Run print and ACH generation policies are based on permissions for Payment Entry, not on Check Run itself.

0 comments on commit 3f61a25

Please sign in to comment.