Has any one come across this situation and be able to set it up to work automatically
This would have to be automatic on each payrun .
5% deduction on earnings up to $40,000
7.5% on earnings above $40,000
If it was the reverse I would create 2 deduction accounts
One acct deduct 5%
The other 2.5% until it reached $1000
The only way I see to do this would be to create 2 accounts
One account deducting 7.5%
One account crediting 2.5% to a max of $1000
In NV1 this was easy. We could create npl script that would run automatically when it encountered a user defined deduction account.
Could I also suggest that a new line be added to the paycode screen that would act on the limit (line 7) . The 3 options would be pay period, monthly and Yearly.
Also the problem I am having with the deductions could be taken care of if we could use formulas in the percentage rate such as IF , < and >
It could test for a true or false condition such as excel does.
TEST , Value for true , Value for false
Example
if salary < 40000 ,5 , 7.5
Cheers
Thomas