PR
PRPeriodTaxes
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 Name | Type | Display Name | Foreign Key | |
|---|---|---|---|---|
AdjustedGrossAmount | decimal | - | ||
Description:The adjusted gross amount which is determined according to whether the associated payment is of debit or credit type. | ||||
Amount | decimal | Amount | - | |
Description:The amount which was paid by the employee for the specific tax. | ||||
CreatedByID | uniqueidentifier | Created By | Users | |
Description:No description available | ||||
CreatedByScreenID | char(8) | - | ||
Description:No description available | ||||
CreatedDateTime | datetime | - | ||
Description:No description available | ||||
EmployeeID | int | Employee | PREmployee | |
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. | ||||
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 | Month | - | |
Description:The month during which the amount was paid. Determined by the pay period. | ||||
PeriodNbr | int | Period | - | |
Description:The pay period associated with the amount. | ||||
TaxID | int | Tax Code | PRTaxCode | |
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 | int | Week | - | |
Description:The week during which the amount was paid. Determined by the pay period. | ||||
Year | nvarchar(4) | Year | PRYtdTaxes | |
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. | ||||