# Línea de Tiempo

En el sistema de fichajes de Dinaup, cada línea representa la jornada laboral de un empleado. A continuación, explicamos los casos más comunes que puedes encontrarte:

## Fichaje Automático Correcto

El sistema detectó correctamente la jornada a partir del fichaje de entrada y salida.

* **Programado**: Tres turnos asignados.
* **Realizado**: Tres turnos completados (check verde).
* **Fichaje**: Entrada y salida bien marcadas.

<figure><img src="https://1051374799-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQ8x9XNGpS53oYqhDArr1%2Fuploads%2Fkl3IIAlXoSer2klTYulS%2Fimage.png?alt=media&#x26;token=368d2566-feba-4d7a-945f-c9e845006f67" alt=""><figcaption><p>Fichaje automático correcto</p></figcaption></figure>

{% hint style="info" %}
**¿Qué hacer?**\
Puedes modificar el tiempo realizado si hay alguna corrección, pero no el fichaje (es inmutable).
{% endhint %}

***

## Fichaje Automático (sin cierre)

El empleado fichó al entrar, pero olvidó fichar al salir. El sistema marcó los turnos como completados porque la entrada existió.

* **Programado**: Tres turnos asignados.
* **Realizado**: Tres turnos completados (check verde).
* **Fichaje**: Rectángulo naranja continuo hasta final del día.

<figure><img src="https://1051374799-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQ8x9XNGpS53oYqhDArr1%2Fuploads%2FLlib8nBCc3VOYJqZCJ4S%2Fimage.png?alt=media&#x26;token=86f0c9f0-a491-49a0-abd8-9f2a53d951fc" alt=""><figcaption><p>Fichaje automático sin cierre.</p></figcaption></figure>

{% hint style="info" %}
**¿Qué hacer?**\
Recursos humanos puede revisar si corresponde ajustar el tiempo. Solo es necesario intervenir si el fichaje automático no refleja correctamente la realidad.
{% endhint %}

***

## Ausencia sin justificar

El empleado no ha venido y no hay ningún motivo asignado.

* **Programado**: Tres turnos asignados.
* **Realizado**: Vacío.
* **Fichaje**: Vacío.

<figure><img src="https://1051374799-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQ8x9XNGpS53oYqhDArr1%2Fuploads%2F6raFDAeUucmpyT5Z9Coc%2Fimage.png?alt=media&#x26;token=47e776bf-fd2d-40ae-8d4c-00bc0d13916f" alt=""><figcaption><p>Ausencia sin justificar</p></figcaption></figure>

{% hint style="info" %}
**¿Qué hacer?**\
Recursos humanos debe hacer clic en cada turno azul de “Programado” y asignar el motivo de la ausencia. Pueden ser distintos motivos en cada turno
{% endhint %}

***

## Ausencia justificada

El empleado no trabajó, pero se justificó la ausencia (en este caso, vacaciones).

* **Programado**: Tres turnos asignados.
* **Realizado**: Tres bloques grises *(VACACIONES).*

<figure><img src="https://1051374799-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQ8x9XNGpS53oYqhDArr1%2Fuploads%2FoxVNqqGG1A18OW2456Sq%2Fimage.png?alt=media&#x26;token=099d0535-3a48-4f23-9d55-46cb52e68faf" alt=""><figcaption><p>Ausencia justificada (Empleado de Vacaciones)</p></figcaption></figure>

{% hint style="info" %}
**¿Qué hacer?**\
No requiere ninguna acción adicional.
{% endhint %}

***

## Festivos

<figure><img src="https://1051374799-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FQ8x9XNGpS53oYqhDArr1%2Fuploads%2FYvz1XTr1t0xNuQf1iTHL%2Fimage.png?alt=media&#x26;token=67f0c400-00a7-44e1-abc7-34505f4493f2" 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://doc.dinaup.com/producto/recursos-humanos/linea-de-tiempo.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.
