EmploymentCondition
Data Element | Data Type | What is it | Mandatory |
---|---|---|---|
Id | Integer | The unique id of the record | No |
Name | VarChar | The name of the condition | Yes |
Description | Blob | A description of the employment condition | No |
WorkingDaysPerPeriod | Float | The number of days within a week that the employee works. This number is utilised to suggest an hourly rate for salary employees | No |
UsualStartTime | Time | The suggested leave start time. This is used to generate leave pay lines during leave requests. | No |
UsualFinishTime | Time | Suggested leave end time | No |
UsualMealbreak | Time | Suggested meal break time | No |
AvgHoursPerDay | Float | Suggested leave deduction per day | No |
Creator | Integer | The id of the user who created the record | No |
Created | DateTime | The time the record was originally created | No |
Modified | DateTime | The last time the record was modified | No |
Updated over 2 years ago