Close Accounting Period
period_closeClose a monthly or quarterly accounting period to freeze invoices, expenses, journal entries, and bank reconciliations. Requires confirmation to execute.
Instructions
TRUST AREA — FISCAL CLOSE. Close a monthly or quarterly accounting period. Freezes invoices, expenses, journal entries and bank reconciliations for the period. Requires confirm=true. Idempotent: re-closing an already closed period is a no-op. Closed periods can be reopened with period_reopen + audit reason. / AREA DE CONFIANZA — CIERRE FISCAL. Cierra un periodo contable mensual o trimestral. Congela facturas, gastos, asientos. Requiere confirm=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Period type: monthly or quarterly / Tipo: mensual o trimestral | |
| confirm | Yes | Must be true to perform the close / Debe ser true para ejecutar el cierre |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| type | No | ||
| status | No | ||
| startDate | No | ||
| endDate | No | ||
| closedAt | No | ||
| closedBy | No | ||
| reopenedAt | No | ||
| reopenReason | No | ||
| createdAt | No | ||
| updatedAt | No |