* manual update * Added new videos in learn section. Updated other help pages. * project module rewrite * employee and supplier master * employee and supplier master fixes
15 lines
955 B
Markdown
15 lines
955 B
Markdown
# Project and Managing Expenses
|
|
|
|
The Employees working on the Project incur various expenses, sometimes from their own pocket. In ERPNext, then can claim such expenses using [Expense Claim](/docs/user/manual/en/human-resources/expense-claim.html)
|
|
|
|
In this Expense Claim, they can also select a Project for which that expense was incurred.
|
|
|
|
Based on the Expense Claims made for a particular project, total Expense Claim Amount is updated in the Project master, under project costing section.
|
|
|
|
* You can create an Expense Claims directly and link it to the Project.
|
|
|
|
<img class="screenshot" alt="Project - Link Expense Claim" src="{{docs_base_url}}/assets/img/project/project-expense-claim-1.png">
|
|
|
|
* Total amount of Expense Claims booked against a project is shown under 'Total Expense Claim' in the Project Costing Section
|
|
|
|
<img class="screenshot" alt="Project - Total Expense Claim" src="{{docs_base_url}}/assets/img/project/project-expense-claim-2.png"> |