• Mahmoud Aglan's avatar
    Fix SportsActivity column mismatches + add membership tutorials · 56266f42
    Mahmoud Aglan authored
    Column fixes across 13 controllers/models/views:
    - sa_coaches: name_ar → full_name_ar, status → is_active
    - sa_players: serial_number → registration_serial, code → registration_serial
    - sa_facility_units: removed non-existent is_archived references
    - sa_player_documents: title → file_name, original_name → file_name, uploaded_by → created_by
    - sa_blackout_dates: wrong table name sa_facility_blackouts → sa_blackout_dates
    - sa_disciplines: wrong table name disciplines → sa_disciplines
    - sa_attendance: added missing attendance_date, removed non-existent recorded_at
    - sa_player_documents: document_type medical → medical_cert, status → approval_status
    - card_status: not_issued → inactive, expired → revoked
    - player_type: removed invalid academy_player
    - academy_type: removed invalid partnership
    - gender_restriction: store NULL instead of 'mixed'
    - Added missing [] params to $db->select() calls
    
    Membership tutorials: 25 tutorial files covering all membership operations.
    Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
    56266f42
Name
Last commit
Last update
..
add_child.php Loading commit data...
add_spouse.php Loading commit data...
add_temporary_member.php Loading commit data...
annual_subscription.php Loading commit data...
athletic_conversion.php Loading commit data...
carnet_issuance.php Loading commit data...
change_status.php Loading commit data...
children_aging.php Loading commit data...
death_transfer.php Loading commit data...
divorce_transfer.php Loading commit data...
fill_form.php Loading commit data...
fines_violations.php Loading commit data...
foreign_membership.php Loading commit data...
full_new_member_scenario.php Loading commit data...
honorary_membership.php Loading commit data...
index.php Loading commit data...
interview_process.php Loading commit data...
membership_freeze_drop.php Loading commit data...
membership_pricing.php Loading commit data...
new_member_registration.php Loading commit data...
pay_form_fee.php Loading commit data...
pay_membership_cash.php Loading commit data...
pay_membership_installments.php Loading commit data...
special_discounts.php Loading commit data...
transfer_separation.php Loading commit data...
waiver_process.php Loading commit data...