Merge pull request #5514 from cgpurbaugh/patch-1

Update tasks.md
This commit is contained in:
Rushabh Mehta 2016-06-22 12:09:21 +05:30 committed by GitHub
commit 4d54fb258c

View File

@ -5,29 +5,29 @@ In ERPNext, you can also create a Task independently.
### Status of the Task
A Task can have either of the following status - Open, Working, Pending Review, Closed, Cancelled.
A Task can have one of the following statuses - Open, Working, Pending Review, Closed, or Cancelled.
<img class="screenshot" alt="Task - Status" src="{{docs_base_url}}/assets/img/project/task_status.png">
* By default each new Task created shall have the status set to 'Open'.
* By default each new Task created has the status set to 'Open'.
* If a Time Log is made against a task, its status shall be set to 'Working'.
* If a Time Log is made against a task, its status will be set to 'Working'.
### Dependent Task
You can specify a list of dependent task under the 'Depends On' section.
You can specify a list of dependent tasks under the 'Depends On' section.
<img class="screenshot" alt="Depends On" src="{{docs_base_url}}/assets/img/project/task_depends_on.png">
* You cannot close the parent Task until all 'Dependant Task' are closed.
* You cannot close the parent task until all dependent tasks are closed.
* If the Dependent Task are delayed and overlap with the expected Start Date of the Parent task, the system will reschedule the parent task.
* If the dependent tasks are delayed and overlap with the expected Start Date of the Parent task, the system will reschedule the parent task.
### Managing Time
ERPNext uses [Time Log]({{docs_base_url}}/user/manual/en/projects/time-log.html) to track the progress of a Task.
You can create multiple Time Logs against each task.
The Actual Start and End Time along with the costing shall then be updated based on the Time Log.
The Actual Start and End Time along with the costing is updated based on the Time Log.
* To view Time Log made against a Task click on 'Time Logs'
@ -35,7 +35,7 @@ The Actual Start and End Time along with the costing shall then be updated based
<img class="screenshot" alt="Task - Time Log List" src="{{docs_base_url}}/assets/img/project/task_time_log_list.png">
* You can also create a Time Log directlly and link it to the Task.
* You can also create a Time Log directly and link it to the Task.
<img class="screenshot" alt="Task - Link Time Log" src="{{docs_base_url}}/assets/img/project/task_time_log_link.png">
@ -48,7 +48,7 @@ The system shall update the total amount from expense claims in the costing sect
<img class="screenshot" alt="Task - View Expense Claim" src="{{docs_base_url}}/assets/img/project/task_view_expense_claim.png">
* You can also create a Expense Claims directlly and link it to the Task.
* You can also create a Expense Claims directly and link it to the Task.
<img class="screenshot" alt="Task - Link Expense Claim" src="{{docs_base_url}}/assets/img/project/task_expense_claim_link.png">