2017-07-31 10:50:43 +00:00
# Project
2015-12-03 12:22:46 +00:00
Project management in ERPNext is Task driven. You can create Project and assign multiple Tasks against it.
2018-02-07 13:29:06 +00:00
< img class = "screenshot" alt = "Project" src = "{{docs_base_url}}/assets/img/project/project.png" >
2015-12-03 12:22:46 +00:00
2016-10-20 11:15:21 +00:00
You can also track % Completion of a Project using different methods.
1. Task Completion
2. Task Progress
3. Task Weight
2018-02-07 13:29:06 +00:00
< img class = "screenshot" alt = "Project" src = "{{docs_base_url}}/assets/img/project/project-percent-complete.png" >
2016-10-20 11:15:21 +00:00
Some examples of how the % Completion is calculated based on Tasks.
2018-02-07 13:29:06 +00:00
< img class = "screenshot" alt = "Project" src = "{{docs_base_url}}/assets/img/project/percent-complete-calc.png" >
2016-10-20 11:15:21 +00:00
2018-02-07 13:29:06 +00:00
< img class = "screenshot" alt = "Project" src = "{{docs_base_url}}/assets/img/project/percent-complete-formula.png" >
2016-10-20 11:15:21 +00:00
2015-12-03 12:22:46 +00:00
### Managing tasks
Project can be divided into multiple Tasks.
2017-07-31 11:11:35 +00:00
Task can be created via Project document itself or can be created via [Task ](/docs/user/manual/en/projects/tasks.html )
2015-12-03 12:22:46 +00:00
2018-02-07 13:29:06 +00:00
< img class = "screenshot" alt = "Project" src = "{{docs_base_url}}/assets/img/project/project_task.png" >
2015-12-03 12:22:46 +00:00
* To view Task made against a Project click on 'Tasks'
2018-02-07 13:29:06 +00:00
< img class = "screenshot" alt = "Project - View Task" src = "{{docs_base_url}}/assets/img/project/project_view_task.png" >
2015-12-03 12:22:46 +00:00
2018-02-07 13:29:06 +00:00
< img class = "screenshot" alt = "Project - Task List" src = "{{docs_base_url}}/assets/img/project/project_task_list.png" >
2015-12-03 12:22:46 +00:00
* You can also view the Tasks from the Project document itself
2018-02-07 13:29:06 +00:00
< img class = "screenshot" alt = "Project - Task Grid" src = "{{docs_base_url}}/assets/img/project/project_task_grid.png" >
2015-12-03 12:22:46 +00:00
2016-10-20 11:15:21 +00:00
* To add Weights to Tasks you can follow the below steps
2018-02-07 13:29:06 +00:00
< img class = "screenshot" alt = "Project - Task Grid" src = "{{docs_base_url}}/assets/img/project/tasks.png" >
< img class = "screenshot" alt = "Project - Task Grid" src = "{{docs_base_url}}/assets/img/project/task-weights.png" >
2016-10-20 11:15:21 +00:00
2015-12-03 12:22:46 +00:00
### Managing time
2017-07-31 11:11:35 +00:00
ERPNext uses [Time Log ](/docs/user/manual/en/projects/time-log.html ) to track the progress of a Project.
2015-12-03 12:22:46 +00:00
You can create Time Logs against each task.
The Actual Start and End Time along with the costing shall then be updated based on the Time Log.
* To view Time Log made against a Project click on 'Time Logs'
2018-02-07 13:29:06 +00:00
< img class = "screenshot" alt = "Project - View Time Log" src = "{{docs_base_url}}/assets/img/project/project_view_time_log.png" >
2015-12-03 12:22:46 +00:00
2018-02-07 13:29:06 +00:00
< img class = "screenshot" alt = "Project - Time Log List" src = "{{docs_base_url}}/assets/img/project/project_time_log_list.png" >
2015-12-03 12:22:46 +00:00
* You can also create a Time Log directlly and link it to the Project.
2018-02-07 13:29:06 +00:00
< img class = "screenshot" alt = "Project - Link Time Log" src = "{{docs_base_url}}/assets/img/project/project_time_log_link.png" >
2015-12-03 12:22:46 +00:00
### Managing expenses
2017-07-31 11:11:35 +00:00
You can book [Expense Claim ](/docs/user/manual/en/human-resources/expense-claim.html ) against a project task.
2015-12-03 12:22:46 +00:00
The system shall update the total amount from expense claims in the project costing section.
* To view Expense Claims made against a Project click on 'Expense Claims'
2018-02-07 13:29:06 +00:00
< img class = "screenshot" alt = "Project - View Expense Claim" src = "{{docs_base_url}}/assets/img/project/project_view_expense_claim.png" >
2015-12-03 12:22:46 +00:00
* You can also create a Expense Claims directlly and link it to the Project.
2018-02-07 13:29:06 +00:00
< img class = "screenshot" alt = "Project - Link Expense Claim" src = "{{docs_base_url}}/assets/img/project/project_expense_claim_link.png" >
2015-12-03 12:22:46 +00:00
* Total amount of Expense Claims booked against a project is shown under 'Total Expense Claim' in the Project Costing Section
2018-02-07 13:29:06 +00:00
< img class = "screenshot" alt = "Project - Total Expense Claim" src = "{{docs_base_url}}/assets/img/project/project_total_expense_claim.png" >
2015-12-03 12:22:46 +00:00
### Cost Center
2017-07-31 11:11:35 +00:00
You can make a [Cost Center ](/docs/user/manual/en/accounts/setup/cost-center.html ) against a Project or use an existing cost center to track all expenses made against that project.
2015-12-03 12:22:46 +00:00
2018-02-07 13:29:06 +00:00
< img class = "screenshot" alt = "Project - Cost Center" src = "{{docs_base_url}}/assets/img/project/project_cost_center.png" >
2015-12-03 12:22:46 +00:00
###Project Costing
2017-12-12 09:29:59 +00:00
The Project Costing section helps you track the time, expenses and purchases incurred against the project.
2015-12-03 12:22:46 +00:00
2018-02-07 13:29:06 +00:00
< img class = "screenshot" alt = "Project - Costing" src = "{{docs_base_url}}/assets/img/project/project_costing.png" >
2015-12-03 12:22:46 +00:00
2017-12-12 09:29:59 +00:00
* The Total Cost is composed of the costing amount from timesheets, the total cost from expense claims and the total cost from purchase invoices created against this project.
2015-12-03 12:22:46 +00:00
2017-12-12 09:29:59 +00:00
* The Gross Margin is the difference between Total Billed Amount and the Total Cost Amount for this project.
2015-12-03 12:22:46 +00:00
###Billing
2017-07-31 11:11:35 +00:00
You can make/link a [Sales Order ](/docs/user/manual/en/selling/sales-order.html ) against a project. Once linked you can use the standard sales module to bill your customer against the Project.
2015-12-03 12:22:46 +00:00
2018-02-07 13:29:06 +00:00
< img class = "screenshot" alt = "Project - Sales Order" src = "{{docs_base_url}}/assets/img/project/project_sales_order.png" >
2015-12-03 12:22:46 +00:00
###Gantt Chart
A Gantt Chart illustrates a project schedule.
ERPNext gives you a illustrated view of tasks scheduled against that project in Gantt Chart View.
* To view gantt chart against a project, go to that project and click on 'Gantt Chart'
2018-02-07 13:29:06 +00:00
< img class = "screenshot" alt = "Project - View Gantt Chart" src = "{{docs_base_url}}/assets/img/project/project_view_gantt_chart.png" >
2015-12-03 12:22:46 +00:00
2018-02-07 13:29:06 +00:00
< img class = "screenshot" alt = "Project - Gantt Chart" src = "{{docs_base_url}}/assets/img/project/project_gantt_chart.png" >
2015-12-03 12:22:46 +00:00
{next}