* manual update * Added new videos in learn section. Updated other help pages. * project module rewrite * employee and supplier master * employee and supplier master fixes
		
			
				
	
	
		
			60 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			60 lines
		
	
	
		
			2.5 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| # Project
 | |
| 
 | |
| The project is an individual or collaborative enterprise, possibly involving research or design, that is carefully planned, usually by a project team, to achieve a particular aim
 | |
| 
 | |
| In ERPNext, Project management in is Task driven. You can a create Project and divide into multiple and assignable Tasks.
 | |
| 
 | |
| <img class="screenshot" alt="Project" src="{{docs_base_url}}/assets/img/project/project-1.1.png">
 | |
| 
 | |
| ### Managing Tasks
 | |
| 
 | |
| The project is generally has a broader scope, and hence not assignable to an individual. Hence, you can divide the Project into multiple Tasks. These can be assigned to an individual and tracked better. 
 | |
| 
 | |
| These Tasks can be created from a Project itself or a [Task](/docs/user/manual/en/projects/tasks.html) can be created separately as well.
 | |
| 
 | |
| <img class="screenshot" alt="Project" src="{{docs_base_url}}/assets/img/project/project-1.png">
 | |
| 
 | |
| ### Task Completion
 | |
| 
 | |
| You can also track % Completion of a Project using different methods.
 | |
| 
 | |
|   1. Task Completion
 | |
|   2. Task Progress
 | |
|   3. Task Weight
 | |
| 
 | |
| <img class="screenshot" alt="Project 2" src="{{docs_base_url}}/assets/img/project/project-2.png">
 | |
| 
 | |
| Some examples of how the % Completion is calculated based on Tasks.
 | |
| 
 | |
| <img class="screenshot" alt="Project 3" src="{{docs_base_url}}/assets/img/project/percent-complete-calc.png">
 | |
| 
 | |
| <img class="screenshot" alt="Project 4" src="{{docs_base_url}}/assets/img/project/percent-complete-formula.png">
 | |
| 
 | |
| ### Project Costing
 | |
| 
 | |
| The Project Costing section helps you track the time, expenses and purchases incurred against the project.
 | |
| 
 | |
| <img class="screenshot" alt="Project - Costing" src="{{docs_base_url}}/assets/img/project/project_costing.png">
 | |
| 
 | |
| * The Total Cost is composed of the costing amount from timesheets, the total cost of expense claims and the total cost of purchase invoices created against this project.
 | |
| 
 | |
| * The Gross Margin is the difference between Total Billed Amount and the Total Cost Amount for this project.
 | |
| 
 | |
| ### Gantt Chart
 | |
| 
 | |
| ERPNext gives you an illustrated view of tasks scheduled for that project in Gantt Chart View.
 | |
| 
 | |
| * To view Gantt chart against a project, go to the Task list and Apply filter on the Project.
 | |
| 
 | |
| <img class="screenshot" alt="Project Gantt" src="{{docs_base_url}}/assets/img/project/project-1.1.png">
 | |
| 
 | |
| ### Project Help Video
 | |
| 
 | |
| This is a tutorial video on how to manage Project and associate Tasks in ERPNext.
 | |
| 
 | |
| <div class="embed-container">
 | |
|   <iframe src="https://www.youtube.com/embed/gCzShu9Niu4?rel=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen>
 | |
|   </iframe>
 | |
| </div>
 | |
| 
 | |
| {next} |