> 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/configuracion/editar-sucursales/editar-cajas.md).

# Editar Cajas Registradoras

#### Configuración de Caja Registradora

La Caja Registradora permite administrar la numeración de comprobantes, los datos del timbrado y otros parámetros relacionados con la emisión de documentos.

#### ¿Cómo acceder a la configuración?

Siga estos pasos:

1. Ingrese al menú Configuración.
2. Seleccione Editar Sucursales.
3. Ingrese a Cajas Registradoras.
4. Seleccione la caja que desea configurar.
5. Edite los campos correspondientes.

<figure><picture><source srcset="/files/i6tW2rTpxN1SSYJ8FED4" media="(prefers-color-scheme: dark)"><img src="/files/YWvZ3B5EexOzkSBPJhAC" alt=""></picture><figcaption></figcaption></figure>

#### Campos principales

#### Facturas

| **Campo**                      | **Descripción**                                |
| ------------------------------ | ---------------------------------------------- |
| No. de timbrado o autorización | Número de timbrado habilitado para la emisión. |
| Fin de vigencia del timbrado   | Fecha de vencimiento del timbrado.             |
| Numeración máxima              | Último número autorizado para emitir.          |
| Prefijo                        | Serie o prefijo de la caja.                    |
| Último número emitido          | Último comprobante utilizado.                  |

#### Relación con las alertas del Dashboard

#### ¿Cuándo aparecerán las alertas?

El sistema mostrará avisos automáticos en el Centro de Alertas del Dashboard cuando:

**Timbrado próximo a vencer**

Se activará cuando la fecha de vencimiento esté dentro del rango configurado para alertas.

**Numeración próxima al límite**

Se activará cuando queden pocos comprobantes disponibles según el límite configurado.

| **Alerta**           | **Qué controla**                                 |
| -------------------- | ------------------------------------------------ |
| Timbrado por Vencer  | La fecha de fin de vigencia del timbrado.        |
| Límite de Numeración | La numeración máxima y el último número emitido. |

#### Video Tutorial

Cómo acceder y configurar la Caja Registradora

Ver video tutorial

{% embed url="<https://encompysa.sharepoint.com/:v:/g/IQBBvZlPvFGqQJqC330sS7wcAWdEpC78oAdmYp-evOQ9Trk?e=hXEDKc&nav=eyJyZWZlcnJhbEluZm8iOnsicmVmZXJyYWxBcHAiOiJTdHJlYW1XZWJBcHAiLCJyZWZlcnJhbFZpZXciOiJTaGFyZURpYWxvZy1MaW5rIiwicmVmZXJyYWxBcHBQbGF0Zm9ybSI6IldlYiIsInJlZmVycmFsTW9kZSI6InZpZXcifX0=>" %}

El video muestra cómo ingresar a la configuración de la caja y modificar los parámetros de timbrado y numeración.

{% hint style="info" %}
Recomendación

Mantenga actualizados los datos del timbrado y revise periódicamente la numeración disponible para evitar interrupciones en la facturación por vencimiento de timbrado o límite de numeración.
{% endhint %}


---

# 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/configuracion/editar-sucursales/editar-cajas.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.
