Skip to content

Commit 35ae02c

Browse files
committed
report corrections - daily new accounts
1 parent 5cdd1dd commit 35ae02c

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Daily new accounts report
22

3-
Compute the total amount of new accounts created per day.
3+
Compute the total amount of new accounts created per day for each tenant.
44

55
The snapshot view is: `v_report_new_accounts_daily`
66

@@ -15,9 +15,13 @@ curl -v \
1515
-H 'Content-Type: application/json' \
1616
-d '{"reportName": "report_new_accounts_daily",
1717
"reportType": "TIMELINE",
18-
"reportPrettyName": "Daily new accounts",
18+
"reportPrettyName": "Daily New Accounts",
1919
"sourceTableName": "report_new_accounts_daily",
2020
"refreshProcedureName": "refresh_report_new_accounts_daily",
2121
"refreshFrequency": "HOURLY"}' \
2222
"http://127.0.0.1:8080/plugins/killbill-analytics/reports"
2323
```
24+
25+
## Report UI:
26+
27+
![daily-new-accounts.png](daily-new-accounts.png)
156 KB
Loading

0 commit comments

Comments
 (0)