Skip to main content

How to Activate Document Approval Workflow

ADempiere...Less than 1 minuteCommunityWikiDeveloper's Guide

Purpose

This tips is useful for electronic approval (paperless) implementation.

What we are going to do is just make a little modification on default workflow. Example :

We want each requisition to go through an approval step before completion, and here are the steps to hack the workflow :

Requisition Window

  1. Login as SuperUser and choose System Administration Role.

  2. Go to Workflow

  3. Select Process_Requisition

process-requisition

Node Tab

  1. Go to Node tab

  2. Add new node name it : (DocApprove) and choose User choice as the Action at the colum box select "isApprove"

node-approve

Transition Tab

  1. Save it then move to Transition tab and create new record, fill in next node with (DocComplete)

transition-approve2

New Transition

  1. Save it, and back to Node Tab, select (DocPrepare)

  2. There is no modification in node tab for (DocPrepare), but we are going to add a new transition for this node

  3. Jump to Transition node again and add new record then fill in next node with (DocApprove)

transition-prepare

  1. Make sure line no of the new record is smaller than line no of 1st Transition (DocComplete)

transition-prepare

End

  1. Save it and congratulations as you now have got yourself an approval workflow.

See also

Comments
  • Latest
  • Oldest
  • Hottest
Powered by Waline v2.15.8