An absence in Tempus is a recorded period when one employee was not working, carrying an employee, a type, a date range, an approval status, and optional documents.
Absences are how the system knows "on this day, this person was off" when computing expected hours, leave balances, and the time point overview. Public holidays cover everyone-is-off days, absences cover the per-employee cases.
Overview
An absence reaches this list two ways. The common path is employee-initiated: someone files a holiday request in the Voxbi app and a manager approves it. The admin path is HR-initiated: on the create form HR picks the employee, the type, the period, and a status. Approved records the absence immediately (no validation step); Pending opens the same validation workflow as an employee request and emails the configured validators. Both paths produce the same record; the difference is the audit trail - requests carry approval history, HR-direct approved records carry HR as creator.
The period is chosen on a calendar that also lets HR mark the first and last day as half days for part-day absences.
What it does
The type drives balance impact (vacation deducts from quota, sick leave often does not), whether an evidence upload appears, calendar color, and the reporting bucket. The date range is intersected with the holiday calendar and public holidays to compute working days consumed, so a vacation spanning a public holiday does not consume quota for that day.
The status drives whether the absence is in effect:
| Status | Meaning |
|---|---|
| Pending | Awaiting manager decision. No balance impact. |
| Accepted | Approved. Shows on calendar. Balance reduced for quota-consuming types. |
| Removed | Rejected or canceled. No effect on balance. |
| Removed requested | An accepted absence the employee asked to cancel. Awaiting decision. |
Approve a pending absence from the row, or use Reject and Cancel rather than setting the status directly so a manager identity is captured. To cancel an accepted absence, the employee files a cancellation from the Voxbi app (status becomes Removed requested) which a manager then approves or refuses. HR can also cancel directly.
See also
- Absence types - the categories absences use.
- Holiday requests - the employee-initiated workflow.
- Employee holiday quotas - the balances absences consume.
- Time point overviews - where absences appear on per-day reports.
- Employees - the subjects of absences.