• Fares's avatar
    feat(pricing): enhance special discounts with conditions, bonuses, and date ranges · 9a8823b4
    Fares authored
    Expanded the special discounts system to support:
    - Discount types: percentage, fixed amount, or free subscription
    - Date range (effective_from/effective_to) for time-bounded offers
    - Conditions: none (direct), full_payment, or min_payment threshold
    - Bonus: free subscription years granted when discount activates
    - Applies-to targeting: membership_fee, subscription, or all
    
    Added SpecialDiscountService for evaluating conditional discounts and
    applying free subscription bonuses on member.activated event.
    
    Updated form UI with dynamic visibility and validation.
    
    Migration: Phase_98_003 adds new columns to special_discounts table.
    Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
    9a8823b4
Name
Last commit
Last update
..
Controllers Loading commit data...
Models Loading commit data...
Services Loading commit data...
Views Loading commit data...
ApiRoutes.php Loading commit data...
Routes.php Loading commit data...
bootstrap.php Loading commit data...