|
This aids in managing and computing the leave for the employees in the company. The computation (daily cost) is used in the Payroll Module and the Costing Module. |
|
Name |
Code |
Class Name |
|
Reference |
|
Name |
Code |
|
Name |
|
|
Code |
|
|
Data Type |
date |
|
Mandatory |
Yes |
|
Shows the date of the leave record. This is the primary key for the LeaveRecord table. |
|
Name |
|
|
Code |
|
|
Data Type |
time |
|
Mandatory |
Yes |
|
Shows the start time of the leave record. This is the primary key for the LeaveRecord table. |
|
Name |
|
|
Code |
|
|
Data Type |
time |
|
Mandatory |
No |
|
Shows the end time of the leave record. |
|
Name |
|
|
Code |
|
|
Data Type |
double |
|
Mandatory |
No |
|
Shows the number of days taken. |
|
Name |
|
|
Code |
|
|
Data Type |
double |
|
Mandatory |
No |
|
Shows the number of hours taken, calculated from the number of days. |
|
Name |
|
|
Code |
|
|
Data Type |
double |
|
Mandatory |
No |
|
Shows the number of days to convert. |
|
Name |
|
|
Code |
|
|
Data Type |
double |
|
Mandatory |
No |
|
Shows if the leave record goes according to the calendar day. |
|
Name |
|
|
Code |
|
|
Data Type |
date |
|
Mandatory |
No |
|
Shows the date of the leave certification. |
|
|
|