QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

sick_time_accrual_period Property

Indicates how an employee accrues time off.

Syntax

def get_sick_time_accrual_period() -> int: ...
def set_sick_time_accrual_period(value: int) -> None: ...

sick_time_accrual_period = property(get_sick_time_accrual_period, set_sick_time_accrual_period)

Default Value

0

Remarks

Indicates how an employee accrues time off. If sending time off hours data in an on_update request, sick_time_accrual_period is a required property, and cannot be set to stNone. The default value is whatever the QuickBooks user has set in the QuickBooks Employee Preferences.

Valid values:

stNone (0) No value set.
stBeginningOfYear (1) Time off is added at the beginning of each year.
stEveryHourOnPaycheck (2) Time off is calculated by the employee's working hours.
stEveryPaycheck (3) Time off is accumulated for every paycheck.

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 Python Edition - Version 20.0 [Build 7941]