Added FOCUS-50937 - Payroll > Run 002 SS NOT calculating properly
This branch addresses an issue where Social Security (SS) wages were not being calculated correctly. The root cause was that deduction records impacting FICA were not being processed in the correct order when multiple branch age records existed for an employee. Previously, deductions were processed by job, but reducing deductions were applied after FICA, causing them to be included in the wages used to calculate FICA. This branch ensures that such deductions are processed before FICA, so they are correctly excluded from FICA wage calculations.