From 22e0489ac70632e8335dd10df01c0e298e5ef263 Mon Sep 17 00:00:00 2001 From: "Christopher G. Purbaugh" Date: Mon, 20 Jun 2016 14:36:28 -0400 Subject: [PATCH] Update tasks.md --- erpnext/docs/user/manual/en/projects/tasks.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/erpnext/docs/user/manual/en/projects/tasks.md b/erpnext/docs/user/manual/en/projects/tasks.md index 5e76f6df6b..ef597485ab 100644 --- a/erpnext/docs/user/manual/en/projects/tasks.md +++ b/erpnext/docs/user/manual/en/projects/tasks.md @@ -5,23 +5,23 @@ In ERPNext, you can also create a Task independently. ### Status of the Task -A Task can have one of the following status' - Open, Working, Pending Review, Closed, or Cancelled. +A Task can have one of the following statuses - Open, Working, Pending Review, Closed, or Cancelled. Task - Status -* 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. Depends On -* 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