1. Setting Up Local Tax in Employee Defaults Open Employee Defaults: - Go to Maintain Default Information, Employees.
Add Local Tax Field: - Open the Employee Fields tab.
- On the first available line, type Local_Tax for the Name.
- Skip to the next section if there's an existing field.
Select Account and Formula: - Choose a General Ledger (G/L) account, usually a liability account.
- Check the Calc box and enter **LIT in the Formula field.
- Click the Adjust button.
- Check Use next to Gross under Employee Fields.
NOTE: Also check any taxable payroll addition fields (like tips) or pre-tax deduction fields (like insurance or retirement plans). - Click OK, then click OK again.
2. Creating the Formula Check for Existing Formula: - Sage Payroll has many local income tax (LIT) formulas included with your payroll subscription. To check, go to File, Payroll Formulas, and select Sage-Maintained.
- Use the formula provided by Sage if one exists.
Create a Basic Formula: If the tax is a simple percentage of gross pay, follow these steps: - Go to File, Payroll Formulas, and select User-Maintained.
- Enter XXLIT for Formula ID, where XX is the two-letter state abbreviation like GALIT.
- Enter XXLIT YY for Name, where YY is the two-digit payroll year like GALIT 13.
- Set Effect on Gross Pay to Subtracts from Gross.
- Set Filing Status to All.
- Select Tax for How do you classify this formula?
- Select Locality for Tax Agency.
- If the tax applies to all localities, select Yes and skip to Step 10. If each locality has its own rate, select No and continue.
- Enter a Locality Name (up to eight characters).
- Enter the formula:
PERCENT=X.XX; ANSWER=-ADJUSTED_GROSS*PERCENT% - Update the X.XX to the rate and click Save.
TIP: If you have multiple localities, change the Formula ID slightly like GALITa, and update the Locality Name and Percent for each locality, then click Save. Create an Advanced Formula: If your local tax includes allowances or limits, follow these steps: - Go to File, Payroll Formulas, and select User-Maintained.
- Enter XXLIT for Formula ID, where XX is the two-letter state abbreviation like GALIT.
- Enter XXLIT YY for Name, where YY is the two-digit payroll year like GALIT 13.
- Set Effect on Gross Pay to Subtracts from Gross.
- Set Filing Status to All.
- Select Tax for How do you classify this formula?
- Select Locality for Tax Agency.
- If the tax applies to all localities, select Yes and skip to Step 10. If each locality has its own rate, select No and continue.
- Enter a Locality Name (up to eight characters).
- Enter the formula:
E=0.00; "E is Exemption Amount per Local Allowance" D=0.00; "D is the Allowance Amount per Dependent" M=0.00; "Maximum Tax (0 if no maximum)" PERCENT=0.00000; "The value user entered for Locality %" A=PRORATE((ANNUAL(ADJUSTED_GROSS)-(EEMP_LOCAL_ALLOWANCES) -(DEMP_LOCAL_NUMBER))*PERCENT%); ANSWER=-IF(M=0,A,IF((ABS(YTD(Local_Tax)- Local_Tax)+A)>M,M-ABS(YTD(Local_Tax)-Local_Tax),A)) - Update the E, D, M and Percent values then click Save.
TIP: If you have multiple localities, change the Formula ID slightly like GALITa, and update the Locality Name and Percent for each locality, then click Save. 3. Adding to Tax Forms - Go to Maintain, Payroll, and select Payroll Settings.
- Select Taxes, then Assign Tax Fields.
- Select W-2 Fields.
- For the Local Income Tax line, select Local_Tax.
- Click OK, then Finish.
Setting Employees to Use the Local Tax Update Employee Records: - Go to Maintain, Employees/Sales Reps and select an employee.
- Select Withholding Info.
- Enter the employee's locality on the Local line.
- Click Save.
- Repeat for each employee.
For employees who don't pay local income tax: - Select the Employee Fields tab.
- Uncheck Use Defaults on the Local_Tax line.
- Uncheck Calc.
- Click Save.
|