Skip to content

Commit 5cdd1dd

Browse files
committed
report corrections - invoice amount daily
1 parent 4e70d98 commit 5cdd1dd

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@ curl -v \
1515
-H 'Content-Type: application/json' \
1616
-d '{"reportName": "report_invoices_daily",
1717
"reportType": "TIMELINE",
18-
"reportPrettyName": "Daily invoices value",
18+
"reportPrettyName": "Daily Invoices Value",
1919
"sourceTableName": "report_invoices_daily",
2020
"refreshProcedureName": "refresh_report_invoices_daily",
2121
"refreshFrequency": "DAILY"}' \
2222
"http://127.0.0.1:8080/plugins/killbill-analytics/reports"
2323
```
24+
25+
## Report UI:
26+
27+
![invoice-amount-daily.png](invoice-amount-daily.png)
144 KB
Loading

0 commit comments

Comments
 (0)