* added intro, item and prices video, fixed image links in item and prices * update 2: first 5 videos added * added all videos to the user manual * updated .gitignore
2.7 KiB
Tasks
Project is divided into Tasks. In ERPNext, you can also create a Task independently.
![Task](/Shiloh/brotherton-erpnext/media/commit/01f5df72cc53fd38877df70d2499cf95df03603c/erpnext/docs/user/manual/en/projects/%7B%7Bdocs_base_url%7D%7D/assets/img/project/task.png)
Status of the Task
A Task can have one of the following statuses - Open, Working, Pending Review, Closed, or Cancelled.
![Task - Status](/Shiloh/brotherton-erpnext/media/commit/01f5df72cc53fd38877df70d2499cf95df03603c/erpnext/docs/user/manual/en/projects/%7B%7Bdocs_base_url%7D%7D/assets/img/project/task_status.png)
-
By default each new Task created has the status set to 'Open'.
-
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 tasks under the 'Depends On' section.
![Depends On](/Shiloh/brotherton-erpnext/media/commit/01f5df72cc53fd38877df70d2499cf95df03603c/erpnext/docs/user/manual/en/projects/%7B%7Bdocs_base_url%7D%7D/assets/img/project/task_depends_on.png)
-
You cannot close the parent task until all dependent tasks are closed.
-
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 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 is updated based on the Time Log.
- To view Time Log made against a Task click on 'Time Logs'
![Task - View Time Log](/Shiloh/brotherton-erpnext/media/commit/01f5df72cc53fd38877df70d2499cf95df03603c/erpnext/docs/user/manual/en/projects/%7B%7Bdocs_base_url%7D%7D/assets/img/project/task_view_time_log.png)
![Task - Time Log List](/Shiloh/brotherton-erpnext/media/commit/01f5df72cc53fd38877df70d2499cf95df03603c/erpnext/docs/user/manual/en/projects/%7B%7Bdocs_base_url%7D%7D/assets/img/project/task_time_log_list.png)
- You can also create a Time Log directly and link it to the Task.
![Task - Link Time Log](/Shiloh/brotherton-erpnext/media/commit/01f5df72cc53fd38877df70d2499cf95df03603c/erpnext/docs/user/manual/en/projects/%7B%7Bdocs_base_url%7D%7D/assets/img/project/task_time_log_link.png)
Managing Expenses
You can book Expense Claim against a task. The system shall update the total amount from expense claims in the costing section.
- To view Expense Claims made against a Task click on 'Expense Claims'
![Task - View Expense Claim](/Shiloh/brotherton-erpnext/media/commit/01f5df72cc53fd38877df70d2499cf95df03603c/erpnext/docs/user/manual/en/projects/%7B%7Bdocs_base_url%7D%7D/assets/img/project/task_view_expense_claim.png)
- You can also create a Expense Claims directly and link it to the Task.
![Task - Link Expense Claim](/Shiloh/brotherton-erpnext/media/commit/01f5df72cc53fd38877df70d2499cf95df03603c/erpnext/docs/user/manual/en/projects/%7B%7Bdocs_base_url%7D%7D/assets/img/project/task_expense_claim_link.png)
- Total amount of Expense Claims booked against a task is shown under 'Total Expense Claim' in the Task Costing Section
![Task - Total Expense Claim](/Shiloh/brotherton-erpnext/media/commit/01f5df72cc53fd38877df70d2499cf95df03603c/erpnext/docs/user/manual/en/projects/%7B%7Bdocs_base_url%7D%7D/assets/img/project/task_total_expense_claim.png)
{next}