PR
PRPeriodTaxApplicableAmounts
A class for accumulating the applicable amount upon which a certain tax will be calculated and subsequently paid by an employee during a specific pay period, whether it be weekly or monthly.
| Field Name | Type | Display Name | Foreign Key | |
|---|---|---|---|---|
AmountAllowed | decimal | - | ||
Description:The total amount on which the tax may be applied and calculated. | ||||
CreatedByID | uniqueidentifier | Created By | Users | |
Description:No description available | ||||
CreatedByScreenID | char(8) | - | ||
Description:No description available | ||||
CreatedDateTime | datetime | - | ||
Description:No description available | ||||
EmployeeID | int | PREmployee | ||
Description:The employee paying the amount. The field is included in FK.Employee. The value of this field corresponds to the value of the BAccount.BAccountID field. | ||||
IsSupplemental | bit | - | ||
Description:A boolean value that specifies (if set to true) that the wage type represents an additional payment made to an employee outside of their regular wages. | ||||
LastModifiedByID | uniqueidentifier | Last Modified By | Users | |
Description:No description available | ||||
LastModifiedByScreenID | char(8) | - | ||
Description:No description available | ||||
LastModifiedDateTime | datetime | - | ||
Description:No description available | ||||
Month | int | - | ||
Description:The month during which the amount is being paid. Determined by the pay period. | ||||
PeriodNbr | int | - | ||
Description:The pay period associated with the amount. | ||||
TaxID | int | PRTaxCode | ||
Description:The tax for which the amount is being paid. The field is included in FK.Tax. The value of this field corresponds to the value of the PRTaxCode.TaxID field. | ||||
WageTypeID | int | - | ||
Description:The unique identifier of the wage type. | ||||
Week | int | - | ||
Description:The week during which the amount is being paid. Determined by the pay period. | ||||
Year | char(4) | - | ||
Description:The year during which the amount should be paid. | ||||