Files
FPandA-Engine/README.md
2026-03-21 07:35:28 +00:00

30 lines
956 B
Markdown

# FP&A Engine
A REST API that replaces the manual Excel workflows FP&A teams run every month — budget management, actuals ingestion, and variance reporting in a single deployable binary.
---
## The Problem
Every month, finance teams export actuals from their ERP, paste them into spreadsheets, and manually calculate budget vs. actual variances by department and GL account. It is slow, error-prone, and breaks the moment someone edits the wrong cell.
This engine moves that logic into a versioned, auditable API.
---
## Stack
Go · SQLite · `net/http` stdlib · zero external infrastructure
---
## Documentation
Full documentation is in the [Wiki](../../wiki).
- [Getting Started](../../wiki/Getting-Started)
- [Architecture](../../wiki/Architecture)
- [API Reference](../../wiki/API-Reference)
- [Finance Concepts](../../wiki/Finance-Concepts)
- [Configuration](../../wiki/Configuration)
- [Development Guide](../../wiki/Development-Guide)