{{extend 'admin_layout.html'}} {{block content}}

Welcome to ChronoBAS - Time Keeper of IHRD

{{=session.get('inst_info',{})['iname']}} (Estb: {{=session.get('inst_info',{})['yearofestablishment']}} )
Have a great day!

{{=dcount}}

Configured Device(s)

{{=adcount}}

Active Devices

{{=session['daystats'].get('staff_count',0)}}

Staff Count Today

{{=session['daystats'].get('today','')}}

Today

Staff Registration

{{=staff_registration_form}}
Import from Excel file (.xlsx)

Registered Staff

Staff List

{{for staff in registered_staffs:}} {{if staff['fpreged'] == 'Registered':}} {{else:}} {{pass}} {{pass}}
{{=staff['id']}} {{=staff['empname']}} - PEN: {{=staff['pennum']}} Re-Register FingerRegister FingerModify Delete From FPM
{{end}}