# List View

It enables administrators and managers to easily review, edit, or export attendance data, displaying key details such as employee names, dates, work hours, and total time worked for accurate tracking and reporting.

1. **Date Range Filter** – Allows users to select a specific time range to view employee clock-in and clock-out records.
2. **Job/Absence Filter** – Enables filtering of time entries by job types or absence categories (e.g., PTO, holiday).
3. **Add Absence** – Opens a form to manually add absence records, such as holidays or PTO, for an employee.
4. **Add Entry** – Let users manually add a working time entry, including clock-in and clock-out times.
5. **Add PTO Entry Window** – Used to record paid time off manually by selecting a PTO code, date, and duration of hours.
6. **Add Working Entry Window** – Allows manual entry of work hours for specific jobs, including time, date, and optional notes.

<figure><img src="/files/sHBcjCdh4vBZmRpVnMLV" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.opentimeclock.com/docs/my-hours/list-view.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
