> 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/visualizacion-y-parametros/general.md).

# General

La sección **General** reúne los parámetros básicos que determinan el comportamiento global del sistema.

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

### Parámetros disponibles

<table><thead><tr><th width="369.20001220703125">Parámetro</th><th>Descripción</th></tr></thead><tbody><tr><td>Utilizar decimales</td><td>Permite trabajar con cantidades y precios que incluyan decimales. Si está deshabilitado, el sistema utilizará únicamente números enteros.</td></tr><tr><td>Ignorar ventas internas en reportes</td><td>Excluye las ventas registradas como consumo interno de los reportes de ventas.</td></tr><tr><td>Forzar conteo de stock a ciegas</td><td>Oculta las existencias actuales durante los conteos de inventario para evitar que el operador sea influenciado por el stock registrado.</td></tr><tr><td>Moneda</td><td>Define la moneda principal utilizada en todo el sistema.</td></tr><tr><td>Separador de miles</td><td>Configura el formato de visualización de los importes numéricos.</td></tr><tr><td>Nombre del impuesto</td><td>Permite personalizar el nombre utilizado para el impuesto (por ejemplo: IVA).</td></tr><tr><td>Valores de impuestos</td><td>Permite registrar los porcentajes de impuestos utilizados por los artículos. En Paraguay normalmente se configuran 0 %, 5 % y 10 %.</td></tr><tr><td>Nombre del código de identificación tributaria</td><td>Define el nombre que utilizará el sistema para identificar el número tributario (RUC, NIT, RFC, CUIT, etc.).</td></tr><tr><td>Categoría de gastos</td><td>Permite crear las categorías utilizadas al registrar gastos.</td></tr><tr><td>Subcategoría de gastos</td><td>Organiza los gastos dentro de una categoría principal.</td></tr><tr><td>Categorías de artículos</td><td>Permite crear las categorías utilizadas para organizar los productos del inventario.</td></tr><tr><td>Monedas</td><td>Administra las monedas disponibles en el sistema.</td></tr><tr><td>Alerta de vencimiento de artículos</td><td>Configura la cantidad de días previos en que el sistema notificará el próximo vencimiento de un artículo.</td></tr></tbody></table>


---

# 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/visualizacion-y-parametros/general.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.
