Skip to main content
PR

PRPeriodTaxApplicableAmounts

PX.Objects.PRRelease 2025.2

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 NameTypeDisplay NameForeign Key
AmountAllowed
decimal-
Description:The total amount on which the tax may be applied and calculated.
CreatedByIDDefault Navigation
uniqueidentifierCreated ByUsers
Description:No description available
CreatedByScreenID
char(8)-
Description:No description available
CreatedDateTime
datetime-
Description:No description available
EmployeeID
intPREmployee
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.
LastModifiedByIDDefault Navigation
uniqueidentifierLast Modified ByUsers
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
intPRTaxCode
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.