This document provides requirements for modifying a Java application to calculate sales commissions. The application must now:
- Pay a fixed $55,000 salary plus commission
- Start paying commission once sales reach 80% of the $130,000 target
- Pay 15% commission on total sales
- Increase commission to 1.5 times if sales exceed target
- Ask the user to enter annual sales and display total compensation
- Display a table showing potential compensation at increments of $5,000 above entered sales, up to 50% above entered sales.