Skip to content

Latest commit

 

History

History
40 lines (37 loc) · 5.37 KB

File metadata and controls

40 lines (37 loc) · 5.37 KB

# ContractEmployeeLeaveSettingsRequest

Properties

Name Type Description Notes
accrueHoursPerDay float If HolidayType is Accrual_Days then this value is used to help convert hours worked into days accrued [optional]
accruePayCodeSetUniqueId string Pay code set to use for accruing holiday pay [optional]
accruePaymentInLieuAllGrossPay bool [Deprecated] Please use HolidayAccrualBasis instead. This filed will be removed in a later release. [optional]
accruePaymentInLieuPayAutomatically bool Set to true if you want employees to be automatically paid any outstanding holiday pay [optional]
accruePaymentInLieuRate float The rate at which Payments in Lieu acrrue. Typically this should be 12.07%. [optional]
accrueSetAmount bool If true and HolidayType is Accrual_Days then the AccruePaymentInLieuRate will be treated as the set amount to accrue per period worked. [optional]
accruedHoursAdjustment float Any manual adjustment to the total hours accrued [optional]
accruedPaymentAdjustment float Any manual adjustment to the total accrued [optional]
adjustment float Adjustment to number of hours/days/weeks holiday this employee can take per year. Will reset to 0 when the Allowance resets. This property only appears if the LeaveSettings is a child of an Employee (not of an Employer) [optional]
aggregatedServiceDate \DateTime [optional]
allowance float The number of days holiday an employee can take per year if HolidayType is Days. Otherwise this is readonly and gives you the number of days accrued since the last reset [optional]
allowanceResetDate \DateTime The date that the holiday allowance resets. Only the day/month part of the value is relevant. [optional]
holidayAccrualBasis \SynergiTech\Staffology\Model\HolidayAccrual [optional]
holidayAccrualDefaultRateType \SynergiTech\Staffology\Model\HolidayAccrualDefaultRateType [optional]
holidayLeaveAccrualCustomRateType \SynergiTech\Staffology\Model\HolidayAccrualDefaultRateType [optional]
holidayType \SynergiTech\Staffology\Model\HolidayType [optional]
maximumAccruePeriod float The maximum number of hours capable of being accrued in a single period [optional]
occupationalSicknessUniqueId string [optional]
showAhpOnPayslip bool If true then the AHP balance will be shown on the employees payslip. [optional]
showAllowanceOnPayslip bool If true then the remaining Allowance will be shown on the employees payslip. [optional]
useAggregatedServiceDate bool [optional]
useDefaultAccrueHoursPerDay bool If true then the value for AccrueHoursPerDay comes from the Employer record. This property only appears if the LeaveSettings is a child of an Employee (not of an Employer) [optional]
useDefaultAccruePaymentInLieu bool If true then the value for AccruePaymentInLieu comes from the Employer record. This property only appears if the LeaveSettings is a child of an Employee (not of an Employer) [optional]
useDefaultAccruePaymentInLieuAllGrossPay bool [Deprecated] Please use UseUseDefaultHolidayAccrualBasis instead. This filed will be removed in a later release. [optional]
useDefaultAccruePaymentInLieuPayAutomatically bool If true then the value for AccruePaymentInLieu comes from the Employer record. This property only appears if the LeaveSettings is a child of an Employee (not of an Employer) [optional]
useDefaultAccruePaymentInLieuRate bool If true then the value for AccruePaymentInLieuRate comes from the Employer record. This property only appears if the LeaveSettings is a child of an Employee (not of an Employer) [optional]
useDefaultAllowance bool If true then the value for the Allowance comes from the Employer record. This property only appears if the LeaveSettings if a child of an Employee (not of an Employer) [optional]
useDefaultAllowanceResetDate bool If true then the value for the AllowanceResetDate comes from the Employer record. This property only appears if the LeaveSettings is a child of an Employee (not of an Employer) [optional]
useDefaultHolidayAccrualBasis bool If true then the value for HolidayAccrualBasis comes from the Employer record. This property only appears if the LeaveSettings is a child of an Employee (not of an Employer) [optional]
useDefaultHolidayAccrualDefaultRateType bool If true then the value for HolidayAccrualDefaultRateType comes from the Employer record. [optional]
useDefaultHolidayType bool If true then the value for HolidayType comes from the Employer record. This property only appears if the LeaveSettings is a child of an Employee (not of an Employer) [optional]
useDefaultMaximumAccruePeriod bool If true then the value for MaximumAccruePeriod comes from the Employer record. This property only appears if the LeaveSettings is a child of an Employee (not of an Employer) [optional]

[Back to Model list] [Back to API list] [Back to README]