From 3f61a2522348dfeb08e2f3f12901981b91df1083 Mon Sep 17 00:00:00 2001 From: Tyler Matteson Date: Mon, 29 Aug 2022 13:26:05 -0400 Subject: [PATCH] feat: add more permissions topics --- docs/permissions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/permissions.md b/docs/permissions.md index eeb05432..bb5bbf7f 100644 --- a/docs/permissions.md +++ b/docs/permissions.md @@ -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.