• Mahmoud Aglan's avatar
    fix(members,subscriptions): drop due-date column from family tables, collect... · 67196669
    Mahmoud Aglan authored
    fix(members,subscriptions): drop due-date column from family tables, collect annual subscription via الخزنة
    
    - Remove the "تاريخ الاستحقاق" column from the spouses/children/temporary
      members tables on the member show page (display-only, no schema change).
    - Annual subscription payments no longer post directly from the
      اشتراك سنوي page. SubscriptionController::payYear() now queues a
      payment_request instead of calling PaymentService::processPayment()
      directly; the subscription rows are only marked paid once خزنة العضويات
      (Membership Treasury / Cashier) actually collects it, via a new
      payment_request.completed listener
      (SubscriptionSyncService::completeFamilyYearPayment()).
    - Closed the same bypass on the legacy generic /payments/process/{id}
      page, which had its own divergent partial-payment, oldest-year-first
      logic for annual_subscription that skipped the treasury entirely and
      violated the all-or-nothing-per-family rule; that path now redirects to
      the member's subscriptions page instead.
    Co-Authored-By: 's avatarClaude Sonnet 5 <noreply@anthropic.com>
    67196669
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...
PaymentProcessorAdapter.php Loading commit data...
Routes.php Loading commit data...
bootstrap.php Loading commit data...
provides.php Loading commit data...