Skip to content

Commit aac8cca

Browse files
committed
report corrections - daily MRR
1 parent c042574 commit aac8cca

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

src/main/resources/reports/mrr/README.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
The 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)
113 KB
Loading

0 commit comments

Comments
 (0)