8037a0e3d5
A typo and improvement tom English
38 lines
1.9 KiB
Markdown
38 lines
1.9 KiB
Markdown
Assign To feature in ERPNext allows you to allocate particular document to specific user, whom needs to further work on that document.
|
|
|
|
For example, if Sales Order needs to be approved/submitted by Sales Manager, first draft user can allocate that Sales Order to Sales Manager. On allocating document to Sales Manager, it will be added to that user's ToDo list. Same way, allocation can also be done to Material User and Account user who needs to create Delivery Note and Sales Invoice respectively against this Sales Note.
|
|
|
|
<div class=well>Permissions restriction cannot be done based on Assigned To.</div>
|
|
|
|
Following are the steps to assign document to another user.
|
|
|
|
#### Step 1: Click on the Assign To Button
|
|
|
|
Assign to option is located at the footer of document. Clicking on Assignment Icon on the tool bar will fast-forward you to footer of same document.
|
|
|
|
<img class="screenshot" alt="Assign" src="{{docs_base_url}}/assets/img/collaboration-tools/assign-1.png">
|
|
|
|
#### Step 2: Assign to User
|
|
|
|
In the Assign To section, you will find option to select User to whom this document will be assigned to. You can assign one document to multiple people at a time.
|
|
|
|
<img class="screenshot" alt="Assign" src="{{docs_base_url}}/assets/img/collaboration-tools/assign-2.png">
|
|
|
|
With assignment, you can also leave a comment for the review of assignee.
|
|
|
|
####ToDo List of Assignee
|
|
|
|
This transaction will appear in the To-do list of the user in “Todo” section.
|
|
|
|
<img class="screenshot" alt="Assign" src="{{docs_base_url}}/assets/img/collaboration-tools/assign-3.png">
|
|
|
|
####Removing Assignment
|
|
|
|
User will be able to remove assignment by clicking on "Assignment Completed" button in the document.
|
|
|
|
<img class="screenshot" alt="Assign" src="{{docs_base_url}}/assets/img/collaboration-tools/assign-4.png">
|
|
|
|
Once assignment is set as completed, the Status of its ToDo record will be set as Closed.
|
|
|
|
{next}
|