[docs] Customize and tools docs completed

This commit is contained in:
Priya
2013-09-17 16:20:07 +05:30
parent 92027ebdb7
commit 1aeaa14b4b
17 changed files with 137 additions and 40 deletions

View 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
![Assigned To](img/assigned-to.png)
#### Step 2: Add the User and other details
![Assign User](img/assignment.png)
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.

View File

@@ -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.
![Forms](img/forms.png)
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)

View File

@@ -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"
]
}
---

View File

@@ -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
![Notes](img/notes.png)
<br>
#### Step 2: Set Permissions to select Users
![Notes](img/notes-1.png)

View 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.
![Tags](img/tags.png)

View File

@@ -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.
![To Do](img/to-do.png)