{{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)

After importing please modify each employee by clicking the modify button and select the required "Finger Print" Device for him. Also verify imported data is correct before moving to registration of finger print. Select correct designation, schedule etc also.

{{ if action_messages :}}
    {{for a in action_messages:}}
  • {{=a}}
  • {{pass}}
{{ session.action_messages = [] }} {{ pass }}

Registered Staff

Staff List

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