File tree Expand file tree Collapse file tree
src/main/resources/reports/mrr Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Daily MRR
22
3- Compute the Monthly Recurring Revenue (MRR) on a daily basis .
3+ Computes the total active MRR (monthly recurring revenue), broken down both by product and as a tenant-wide total (ALL) for each tenant and each day .
44
55The snapshot view is: ` v_report_mrr_daily `
66
@@ -21,3 +21,18 @@ curl -v \
2121 "refreshFrequency": "DAILY"}' \
2222 "http://127.0.0.1:8080/plugins/killbill-analytics/reports"
2323```
24+
25+ ## Sample Data
26+
27+ | tenant_record_id | product | day | count |
28+ | ---------------- | ------- | ---------- | --------|
29+ | 24 | Pistol | 2025-01-05 | 150.00 |
30+ | 24 | Rifle | 2025-01-05 | 200.00 |
31+ | 24 | ALL | 2025-01-05 | 350.00 |
32+ | 24 | Pistol | 2025-01-06 | 150.00 |
33+ | 24 | ALL | 2025-01-06 | 150.00 |
34+
35+
36+ ## Report UI:
37+
38+ ![ daily-mrr.png] ( daily-mrr.png )
You can’t perform that action at this time.
0 commit comments