{% extends "base.html" %}{% block title %}Attendance Finalization{% endblock %}{% block content %}
Payroll can use a month only after attendance is reconciled and finalized.
| Employee | Date | Exception | Detail |
|---|---|---|---|
| {{ x.employee }} | {{ x.date }} | {{ x.type }} | {{ x.detail }} |
| Company | Period | Status | Finalized | Controlled Reopen |
|---|---|---|---|---|
| {{ p.company.name }} | {{ p.year }}-{{ p.month|stringformat:'02d' }} | {{ p.status }} | {{ p.finalized_at|default:'—' }} | {% if p.status == 'FINALIZED' %}{% else %}—{% endif %} |
| No attendance periods finalized yet. | ||||