brotherton-erpnext/erpnext/docs/user/manual/en/human-resources/expense-claim.md

40 lines
1.5 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Expense Claim is made when Employees make expenses out of their pocket on
behalf of the company. For example, if they take a customer out for lunch,
they can make a request for reimbursement via the Expense Claim form.
To make a new Expense Claim, go to:
> HR > Expense Claim > New Expense Claim
<img class="screenshot" alt="Expense Claim" src="{{docs_base_url}}/assets/img/human-resources/expense_claim.png">
Set the Employee ID, date and the list of expenses that are to be claimed and
“Submit” the record.
### Approving Expenses
The person making the claim must also set the id of the user who will
“Approve” these expenses and set the “Assign To” to notify the user of the
request Approve.
If the Approver sees the “form”, she or he can update the “Approved Amounts”
and click on “Approve”. To cancel the claim, they can click on the “Reject”
button.
Comments can be added in the Comments section explaining why the claim was
approved or rejected.
### Booking the Expense and Reimbursement
The approved Expense Claim must then be converted into a Journal Entry and a
payment must be made. Note: This amount should not be clubbed with Salary
because the amount will then be taxable to the Employee.
### Linking with Task & Project
* To Link Expense Claim with Task or Project specify the Task or the Project while making an Expense Claim
<img class="screenshot" alt="Expense Claim - Project Link" src="{{docs_base_url}}/assets/img/project/project_expense_claim_link.png">
{next}