Skip to main content
PR

PRPeriodTaxes

PX.Objects.PRRelease 2025.2

A class for accumulating the total amount an employee has paid for a certain tax during a specific pay period, whether it be weekly or monthly.

Field NameTypeDisplay NameForeign Key
AdjustedGrossAmount
decimal-
Description:The adjusted gross amount which is determined according to whether the associated payment is of debit or credit type.
Amount
decimalAmount-
Description:The amount which was paid by the employee for the specific tax.
CreatedByIDDefault Navigation
uniqueidentifierCreated ByUsers
Description:No description available
CreatedByScreenID
char(8)-
Description:No description available
CreatedDateTime
datetime-
Description:No description available
EmployeeID
intEmployeePREmployee
Description:The employee who paid the amount. The field is included in FK.YearToDateTax and FK.Employee. The value of this field corresponds to the value of the PRYtdTaxes.EmployeeID and BAccount.BAccountID fields.
ExemptionAmount
decimal-
Description:The amount which is deducted from the applicable total upon which the tax is calculated.
LastModifiedByIDDefault Navigation
uniqueidentifierLast Modified ByUsers
Description:No description available
LastModifiedByScreenID
char(8)-
Description:No description available
LastModifiedDateTime
datetime-
Description:No description available
Month
intMonth-
Description:The month during which the amount was paid. Determined by the pay period.
PeriodNbr
intPeriod-
Description:The pay period associated with the amount.
TaxID
intTax CodePRTaxCode
Description:The tax for which the amount was paid. The field is included in FK.YearToDateTax and FK.TaxCode. The value of this field corresponds to the value of the PRYtdTaxes.TaxID and PRTaxCode.TaxID fields.
Week
intWeek-
Description:The week during which the amount was paid. Determined by the pay period.
Year
nvarchar(4)YearPRYtdTaxes
Description:The year during which the amount was paid. The field is included in FK.YearToDateTax. The value of this field corresponds to the value of the PRYtdTaxes.Year field.