[docs] added readme for hr module

This commit is contained in:
Rushabh Mehta 2013-06-11 15:03:41 +05:30
parent e93a2f6e8e
commit d9dfbae718
40 changed files with 65 additions and 0 deletions

6
hr/README.md Normal file
View File

@ -0,0 +1,6 @@
Key features:
- Leave and Attendance
- Payroll
- Appraisal
- Expense Claim

View File

@ -0,0 +1 @@
Performance of an Employee in a Time Period against given goals.

View File

@ -0,0 +1 @@
Goal for the parent Appraisal.

View File

@ -0,0 +1 @@
Standard set of goals for an Employee / Designation / Job Profile. New Appraisal transactions can be created from the Template.

View File

@ -0,0 +1 @@
Goal details for the parent Appraisal Template.

View File

@ -0,0 +1 @@
Attendance record of an Employee on a particular date.

View File

@ -0,0 +1 @@
Location belonging to the organization where Employees can belong.

View File

@ -0,0 +1,3 @@
Type of salary deduction.
e.g. Tax paid on behalf of the employee that is deducted from the salary.

View File

@ -0,0 +1 @@
Department where Employee belongs.

View File

@ -0,0 +1 @@
Employee Designation.

View File

@ -0,0 +1,3 @@
Type of earning that is a part of the salary.
e.g. basic salary, bonus etc.

View File

@ -0,0 +1 @@
Employee master.

View File

@ -0,0 +1 @@
Education detail for parent Employee.

View File

@ -0,0 +1 @@
External work history details of parent Employee.

View File

@ -0,0 +1 @@
Work history details of parent Employee within the organization.

View File

@ -0,0 +1 @@
User authorized to approve Leave Application for an Employee.

View File

@ -0,0 +1,3 @@
Type of employment.
e.g. Permanent, Probation, Intern etc.

View File

@ -0,0 +1 @@
Amount claimed by Employee for expense made by the Employee on organization's behalf.

View File

@ -0,0 +1 @@
Detail of expense in parent Expense Claim.

View File

@ -0,0 +1 @@
Type of expense for Expense Claim.

View File

@ -0,0 +1 @@
Employee grade.

View File

@ -0,0 +1 @@
Holiday date in Holiday List.

View File

@ -0,0 +1 @@
List of Holidays.

View File

@ -0,0 +1 @@
Applicant for Job.

View File

@ -0,0 +1 @@
Open position for Job.

View File

@ -0,0 +1 @@
Leave Allocated to an Employee at the beginning of the period.

View File

@ -0,0 +1 @@
Application for Leave by an Employee.

View File

@ -0,0 +1 @@
List of days on which leaves can only be approved by special users.

View File

@ -0,0 +1 @@
User allowed to approve leave on blocked date.

View File

@ -0,0 +1 @@
Date blocked on parent Leave Block List.

View File

@ -0,0 +1 @@
Tool to allocate leaves in bulk.

View File

@ -0,0 +1,6 @@
Type of Leave.
e.g.
- Casual Leave
- Sick Leave

View File

@ -0,0 +1 @@
Tool to issue monthly Salary Slips to all Employees.

View File

@ -0,0 +1 @@
Details of monthly salary paid for an Employee.

View File

@ -0,0 +1,5 @@
Deduction detail in parent Salary Slip.
e.g.
- Tax paid on employee's behalf

View File

@ -0,0 +1,6 @@
Earning detail in parent Salary Slip.
e.g.
- Basic Salary
- Performance Bonus

View File

@ -0,0 +1 @@
Salary Template for an Employee, basis of which monthly Salary is calculated.

View File

@ -0,0 +1 @@
Deduction details in parent Salary Structure.

View File

@ -0,0 +1 @@
Earning details in parent Salary Structure.

View File

@ -0,0 +1 @@
Tool to upload attendance via csv file.