Garnishment Calc

Access this form using Activities>Payroll>Calculate Garnishments> Garnishment Calc. It is only available if the Human Resource Management and Payroll modules are installed; it is not available for Payroll Link users.

Use this form to modify how to calculate a garnishment. You can build your own formula, by selecting any garnishment information, that is available, to build your own calculation (Issued by the Court Order). The system checks the formula for errors. If any syntax error or invalid character is found in the calculation, the system will not let you save the calculation. Below is a calculation example:

if([GarnishmentType]='Family',[Amount],if(if([RunningTotal]<([DisposableIncome]*.25),[Amount],([DisposableIncome]*.25)-[RunningTotal]+[Amount])<0,0,if ([RunningTotal]<([DisposableIncome]*.25),[Amount],([DisposableIncome]*.25)-[RunningTotal]+[Amount])))