Adminflow Docs
Documentation for the Adminflow platform — a Norwegian SaaS application for shareholder management (Adminflow) and accounting workflows (AccFlow).
The two products share a codebase and are connected through the registry–client bridge: every AccFlow client is linked to an Adminflow registry via a shared Company entity. Understanding this connection is key to working across the platform.
Get Started
Section titled “Get Started”Documentation Structure
Section titled “Documentation Structure”General
Section titled “General”High-level information about the platform, its architecture, and general concepts. Start here if you are new to the project or need to understand what the platform does and who it serves.
Guides
Section titled “Guides”Practical, step-by-step instructions for working with the project day-to-day. Covers environment setup, running the application, available commands, deployment procedures, and development workflows.
Adminflow
Section titled “Adminflow”Technical documentation for the Adminflow product line: registries (multi-tenancy core), cap table management, board room, Altinn integration, contracts, and related features.
AccFlow
Section titled “AccFlow”Technical documentation for the AccFlow product line (AdminFlow Byrå): client management, AML compliance, task workflows, and accounting features.
Shared
Section titled “Shared”Cross-cutting technical references used by both product lines: ApiService, StandardTable, QueryFilter, Documents, Permissions, and more.
Common Developer Tasks
Section titled “Common Developer Tasks”Quick reference for frequent development scenarios:
| Task | Where to Look |
|---|---|
| Debug a 403 error | Terms & Conditions and Permissions & Roles |
| Add a new permission | Permissions & Roles |
| Debug a failed signing | Signicat Integration |
| Add a new share event type | Share Events |
| Set up bulk CSV import | CSV Import |
| Add commenting to a feature | Comments |
| Understand the payment system | Payments |
| Work with groups and permissions | Groups |