CAUTION: Sage support can't assist with third-party products, hardware, report customizations, or state and federal tax questions. Refer to our Scope of Support for more info. Contact your Sage business partner, network administrator, or accountant for assistance.
Create formulas to adjust the gross pay and use the formula as the calculation method. We recommend working with your Sage Consultant or Sage Expert Services if you need assistance with this process.
NOTE: Repeat the AND Pay ID [PR time] <> "Pay ID" portion of the formula for more Pay IDs.
NOTE: Repeat the - Lookup(Amount[PR Check Pay]...Check Sequence [PR Check], "PayID") portion of the formula for more Pay IDs.
The "Adjusted Gross" formula calculates the basis only. Use the adjustment formula to calculate a rate.
In this example formula, it calculates the rate at 5% of Gross Pay. Adjust your formula as needed.
Calculate a percent using the amount on the employee profile or Deduction setup.
Adjusted Gross[Public Formula] * (If (Lookup(Amount [PR Employee Deduct], Employee[PR Check],"Deduct ID") = "", Lookup(Amount [PR Deduct], "Deduct ID"), Lookup(Amount [PR Employee Deduct], Employee[PR Check],"Deduct ID")) /100)
Calculate a percent using the amount on the employee profile or Fringe setup.
Adjusted Gross[Public Formula] * (If (Lookup(Amount [PR Employee Fringe], Employee[PR Check],"Fringe ID") = "", Lookup(Amount [PR Fringe], "Fringe ID"), Lookup(Amount [PR Employee Fringe], Employee [PR Check],"Fringe ID")) /100)
Calculate a percent using the amount on the employee profile or Pay setup.
Adjusted Gross[Public Formula] * (If (Lookup(Amount [PR Employee Pay], Employee[PR Check],"Pay ID") = "", Lookup(Amount [PR Pay], "Pay ID"), Lookup(Amount [PR Employee Pay], Employee [PR Check],"Pay ID")) /100)
After you save the formula, replace the calculation method of Gross Pay with Formula and select the rate calculation formula.
Set the calculation method in the following locations:
NOTE: For union amounts, if the rate isn't static, the calculation requires additional customization to retrieve rates from the union table.