Finance Capabilities Catalog
Every capability in Aeion Finance enumerated by subsystem, with what it does and how it fits together. 8 subsystems, 50+ capabilities, all sharing the same immutable double-entry ledger. Reference for solution architects and integration teams evaluating the platform.
Accounting Subsystem
| Capability | What it does |
Banking Subsystem
| Capability | What it does |
Payroll Subsystem
| Capability | What it does |
Tax Subsystem
| Capability | What it does |
Benefits Subsystem
| Capability | What it does |
HR Subsystem
Full ATS + recruit suite + onboarding + performance + compliance.
Portal Subsystem
| Capability | What it does |
Reports + Dashboard Subsystem
| Capability | What it does |
AI Assistants
| Assistant | Triggers on | What it produces |
Advanced Accounting Capabilities
Pro+ features beyond the core ledger:
FAQ
Every collection auto-exposes REST + MCP endpoints; custom actions (running payroll, posting a journal entry, etc.) are exposed as dedicated API routes on top of the underlying capability.
No — Aeion Finance is closed-source, including on Enterprise tier. What Enterprise tier gives you is dedicated, isolated infrastructure (your own private database and storage layer) — not access to the application source code itself.
Yes, through Aeion's adapter pattern — for example, the bank-connection layer is a pluggable interface, so you can swap in a different banking or treasury provider. AI-driven capabilities are configurable by provider through the platform's AI settings.
All collections auto-expose `/api/v1/<slug>` REST endpoints with filtering, pagination, and full-text search. That's sufficient for most integrations.
Three notable ones: (1) inventory management lives in the commerce module, not finance; (2) project profitability beyond basic cost centers benefits from the production module for film/agency workflows; (3) industry-specific compliance (construction cost tracking, healthcare-specific reporting) requires the relevant industry module.