From 77aed9d58b4e9fc1d4d18fa608c756dda365d142 Mon Sep 17 00:00:00 2001 From: Suraj Shetty Date: Tue, 29 May 2018 15:45:22 +0530 Subject: [PATCH] Move video section to bottom --- .../user/manual/en/setting-up/workflows.md | 32 ++++++++++--------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/erpnext/docs/user/manual/en/setting-up/workflows.md b/erpnext/docs/user/manual/en/setting-up/workflows.md index a667bb12e0..8e630bd42e 100644 --- a/erpnext/docs/user/manual/en/setting-up/workflows.md +++ b/erpnext/docs/user/manual/en/setting-up/workflows.md @@ -79,6 +79,23 @@ When the Leave Approver opens the Leave Application page, he can finally "Approv Workflow +#### Workflow Actions + +> New in Version 11 + +Workflow Actions facilitates communication to the users via email and also creates a list of pending Workflow Actions. + +For example, when an employee creates a leave application the next actions would be to `Approve` or `Reject` that application. +Based on allowed roles to perform these actions, users will be sent email with Next Action buttons and a print format of the application. +Workflow + +Also the users will see entries in there Workflow Action list. +Workflow + +**Note:** You can set email template for Workflow Actions on each state. +The template might consist message for users to proceed with the next Workflow Actions + + ### Video Tutorial:
@@ -90,18 +107,3 @@ When the Leave Approver opens the Leave Application page, he can finally "Approv {next} -#### Workflow Actions - -> New in Version 11 - -Workflow Actions facilitates communication to the users via email and also creates a list of pending Workflow Actions. - -For example, when an employee creates a leave application the next actions would be to Approve or Reject that application. -Based on allowed roles to perform these actions, users will be sent email with Next Action buttons and a print format of the application. -Also the users will see entries in Workflow Action list. -Workflow -Workflow - -Note: You can set email template for Workflow Actions on each state. -The template might consist message for users to proceed with the next Workflow Actions -