The Bitácora (audit log) provides an immutable record of every action performed in the platform. Every search, comparison, revision update, source configuration change, and login event is written as aDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/MauroTalamantes/Evolucion-Patrimonial-Plataforma-Plan-B/llms.txt
Use this file to discover all available pages before exploring further.
BitacoraAccion entry. This record supports compliance requirements, enables incident investigation, and gives administrators full traceability over how the system is being used and by whom.
Only users with the
ADMIN role can access the Bitácora module.The Bitácora is read-only — no entries can be modified or deleted to preserve audit integrity.
Tabla de eventos
The audit log is rendered as a single full-width table inside a card titled Historial de Eventos. AllBitacoraAccion entries are displayed in reverse-chronological order by default.
| Column | Description |
|---|---|
| Fecha / Hora | Formatted timestamp of when the action occurred, rendered with toLocaleString() (e.g., 10/24/2023, 9:15:00 AM). |
| Usuario | Display name of the user who performed the action (e.g., Ana López, Admin Sistema). |
| Módulo | The platform module where the action took place (e.g., Declaraciones, Revisiones, Fuentes de Datos, Comparación). |
| Acción | A short description of what was done (e.g., Comparación Generada, Prueba de Conexión, Consulta, Creación, Modificación). |
| Entidad Afectada | The identifier of the record that was acted upon — an RFC, a revision ID, or a source name — rendered in a monospaced font (e.g., ROBJ800101XYZ, SFP Declaranet Nacional). |
| Resultado | A badge aligned to the right: EXITO (success, green) or ERROR (danger, red). |
Búsqueda en la bitácora
A search input is available in the top-right corner of the Historial de Eventos card header. Type any text to filter the visible rows byusuario or acción.
- The filter is case-insensitive and applies instantly as you type.
- Partial matches are supported — entering
"Ana"will match"Ana López". - Clearing the input restores the full list.
Resultado de acciones
Each log entry carries one of two outcome values:- EXITO
- ERROR
The action completed successfully. No further intervention is required.Displayed as a green
success badge.