• Mahmoud Aglan's avatar
    Enforce cheque submission before membership activation on installments · 334264d0
    Mahmoud Aglan authored
    - Members paying via installments (down_payment) now enter 'pending_cheques'
      status instead of being immediately activated
    - Membership number is only assigned after ALL cheques are uploaded
      (1 cheque per installment month)
    - Dependents (spouses/children) are NOT auto-included in installment
      payments — they must pay addition_fee separately
    - New installment_cheques table stores serial, bank, date, scan file
    - New ChequeController + ChequeService for upload flow
    - Employee uploads cheque scans from installment plan page
    - Member show page displays pending_cheques banner with upload link
    - Auto-activates member once all required cheques are submitted
    Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
    334264d0
Name
Last commit
Last update
..
AutoFreezeService.php Loading commit data...
BillingService.php Loading commit data...
BoardOfferService.php Loading commit data...
FormFeeService.php Loading commit data...
FormNumberGenerator.php Loading commit data...
MemberNumberGenerator.php Loading commit data...
MemberSearchService.php Loading commit data...
MembershipPaymentGuard.php Loading commit data...
MembershipRulesService.php Loading commit data...
NationalIdParser.php Loading commit data...
WaiverService.php Loading commit data...