Files
adaptive-pricing/projects/coulomb-pricing/data/revenue.json
tegwick 8f42220d81 Adapt economics dashboard to sole-member zero-cost reality
Update membership, revenue, and cost registries to one active member with
no running costs. Refresh dashboard report and tests for €8.99 revenue and
100% gross margin.
2026-06-22 01:41:59 +02:00

16 lines
350 B
JSON

{
"version": 1,
"entries": [
{
"id": "rev-2026-06-founder",
"period": "2026-06",
"gross_amount": "8.99",
"fees_amount": "0.00",
"refunds_amount": "0.00",
"net_amount": "8.99",
"currency": "EUR",
"source": "manual",
"note": "Single-member subscription; Stripe sync in Sprint 3"
}
]
}