Segment items

Security
Built-in filters

PRCodes are segmented into one of four built-in segment items (Pay, Deduction, Tax, Statistic) followed by dependent segment items. The built-in segment items determine whether the result amount of a check line is included in the total for the check. Pay lines are added to the check, while employee deductions and taxes are subtracted from it. Employer deductions and taxes and statistic lines do not affect the check.

Some functions of segment items:

  • Segment items define which groups a check line contributes to.
  • Segment items that contribute to lists on check stubs or direct deposit advices are assigned to a check stub item.
  • Segment items define how items are posted to the general ledger. One segment of a PRCode can determine the main part of the GL account, and dependent segments can determine other segments. The combined PRCode produces a combined GL account. Any parts of the account that are still missing can be supplied from the employee or can be entered manually during check entry.
  • Segment items determine how to calculate sources, rates, and results for a check line.
  • Segment items that define income tax calculations are assigned a federal, state, or local tax entity.
  • Segment items define the scale for the source, rate, and result.
  • Segment items declare parameters.
  • Segment items determine if a deduction or tax PRCode is qualified by employee or employer.
  • Segment items define which run type a PRCode belongs to.
Extras\Payroll\Import Segment Items.xls; Import Segment Item Position Codes.xls; Change Segment Item AP Controls.xls; Change Segment Item Expressions.xls; Change Segment Item GL Accounts.xls; PRBuiltInStateData.sql
×

Tax:FUTA

Calculation

Source:

Min

(SumCheck('Compensation Result') - SumCheck('PreUnemployment Result')

, Max(0,FUTA.MaxWages - SumHistory('Unemployment Source USA ER',Date(CheckDate,'Begin of Year'),Date(CheckDate,'End of Year')))

)

Rate: FUTA.Rate

Result:

Min

(Source * Rate

, (FUTA.MaxWages * FUTA.Rate) - SumHistory('Unemployment Result USA ER',Date(CheckDate,'Begin of Year'),Date(CheckDate,'End of Year'))

)

Groups: Unemployment

 

×

Tax:MedAdd

Calculation

Source:

Min

(Max(0, SumCheck('Compensation Result') - SumCheck('PreMedicare Result'))

, Max

(0

, SumCheck('Compensation Result') - SumCheck('PreMedicare Result')

+ SumHistory('Medicare Source EE',Date(CheckDate,'begin of year'), Date(CheckDate,'end of year'))

- Type:Tax:MedEEThreshold

)

)

Rate: Type:Tax:MedEEAddPercent

Result: Source * Rate / 100

Groups: DispDed, MedicareAdd

 

×

Tax:MedEE

Calculation

Source:

If

(IsNull(Type:Tax:MedExempt,False)

, 0

, SumCheck('Compensation Result') - SumCheck('PreMedicare Result')

)

Rate: Type:Tax:MedEEPercent

Result: Source * Rate / 100

Groups: DispDed, Medicare

 

×

Tax:MedER

Calculation

Source: SumCheck('Medicare Source EE')

Rate: Type:Tax:MedERPercent

Result: Source * Rate / 100

Groups: Medicare

 

×

Tax:SocSecEE

Calculation

Source:

If

(IsNull(Type:Tax:SocSecExempt,False)

, 0

, Min

(SumCheck('Compensation Result') - SumCheck('PreSocialSecurity Result')

, Type:Tax:SocSecMax - SumHistory('SocialSecurity Source EE',Date(CheckDate,'Begin of Year'),Date(CheckDate,'End of Year'))

)

)

Rate: Type:Tax:SocSecEEPercent

Result: Source * Rate / 100

Groups: DispDed, SocialSecurity

 

×

Tax:SocSecER

Calculation

Source:

If

(IsNull(Type:Tax:SocSecExempt,False)

, 0

, Min

(SumCheck('Compensation Result') - SumCheck('PreSocialSecurity Result')

, Type:Tax:SocSecMax - SumHistory('SocialSecurity Source ER',Date(CheckDate,'Begin of Year'),Date(CheckDate,'End of Year'))

)

)

Rate: Type:Tax:SocSecERPercent

Result: Source * Rate / 100

