{{ loginError }}
Live synchronized dashboard for Micro:bit Management. Copyright © 2026, FAI, UTM. v2
{{ regMessage }}
{{ groupMessage }}
Total Active Loans
{{ totalActiveLoans }} Micro:bits currently out
Overdue Items (>7 Days)
{{ overdueItems }} items
Most Frequent Borrower
{{ index + 1 }}. {{ borrower.name }}
{{ borrower.count }} pcs ({{ borrower.ids.join(', ') }})
| # | Sem/Session | Section | Serial Number | Student | Lecturer | Date & Time | Status | Bal | Manage | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{ group.title }} ({{ group.logs.length }}) | ||||||||||
| {{ index + 1 }} | {{ log.Sem_Session || '-' }} | {{ log.Section }} | {{ log.Hardware_ID ? log.Hardware_ID.slice(0, 11) : '-' }} {{ log.Hardware_ID.slice(-5).toUpperCase() }} | {{ log.Student }} | {{ log.Lecturer }} | {{ log.Date }} {{ log.Time }} | {{ log.Action_Type }} | {{ studentBalances[(log.Student || '').trim() !== '' ? log.Student.trim() : log.Hardware_ID] || 0 }} | ||
| Please use the search or filter to view records. |