PR
PRPTOBalance
An unbound DAC to display Employee PTO balances.
| Field Name | Type | Display Name | Foreign Key | |
|---|---|---|---|---|
AccumulatedAmountNonexistent in DB | decimal? | Accumulated Amount | - | |
Description:The amount of money accrued for the bank. | ||||
AvailableAmountNonexistent in DB | decimal? | Available Amount | - | |
Description:The amount of money accrued for the employee through all released paychecks. | ||||
BankIDNonexistent in DB | string | PTO Bank | PRPTOBank | |
Description:The unique identifier of the PTO bank to be used for the paid-time-off calculation. | ||||
EffectiveStartDate | datetime | Effective From | - | |
Description:The start date when the settings of the PTO bank are applied to the employee. | ||||
EmployeeIDNonexistent in DB | int? | Employee | PREmployee | |
Description:The unique identifier of the employee business account. | ||||
LatestPaymentDateNonexistent in DB | DateTime? | - | ||
Description:Date of the latest payment in the specified period. | ||||
TotalHoursAccumulatedNonexistent in DB | decimal? | Total Hours Accumulated | - | |
Description:PTO hours earned during the specified period. | ||||
TotalHoursAvailableNonexistent in DB | decimal? | Total Hours Available | - | |
Description:PTO hours available by the end of the specified period. | ||||
TotalHoursUsedNonexistent in DB | decimal? | Total Hours Used | - | |
Description:PTO hours used during the specified period. | ||||
UsedAmountNonexistent in DB | decimal? | Used Amount | - | |
Description:The amount of money currently used by the employee. | ||||