brotherton-erpnext/erpnext/docs/user/manual/en/human-resources/leave-application.md

24 lines
1.2 KiB
Markdown
Raw Normal View History

2015-11-05 11:25:10 +00:00
If your company has a formal system where Employees have to apply for leaves
to be able to qualify as paid leaveas, you can create Leave Application to
track approval and usage of leaves. You have to mention the Employee, Leave
Type and the period for which the leave is taken.
> Human Resources > Leave Application > New Leave Application
<img class="screenshot" alt="Leave Application" src="{{docs_base_url}}/assets/img/human-resources/leave-application.png">
2015-11-05 11:25:10 +00:00
###Setting Leave Approver
* A leave approver is a user who can approve an leave application for an employee.
* You need to mention a list of Leave Approvers against an Employee in the Employee Master.
<img class="screenshot" alt="Leave Approver" src="{{docs_base_url}}/assets/img/human-resources/employee-leave-approver.png">
2015-11-05 11:25:10 +00:00
> Tip : If you want all users to create their own Leave Applications, you can set
their “Employee ID” as a match rule in the Leave Application Permission
2015-12-04 10:30:38 +00:00
settings. See the earlier discussion on [Setting Up Permissions]({{docs_base_url}}/user/manual/en/setting-up/users-and-permissions.html)
2015-11-05 11:25:10 +00:00
for more info.
2015-12-04 10:30:38 +00:00
You assign Leaves aginast an Employee check [Leave Allocation]({{docs_base_url}}/user/manual/en/human-resources/setup/leave-allocation.html)
2015-11-05 11:25:10 +00:00
{next}