> For the complete documentation index, see [llms.txt](https://encom-1.gitbook.io/encom-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://encom-1.gitbook.io/encom-docs/panel-de-control/modulos/control-de-asistencia.md).

# Control de Asistencia

Para habilitar el control de asistencia necesita ingresar al Panel de Control > Módulos en el bloque Control de Asistencia presione en el ícono de la rueda arriba a la derecha.

![](https://4228084754-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LW6eOaPVuljZEAAMM7q%2F-MYzIlZeLSXr87oRtX0I%2F-MYzKkGLzmpZhNfPltFr%2FScreen%20Shot%202021-04-23%20at%2011.24.58%20AM.png?alt=media\&token=5dabc373-8b28-426a-bc01-b50e3dd37b0d)

Le listará el acceso al QR de cada sucursal, seleccione la que corresponde y le abrirá el código QR que necesita imprimir, presione `ctrl + P` (Windows) o `command + P` (Mac) para imprimir y listo.

![](https://4228084754-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LW6eOaPVuljZEAAMM7q%2F-MYzQRqrhojwAa5cglZw%2F-MYzQYDkZX8-ULMiAkte%2FScreen%20Shot%202021-04-23%20at%2011.25.34%20AM.png?alt=media\&token=e1e08d20-80a4-4d27-a621-b796e0291bf0)

{% hint style="info" %}
Cada sucursal deberá tener configurada sus coordenadas en la configuración de la misma
{% endhint %}

### Registrar ingreso y salida

Para que cada usuario pueda registrar su ingreso y salida deben descargar la App de ENCOM en sus smartphones.

{% content-ref url="/pages/gMJRDPvc2Yx9bhCBbi9o" %}
[App para Android y iOS](/encom-docs/otros-modulos/app-para-android-y-ios.md)
{% endcontent-ref %}

Cada usuario deberá tener asignado un lockpass (código de acceso de 4 número). Al ingresar a la app y colocar su lockpass debe ingresar al menú principal y luego al menú personal que se encuentra en la parte superior izquierda.

![](https://4228084754-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LW6eOaPVuljZEAAMM7q%2F-MYzIlZeLSXr87oRtX0I%2F-MYzOra14c5leoex37xE%2FWhatsApp%20Image%202021-04-23%20at%2011.43.47.jpeg?alt=media\&token=2cb15bc2-3352-4be4-bf47-3050a944514f)

Le abrirá el menú personal donde debe seleccionar la opción **Asistencia**

![](https://4228084754-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LW6eOaPVuljZEAAMM7q%2F-MYzIlZeLSXr87oRtX0I%2F-MYzP6Ibq3VQagZUv_Ie%2FWhatsApp%20Image%202021-04-23%20at%2011.43.48.jpeg?alt=media\&token=a8087f6b-e5bc-4bb4-b08d-3be4c108d3d4)

Le abrirá directamente la cámara del celular donde deberá apuntar al código QR impreso, una vez que lea el código verá un mensaje que dice **Hola (nombre del usuario).**

Para registrar la salida debe repetir los mismos pasos y verá un mensaje que diga **Adiós (nombre del usuario).**

{% hint style="info" %}
**Tips a tener en cuenta para poder registrar el ingreso y salida.**

* El usuario debe tener habilitado el GPS y brindar permisos a la app.
* La app del usuario debe estar configurada en la misma sucursal en la que está escaneando el código QR.
  {% endhint %}

### Ver reporte de ingresos y egresos por Usuario

Para ver los registros de cada usuario tiene que ingresar al Panel de Control > Contactos > Usuarios > Selecciona un usuario > Horas trabajadas

Le abrirá un listado donde podrá filtrar por fecha todos los registros de ingreso y salida del usuario.

![](https://4228084754-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LW6eOaPVuljZEAAMM7q%2F-MYzIlZeLSXr87oRtX0I%2F-MYzQPz9Rar3I1EZsxvB%2FScreen%20Shot%202021-04-23%20at%2011.33.43%20AM.png?alt=media\&token=2a423c34-a1b6-4822-92d2-4170ca6747b0)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://encom-1.gitbook.io/encom-docs/panel-de-control/modulos/control-de-asistencia.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
