1. 03 Jul, 2026 1 commit
    • Mahmoud Aglan's avatar
      Add document management system + 10 feature wizards · 0c8f5bdb
      Mahmoud Aglan authored
      Document system: polymorphic documents table, upload/approve/reject workflow,
      medical certificate tracking with expiry, system settings toggles, daily expire job.
      
      Feature wizards: Employee, Trainer, Program, Group, Facility, Invoice, Product,
      PricingRule, TransferParticipant, StockAdjustment — all with Arabic UI, step-by-step
      guided creation, and delegation to existing services.
      Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
      0c8f5bdb
  2. 02 Jul, 2026 3 commits
  3. 01 Jul, 2026 35 commits
  4. 30 Jun, 2026 1 commit
    • Mahmoud Aglan's avatar
      Fix 3 bugs: participant branch, layout update, receipt branch · 23c68694
      Mahmoud Aglan authored
      1. ParticipantForm: set branch_id from session in mount() so new
         participants get the active branch (was null, invisible in list)
      2. SpaceLayoutService::update: compare config BEFORE updating the model
         so change detection works (was comparing same value to itself)
      3. ReceiptSettings: use session branch_id instead of user->branch_id
         which could be null, preventing template save
      Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
      23c68694