PDA

View Full Version : state unemployment not calculating


Lisa_p
10-07-2003, 03:00 PM
Still working on this V11 DOS conversion to PT 2004. Got my YTD numbers in finally, ran first payroll and all looks well. EXCEPT, it did not calculate my state unemployment. There are employees who have not yet reached the annual limit and their taxable wages show on the tax liability report, but there is not tax liability calculated.

Here is my formula from the tax table:

LIMIT = 22000; PERCENT = 0.47; TAXABLE_GROSS = YTD_LIMIT (ADJUSTED_GROSS,LIMIT); ANSWER = TAXABLE_GROSS*PERCENT%


Any ideas??

Thanks!

Mark Forish
10-09-2003, 04:11 AM
check your formula to see if you missed something.

Use the sample pt gives you bellweather or what ever.

Make sure everything is on the right line, maybe it makes a differents.

TheWolf
10-09-2003, 05:34 AM
On the last conversion I did, even though the dialogue came up and asked me for the SUI percent, it never created the formula portion of the tax. Check to make sure the formula shows properly.

Lisa_p
10-09-2003, 06:33 AM
I posted the formula in my first post because it looks right to me, and I was hoping maybe someone could spot something I'm missing.

Thanks!

Mark Forish
10-10-2003, 07:08 AM
Here is the formula I use for Florida and it works


LIMIT=7000.00;
PERCENT=2.70;
TAXABLE_GROSS=YTD_LIMIT(ADJUSTED_GROSS,LIMIT);
ANSWER=-TAXABLE_GROSS*PERCENT%