Groups: SocialSecurity

 

×

Tax:USA

Calculation

Source: SumCheck('Compensation Result') - SumCheck('PreIncomeTax Result')

Result:

If

(ISNULL(Tax:USA:SuppMethodAggregate,False)

, W4.Withholding(AggregateRate)

, W4.Withholding(FixedRate)

)

Groups: DispDed, IncomeTax

 

×

Tax:USAx

Calculation

Result: W4.ExtraWithholding

Groups: DispDed, IncomeTax

 

×

Segment items security

Common accesses available on segment items

Access A user with this access can...
Change Use the mass change action on segment items.
Custom Fields Create and edit custom fields for segment items.
Data Have read-only access to segment items from anywhere in the software (e.g., field validations, filters, date expressions).
Delete Delete segment items.
Edit Edit segment item records.
Export Export segment item records from ActivityHD.
Import Import segment item records into ActivityHD.
New Create new segment item records.
Read Have read-only access to segment item records.
Report Run reports with segment item information.
Report Designs Create and edit report designs with segment item information. This access enables the Report Designs button on the Output tab of report dialogs.
Shared Answers Create and edit action profiles and report profiles related to segment items.
Shared Filters Create and edit shared filters on segment items.
Visible View the Segment Items folder in the Navigation pane.

 

×

Segment items filters

The following built-in filters are available for segment items:

Filter Name Effect
? Account Prompts for a formatted account number and lists the segment items associated with a debit or credit account that contains the specified search string.
? Check Stub Item List Prompts for a check stub item list number and lists segment items that are assigned a check stub item with that number.
? Ded/Code Prompts for an item code and lists deduction-type segment items with an item code that contains the specified search string.
? Ded/Description Prompts for a segment item description and lists deduction-type segment items with an item description or short description that contains the specified search string.
? Description Prompts for a segment item description and lists segment items with a description that contains the specified search string.
? Expressions Contain Prompts for a word in a calculation expression and lists the segment items with a calculation expression that contains the specified search string.
? Has Group Prompts for a check line group and lists the segment items associated with a group with a group code that contains the specified search string.
? Has Run Type Prompts for a payroll run type and lists the segment items associated with a run type with a run type code that contains the specified search string.
? Item Prompts for an item code and lists the segment items with an item code that contains the specified search string.
? Pay/Code Prompts for an item code and lists pay-type segment items with an item code that contains the specified search string.
? Pay/Description Prompts for a segment item description and lists pay-type segment items with an item description or short description that contains the specified search string.
? Segment Prompts for a segment code and lists segment items with a segment code that contains the specified search string.
? Segment Item Prompts for a segment name and item code and lists segment items with a segment name that contains the specified search string and an item code that contains the specified search string.
? Stat/Code Prompts for an item code and lists statistic-type segment items with an item code that contains the specified search string.
? Stat/Description Prompts for a segment item description and lists statistic-type segment items with an item description or short description that contains the specified search string.
? Tax/Code Prompts for an item code and lists tax-type segment items with an item code that contains the specified search string.
? Tax/Description Prompts for a segment item description and lists tax-type segment items with an item description or short description that contains the specified search string.
Deduction Lists deduction-type segment items.
Does not have PRCodes Lists segment items not used in a PRCode.
Has Dependent Segments Lists segment items with dependent segments.
Pay Lists pay-type segment items.
Statistic Lists statistic-type segment items.
Tax Lists tax-type segment items.

 

×

Report Email dialog

From
The email account from which to send the email. Valid options are:
  • Windows user default account. Sends email using the user's Windows default email account. For most users, this is the account configured in Outlook or another email client application.
  • Server personal. Sends email using the email configuration for the system or company server and the email address on the current user's authorized user record. The authorized user record must have a confirmed email address.
  • Server generic. Sends email using the email configuration and "from" address for the system or company server. This option requires "Send generic" access to the Server Email resource.
To
The email address(es) to which to send the email. Separate email addresses with semi-colons.
CC
The email addresses to copy on the email. Separate email addresses with semi-colons.
BCC
The email addresses to blind copy on the email. Separate email addresses with semi-colons.
Subject
The subject line.
Text box
The body of the email.