← Dashboard / Admin: User Activity
User Activity Report
=1 tracked action within the selected date range. // The query LEFT JOINs from all users, so $userStats includes zero-activity users. $activeUsers = 0; foreach ($userStats as $_u) { $_activity = ($_u['tickets_created'] ?? 0) + ($_u['tickets_resolved'] ?? 0) + ($_u['comments_added'] ?? 0) + ($_u['tickets_assigned'] ?? 0); if ($_activity > 0) { $activeUsers++; } } ?>
[ # ]
Active Users
[ + ]
Total Created
[ OK ]
Total Resolved
[ > ]
Total Comments
User Tickets Created Tickets Resolved Comments Assigned Last Activity
No user activity data available.
ADMIN