# Day View

It allows administrators and managers to review attendance, total hours worked, breaks, and job assignments for that specific date, making it easy to track daily time records and ensure accuracy.

1. **Date Range Selector** – Allows users to select the start and end dates for viewing daily records within a specific time period.
2. **Job/Absence Filter** – Lets users filter records by job type or absence category for easier data viewing.
3. **Add Absence** – Opens a form where users or admins can add a PTO (Paid Time Off) entry by selecting a PTO code, date, and number of hours.
4. **Add Entry** – Opens a form to manually add a working entry, including job name, date, time in/out, and notes.
5. **Add PTO Entry Window** – A pop-up form that allows adding or editing a PTO record (vacation, sick leave, etc.) manually.
6. **Add Working Entry Window** – A pop-up form to manually add a work record, useful for fixing missed punches or adding shifts.

<figure><img src="/files/aQFYCTbiix91Ehe0KU83" 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/day-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.
