🔒 Admin Login

{{ loginError }}

Smart Micro:bit Lab Inventory System (SMILIS)

Live synchronized dashboard for Micro:bit Management. Copyright © 2026, FAI, UTM.

{{ isHardwareActive ? 'System Live' : 'System Paused' }}

Hardware Scanning (Management Mode)

📋 Device / Student Registration

{{ regMessage }}

👥 Manage Project Groups

Select a section first to view students.
No students found in this section.

{{ groupMessage }}

System Search

Select a mode and enter a Serial Number or Student Name to view status and filter the history log below.
Total: {{ displayLogs.length }} {{ statusCounts.LOANED }} LOANED {{ statusCounts.RETURNED }} RETURNED {{ statusCounts.ENROLLED }} ENROLLED
# Date & Time Serial Number Student Section Lecturer Status Bal Manage
{{ index + 1 }} {{ log.Date }} {{ log.Time }} {{ log.Hardware_ID ? log.Hardware_ID.slice(0, 11) : '-' }} {{ log.Hardware_ID.slice(-5).toUpperCase() }} {{ log.Student }} {{ log.Section }} {{ log.Lecturer }} {{ log.Action_Type }} {{ studentBalances[(log.Student || '').trim() !== '' ? log.Student.trim() : log.Hardware_ID] || 0 }}
Please use the search or filter to view records.