InfraNotes Accounting · v0
Welcome
Select a document from the sidebar to read it.
infranotes-accounting
Coordination repository for the InfraNotes platform. Holds cross-service contracts, Kafka enrichment notes, and platform-wide documentation that does not belong to a single service.
This repo does not ship a runtime service. It is a documentation and coordination home.
Layout
| Path | Purpose |
|---|---|
PRD_*.md |
Canonical PRDs for the accounting stack (Core Ledger, Smart Engine, Reconciliation & Close, Consolidation & Reporting). These are the contract truth that the corresponding service repos implement. |
Existing_Services_Kafka_Enrichment.md |
Kafka topic enrichment notes for cross-service integration. |
docs/non-technical/ |
Product user guide. Plain-language documentation for end users, support, and product staff. Used as the source for in-app help. |
docs/qa/ |
QA engineer reference. Per-service test guides, cross-service flow guides, RBAC matrix, platform invariants, and the test-case writing template. |
Audience map
| Document area | Audience | Tone |
|---|---|---|
PRD_*.md (root) |
Engineers, architects | Specification |
docs/non-technical/ |
End users, product, sales, support | Plain language, task-oriented |
docs/qa/ |
QA engineers | Reference-grade, technical, concrete |
Conventions
- Markdown only.
- File names start with a two-digit ordinal so directory listing reflects reading order.
- Every doc declares its audience in the first paragraph.
- Code examples and curl recipes use staging URLs and example tenant IDs; never production credentials.
Related repositories
The platform is composed of these service repositories. Each implements a portion of the contracts that live here.
| Repo | Role |
|---|---|
Infra_Notes |
Operational finance (expenses, mileage, per-diem, invoices, clients) |
infra-vendor |
Vendors, procurement, three-way matching, AP |
infranotes-iam |
Identity, sessions, tokens, tenant lifecycle, federation |
infranotes-financial-intelligence |
Business budgets, cash flow, scenarios, goals, dashboards |
infranotes-project-finance |
Project commercial / financial command center |
infranotes-payroll |
Payroll, taxes, benefits, deductions |
infranotes-asset |
Asset lifecycle, depreciation, valuation |
infranotes-recon |
Bank reconciliation, continuous close, certification |
infranotes-accounting-reports |
Consolidation, financial statements, aging, custom reports |
infranotes-core-ledger |
General ledger, periods, AP/AR sub-ledgers, multi-currency |
infranotes-accounting-engine |
Deterministic Rust rules engine (classification, matching, anomaly, close readiness) |
infra-uce |
Compliance engine (rule evaluation, attestation) |
infranotes-gateway |
API gateway, route ownership, JWT validation, entitlement enforcement |
infranotes-front |
Frontend shell |
infraforge-argocd |
GitOps deployment manifests for all of the above |