Merge pull request #8096 from frappe/netchampfaris-documentation
Update Workflows
This commit is contained in:
commit
a90ff97782
erpnext/docs
assets/img/setup
user/manual/en/setting-up
Binary file not shown.
Before ![]() (image error) Size: 111 KiB After ![]() (image error) Size: 291 KiB ![]() ![]() |
Binary file not shown.
Before ![]() (image error) Size: 103 KiB After ![]() (image error) Size: 203 KiB ![]() ![]() |
BIN
erpnext/docs/assets/img/setup/workflow-3.png
Normal file
BIN
erpnext/docs/assets/img/setup/workflow-3.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 180 KiB |
BIN
erpnext/docs/assets/img/setup/workflow-4.png
Normal file
BIN
erpnext/docs/assets/img/setup/workflow-4.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 211 KiB |
BIN
erpnext/docs/assets/img/setup/workflow-5.png
Normal file
BIN
erpnext/docs/assets/img/setup/workflow-5.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 184 KiB |
@ -4,9 +4,9 @@ ERPNext tracks the multiple permissions before submission.
|
|||||||
|
|
||||||
Example of a leave application workflow is given below:
|
Example of a leave application workflow is given below:
|
||||||
|
|
||||||
If an user applies for a leave, then his request will be sent to the HR
|
If a user applies for a leave, then his request will be sent to the HR
|
||||||
department. The HR department(HR User) will either reject or approve this
|
department. The HR department (HR User) will either reject or approve this
|
||||||
request. Once this process is completed, the user's Manager(leave approver)
|
request. Once this process is completed, the user's Manager (leave approver)
|
||||||
will get an indication that the HR department has Accepted or Rejected. The
|
will get an indication that the HR department has Accepted or Rejected. The
|
||||||
Manager, who is the approving authority, will either Approve or Reject this
|
Manager, who is the approving authority, will either Approve or Reject this
|
||||||
request. Accordingly,the user will get his Approved or Rejected status.
|
request. Accordingly,the user will get his Approved or Rejected status.
|
||||||
@ -44,23 +44,17 @@ workflow transition step that says from submitted you can cancel.
|
|||||||
|
|
||||||
#### Example of a Leave Application Process:
|
#### Example of a Leave Application Process:
|
||||||
|
|
||||||
Go to the Human Resources Module and click on Leave Application. Apply for a
|
When a Leave Application is saved by Employee, the status of the document changes to "Applied"
|
||||||
Leave.
|
|
||||||
|
|
||||||
When a Leave Application is submitted, the status on the right hand corner of
|

|
||||||
the page shows as "Applied"
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
When the HR User logs in, he can either Approve or Reject. If approved the
|
When the HR User logs in, he can either Approve or Reject. If approved the
|
||||||
status on the right hand corner of the page shows as Approved. However, a blue
|
status of the document changes to "Approved by HR". However, it is yet to be approved by Leave Approver.
|
||||||
band of information is displayed saying approval is pending by leave approver.
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
When the leave approver opens the Leave Application page, he should select the
|
When the Leave Approver opens the Leave Application page, he can finally "Approve" or "Reject" the Leave Application.
|
||||||
status and convert to Approved or Rejected.
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
{next}
|
{next}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user