[BCB:5:Third-party support:ECB] Salaried employees - In Sage 50—U.S. Edition, select File, Payroll Formulas, and then select User-Maintained.
- In the Formula ID field, enter an ID to represent the tax (for example TTLHRSS).
- In the Name field, enter a formula name in the format of ID YEAR. For example, TTLHRSS 26, where 26 is the current payroll tax year (2026).
- In the Effect on Gross Pay field, the assumption is that this tax Subtracts from gross.
- In the Filing status field, select All.
- In How do you classify this formula? select Tax.
- In the Tax agency field, select State.
- In the Select a state field, select your state from the list.
- Clear Use this formula as a filter on the Payroll Tax Report box.
- In the Formula box, enter one of the following formulas, adding the comment is optional.
"The following formula represents a state tax for SALARIED employees. It multiplies 80 hours (salary for a bi-weekly payroll) by the employee's total contribution rate to compute the tax for the current payroll period. Each employee's contribution rate is entered (in cents per hour) in the Additional Withholding column for the Special 1 field of the Maintain Employee/Sales Reps window." - Biweekly Formula: ANSWER=-80*EMP_SPECIAL1_NUMBER/100
- Weekly formula: ANSWER=-40*EMP_SPECIAL1_NUMBER/100
- Semi-monthly formula: ANSWER=-88*EMP_SPECIAL1_NUMBER/100
Hourly employees - In Sage 50, select File, Payroll Formulas, and then select User-Maintained.
- In the Formula ID field, enter an ID to represent the tax (for example TTLHRSS).
- In the Name field, enter a formula name in the format of ID YEAR. For example, TTLHRSS 26, where 26 is the current payroll tax year (2026).
- In the Effect on Gross Pay field, the assumption is that this tax Subtracts from gross.
- In the Filing status field, select All.
- In How do you classify this formula? select Tax.
- In the Tax agency field, select State.
- In the Select a state field, select your state from the list.
- Clear Use this formula as a filter on the Payroll Tax Report box.
- In the Formula box, enter the following formula example. Adding the comment is optional. If you have more pay types that are taxable, you will need to add those to your formula.
"The following formula represents the Washington Industrial Insurance Tax for HOURLY employees. It adds up the total number of hours worked for the current payroll period and multiplies it by the employee's total contribution rate to compute the tax for the current payroll period. Each employee's contribution rate is entered (in cents per hour) in the Additional Withholding column for the Special 1 field of the Maintain Employee/Sales Reps window." - ANSWER=-(REGULAR+OVERTIME)*EMP_SPECIAL1_NUMBER/100
NOTE: The WA Labor Industrial rate can be defined out to five decimal places. In such cases, the rate and formula will need to be adjusted appropriately. Example: If an employee's rate is 0.13451 cents per hour, enter 134.51 in the Special 1 Field and add a zero to the end of the formula above to move the decimal place. NOTE: For Washington Industrial Insurance Tax - If the Special 1 fields are already being used for another formula such as Washington Paid Family Leave: Change WA Industrial Insurance Tax to use EMP_SPECIAL2_NUMBER instead of EMP_SPECIAL1_NUMBER. Another sample formula: The formula encloses the pay level field names in parentheses, which are used for your hourly employees. In this instance, we have REGULAR and OVERTIME pay levels setup in the example we are using: - A=2;
- ANSWER=-(Regular+Overtime)*A. This formula will multiply Total Hours worked by $2.
[BCB:161:Chat 50 US:ECB] |