• Fares's avatar
    fix(transfers): fix annual subscription calculation and marriage_date column error · 705bbcbe
    Fares authored
    1. isCurrentYearSubscriptionCovered() was comparing activation date against
       its own fiscal year (always true) — now correctly compares against the
       current fiscal year's July 1st.
    
    2. Annual subscription in calculate() now includes all family members
       (spouses, children, temps) not just the member alone.
    
    3. marriage_date and dep count columns are only included in INSERT when
       non-null, preventing column-not-found error if migration hasn't run.
    Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
    705bbcbe
Name
Last commit
Last update
..
SeparationFeeCalculator.php Loading commit data...
TransferEligibility.php Loading commit data...
TransferProcessor.php Loading commit data...