From 472abfca6a632ad50a2c24d0e66e2fffe7baafe1 Mon Sep 17 00:00:00 2001 From: Heather Kusmierz Date: Thu, 25 Aug 2022 16:27:00 -0400 Subject: [PATCH] docs: edit permissions information --- docs/permissions.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/permissions.md b/docs/permissions.md index 24f05e45..0d96384b 100644 --- a/docs/permissions.md +++ b/docs/permissions.md @@ -1,9 +1,12 @@ # Default Permissions and Workflow + +It's strongly recommended that you set system permissions to limit which users can see and execute a check run. The only permission the application enforces is that a user must have a permission level in ERPNext to create payment entries in order to perform a check run. Additionally, only the first user to access a draft check run doctype can edit it. + + +See the [ERPNext documentation page](https://docs.erpnext.com/docs/v13/user/manual/en/setting-up/users-and-permissions) for more information about user and role permissions. + +TODO: add functionality in settings: +- Only first user in doctype can edit it can be modified in Check Run Settings +- Approval/ Submit Role can be added in Check Run Settings - - Only first user on doctype can edit. Can be modified in Check Run Settings - - Approval/ Submit Role can be added in Check Run Settings - - - - -Note that a user must have a permission level in ERPNext to create payment entries in order to perform a check run. please see the permissions. \ No newline at end of file