brotherton-erpnext/erpnext/docs/user/manual/en/using-erpnext/assignment.md

41 lines
1.8 KiB
Markdown
Raw Normal View History

2015-11-05 11:25:10 +00:00
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.
![Assigned To Icon]({{docs_base_url}}/assets/old_images/erpnext/assigned-to-icon.png)
2015-11-05 11:25:10 +00:00
![Assigned To]({{docs_base_url}}/assets/old_images/erpnext/assigned-to.png)
2015-11-05 11:25:10 +00:00
#### 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.
![Assign User]({{docs_base_url}}/assets/old_images/erpnext/assign-user.png)
2015-11-05 11:25:10 +00:00
With assignment, you can also leave a comment for the review of asignee.
####ToDo List of Assignee
This transaction will appear in the To-do list of the ser in “Todo” section.
![Assign Todo]({{docs_base_url}}/assets/old_images/erpnext/assign-todo.png)
2015-11-05 11:25:10 +00:00
####Removing Assignment
User will be able to remove assignment by clicking on "Assignment Completed" button in the document.
![Assign Remove]({{docs_base_url}}/assets/old_images/erpnext/assign-remove.png)
2015-11-05 11:25:10 +00:00
Once assignment is set as completed, Status of its ToDo record will be set as Closed.
{next}