Get Hedhog updates in your inbox
New releases, fresh recipes, and breaking changes — no spam.
finance Submodule
governance
Financial audit trail and operational period closing.
Source path: libraries/finance/src/finance-audit-logs.controller.ts, finance-period-close.controller.ts
Module file: finance.module.ts
Introduction
The Governance submodule contains the control-layer endpoints of Finance. Audit logs expose who changed what across financial entities, while period close captures the operational process of freezing or closing accounting windows.
These endpoints are especially useful for month-end routines and for compliance-oriented backoffice teams that need a reliable operational trail.
HTTP Endpoints
3 endpoints
List finance audit logs.
- Query
- search, action, entity_table, actor_user_id, from, to, page, pageSize
List period-close records.
- Query
- search, status, user, from, to, page, pageSize
Create a new period close.
MCP Tools
Named tools callable by AI models via the Model Context Protocol (MCP).
finance.audit-logs.listList finance audit logs
finance.period-close.listList period-close records
finance.period-close.createCreate a period close