Skip to content

Commit 276fd1b

Browse files
committed
minor corrections to Readme files
1 parent 15b6829 commit 276fd1b

16 files changed

Lines changed: 25 additions & 25 deletions

File tree

reports/active_by_product_term_monthly/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Monthly active subscriptions report
1+
# Monthly Active Subscriptions Report
22

33
Compute (at the end of each month) the total number of active subscriptions per product and billing period.
44

55
The snapshot view is: `v_report_active_by_product_term_monthly`
66

7-
## Timeline configuration
7+
## Report Creation
88

99
```
1010
curl -v \

reports/cancellations_daily/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Daily cancellations report
1+
# Daily Cancellations Report
22

33
Compute the total number of cancellations per day per phase.
44

55
The snapshot view is: `v_report_cancellations_daily`
66

7-
## Timeline configuration
7+
## Report Creation
88

99
```
1010
curl -v \

reports/chargebacks_daily/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Daily chargebacks report
1+
# Daily Chargebacks Report
22

33
Compute the total value (in the reference currency) of chargebacks per day per currency.
44

55
The snapshot view is: `v_report_chargebacks_daily`
66

7-
## Timeline configuration
7+
## Report Creation
88

99
```
1010
curl -v \
@@ -15,7 +15,7 @@ curl -v \
1515
-H 'Content-Type: application/json' \
1616
-d '{"reportName": "report_chargebacks_daily",
1717
"reportType": "TIMELINE",
18-
"reportPrettyName": "Daily chargebacks value",
18+
"reportPrettyName": "Daily Chargebacks Value",
1919
"sourceTableName": "report_chargebacks_daily",
2020
"refreshProcedureName": "refresh_report_chargebacks_daily",
2121
"refreshFrequency": "DAILY"}' \

reports/conversion-total-dollar-amount/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Compute (monthly) the total revenue from subscriptions converting out of trial,
44

55
The snapshot view is: `v_report_conversions_total_dollar_monthly`
66

7-
## Timeline configuration
7+
## Report Creation
88

99
```
1010
curl -v \

reports/invoice_credits_daily/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ So if there is an unpaid invoice for `$20` on `2025-09-22`, and an account credi
66

77
The snapshot view is: [v_report_invoice_item_credits_daily](v_report_invoice_item_credits_daily.ddl)
88

9-
## Timeline configuration
9+
## Report Creation
1010

1111
```
1212
curl -v \

reports/invoice_item_adjustments_daily/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ So if there is an invoice for `$100` created on `2025-09-21` and the invoice is
66

77
The snapshot view is: [v_report_invoice_item_adjustments_daily](v_report_invoice_item_adjustments_daily.ddl)
88

9-
## Timeline configuration
9+
## Report Creation
1010

1111
```
1212
curl -v \

reports/invoices_balance_daily/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Daily invoices balance report
1+
# Daily Invoice Balance Report
22

33
Compute the total sum of invoices balance (in the reference currency) per invoice created day.
44

55
The snapshot view is: `v_report_invoices_balance_daily`
66

7-
## Timeline configuration
7+
## Report Creation
88

99
```
1010
curl -v \

reports/invoices_daily/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Daily invoices report
1+
# Daily Invoices Report
22

33
Compute the total invoice amount charged (in the reference currency) per day per currency.
44

55
The snapshot view is: `v_report_invoices_daily`
66

7-
## Timeline configuration
7+
## Report Creation
88

99
```
1010
curl -v \

reports/mrr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Computes the total active MRR (monthly recurring revenue), broken down both by p
44

55
The snapshot view is: `v_report_mrr_daily`
66

7-
## Timeline configuration
7+
## Report Creation
88

99
```
1010
curl -v \

reports/new_accounts_daily/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Daily new accounts report
1+
# Daily New Accounts Report
22

33
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

7-
## Timeline configuration
7+
## Report Creation
88

99
```
1010
curl -v \

0 commit comments

Comments
 (0)