mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 11:09:17 +00:00
[docs] hr module completed
This commit is contained in:
@@ -4,28 +4,27 @@
|
||||
}
|
||||
---
|
||||
|
||||
An Attendance record stating that an Employee has been present on a particular day can be created either manually by:
|
||||
|
||||
> HR > Attendance > New Attendance
|
||||

|
||||
Or if you are collecting attendance information via an automated system like a swipe card, then you can upload a CSV file with the attendance information.
|
||||
|
||||
You can get a monthly report of your Attendance data by going to the “Monthly Attendance Details” report.
|
||||
|
||||
To upload the attendance go to:
|
||||
|
||||
> HR > Upload Attendance (sidebar)
|
||||
|
||||
---
|
||||
|
||||
### Leave Allotment
|
||||
|
||||
Fixed number of leaves per Employee can be allocated using the Leave Allocation Tool. If you have special leaves to be allocated, you can also allocate them manually by create new Leave Allocation records.
|
||||
Fixed number of leaves per Employee can be allocated using the Leave Allocation Tool. If you have special leaves to be allocated, you can also allocate them manually by creating new Leave Allocation records.
|
||||
|
||||
> HR > Leave Allocation > New Leave Allocation
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
### Leave Application
|
||||
|
||||
If your company has a formal system where Employees have to apply for leaves and only if their leaves are approved they are considered as paid leaves, 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. If you want only certain users to approve leaves, you can give “Submission” rights to those users only.
|
||||
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. If you want specific users to approve leaves, you can give “Submission” rights to those users only.
|
||||
|
||||
> HR > Leave Application > Make New Leave Application
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
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 settings. See the earlier discussion on permission settings for more info. [Permissions](docs.user.setup.permissions.html)
|
||||
|
||||
|
||||
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 settings. See the earlier discussion on permission settings for more info.
|
||||
|
||||
Reference in New Issue
Block a user