mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-04 05:58:27 +00:00
[docs] Customize and tools docs completed
This commit is contained in:
22
docs/user/tools/docs.user.tools.assignment.md
Normal file
22
docs/user/tools/docs.user.tools.assignment.md
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
{
|
||||
"_label": "Assignment"
|
||||
}
|
||||
---
|
||||
|
||||
You can assign any transaction to any user by clicking on the “Assign” button on the right hand column and adding a user.
|
||||
|
||||
#### Step 1: Click on the Assign To Button
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
#### Step 2: Add the User and other details
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
This transaction will appear in the To-do list of the user in “My List” section. It will also appear
|
||||
in the “Assigned by me” section of the user, who has assigned this activity.
|
||||
@@ -3,9 +3,15 @@
|
||||
"_label": "Collaborating around Forms"
|
||||
}
|
||||
---
|
||||
### Email
|
||||
### Assigned to
|
||||
|
||||
You can email any transaction from the system by clicking on the “Assigned to” button in the right sidebar. A log of all your sent emails will be maintained in Communication.
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
You can email any transaction from the system by clicking on the “Email” button in the right sidebar. A log of all your sent emails will be maintained in Communication.
|
||||
|
||||
### Comments
|
||||
|
||||
@@ -13,4 +19,5 @@ Comments are a great way to add information about a transaction that is not a pa
|
||||
|
||||
### Tags
|
||||
|
||||
Like Assignments and Comments, you can also add your own tags to each type of transactions. These tags can help you search a document and also classify it. ERPNext will also show you all the important tags in the document list.
|
||||
[Tags](docs.user.tools.tags.html)
|
||||
|
||||
|
||||
@@ -5,7 +5,10 @@
|
||||
"docs.user.tools.todo",
|
||||
"docs.user.tools.form_tools",
|
||||
"docs.user.tools.messages",
|
||||
"docs.user.tools.notes"
|
||||
"docs.user.tools.notes",
|
||||
"docs.user.tools.calendar",
|
||||
"docs.user.tools.assignment",
|
||||
"docs.user.tools.tags"
|
||||
]
|
||||
}
|
||||
---
|
||||
|
||||
@@ -2,4 +2,21 @@
|
||||
{
|
||||
"_label": "Notes"
|
||||
}
|
||||
---
|
||||
---
|
||||
|
||||
You can store your long notes under this section. It can contain your partner lists, frequently used passwords, terms and conditions , or any other document which needs to be shared.
|
||||
|
||||
#### Step 1: Enter Title and Content
|
||||
|
||||
|
||||

|
||||
|
||||
<br>
|
||||
|
||||
|
||||
#### Step 2: Set Permissions to select Users
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
10
docs/user/tools/docs.user.tools.tags.md
Normal file
10
docs/user/tools/docs.user.tools.tags.md
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
{
|
||||
"_label": "Tags"
|
||||
}
|
||||
---
|
||||
|
||||
Like Assignments and Comments, you can also add your own tags to each type of transactions. These tags can help you search a document and also classify it. ERPNext will also show you all the important tags in the document list.
|
||||
|
||||
|
||||

|
||||
@@ -1,23 +1,12 @@
|
||||
---
|
||||
{
|
||||
"_label": "Assignment and To Do"
|
||||
"_label": "To Do"
|
||||
}
|
||||
---
|
||||
### Assignment
|
||||
|
||||
You can assign any transaction to any user by clicking on the “Assign” button on the right hand column and adding a user.
|
||||
|
||||
Step 1: Click on the Assign To Button
|
||||
|
||||
Step 2: Add the User and other details
|
||||
|
||||
This transaction will appear in:
|
||||
|
||||
The To-do list of the user whom this is assigned to in “My List” section
|
||||
In the “Assigned by me” section of the user who has assigned this activity.
|
||||
|
||||
### To Do
|
||||
|
||||
To Do is a simple tool where all the activities assigned to you and assigned by you are listed. You can also add your own to-do items in the list.
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user