PR
PRPaymentDeduct
Includes the settings of the deduction or benefit code which are used for the current payment.
| Field Name | Type | Display Name | Foreign Key | |
|---|---|---|---|---|
CntAmount | decimal | Employer Contribution | - | |
Description:The amount that the employer is required to contribute, which is not deducted from the net pay but creates a liability for the employer. | ||||
CodeID | int | Deduction Code | PRDeductCode | |
Description:The unique identifier of the deduction or benefit. The field is included in FK.DeductionCode. | ||||
ContribType | char(3) | Contribution Type | - | |
Description:The type of a code that defines how the code affects employee earnings. The field can have one of the values described in ContributionTypeListAttribute. | ||||
CreatedByID | uniqueidentifier | Created By | Users | |
Description:No description available | ||||
CreatedByScreenID | char(8) | - | ||
Description:No description available | ||||
CreatedDateTime | datetime | - | ||
Description:No description available | ||||
DedAmount | decimal | Deduction Amount | - | |
Description:The amount deducted from net pay for the paycheck. | ||||
DocType | char(3) | Payment Doc. Type | PRPayment | |
Description:The type of the payment. The field is included in FK.Payment. The field can have one of the values described in PayrollType.ListAttribute. | ||||
EmployerYtdAmount | decimal | YTD Employer Amount | - | |
Description:The year-to-date total employer contribution amount of this code for this employee, including the current paycheck. | ||||
IsActive | bit | Active | - | |
Description:A boolean value that specifies (if set to true) that the code is available for use. | ||||
IsGarnishment | bit | Garnishment | - | |
Description:A boolean value that specifies (if set to true) that the code is used for a garnishment. | ||||
LastModifiedByID | uniqueidentifier | Last Modified By | Users | |
Description:No description available | ||||
LastModifiedByScreenID | char(8) | - | ||
Description:No description available | ||||
LastModifiedDateTime | datetime | - | ||
Description:No description available | ||||
NoFinancialTransactionNonexistent in DB | bool? | - | ||
Description:A boolean value that specifies (if set to true) that the deduction or benefit produces no financial transactions. | ||||
PaymentCountryIDNonexistent in DB | string | - | ||
Description:No description available | ||||
RefNbr | nvarchar(15) | Payment Ref. Number | PRPayment | |
Description:The unique identifier of the payment. The field is included in FK.Payment. | ||||
SaveOverride | bit | Save Override | - | |
Description:A boolean value that indicates (if set to true) that the manually entered amounts will override the ones specified for the deduction or benefit code. | ||||
Source | char(3) | Source | - | |
Description:No description available | ||||
TStamp | timestamp | - | ||
Description:No description available | ||||
WageBaseAmount | decimal | Wage Base Amount | - | |
Description:The taxable income amount for the current paycheck. | ||||
WageBaseHours | decimal | Wage Base Hours | - | |
Description:The number of hours which generate taxable income for the current paycheck. | ||||
YtdAmount | decimal | YTD Amount | - | |
Description:The year-to-date total deduction amount of this code for this employee, including the current paycheck. | ||||