Docs
calculation, dashboard, expected revenue, logic, calculated
Calculation logic for expected revenue figure on the dashboard
The Expected Revenue figures displayed on the Dashboard (for live sites only) can be calculated usin
38641399
2021-03-09T10:14:26Z
2022-06-17T16:13:08Z
228
0
1
249994
Calculation logic for expected revenue figure on the dashboard
The Expected Revenue figures displayed on the Dashboard (for live sites only) can be calculated using the following formula:
(Payments of this month - refunds of this month) + **subscription's next_billing_amount
*Payments of this month are calculated by navigating to Logs->Transactions->and use the filter Transaction date = this month
**Refunds of this month are calculated by navigating to Logs->Transactions->and use the filter Transaction Type is Refund and Transaction Date is This Month.
***Subscription's Next Billing Amount= Navigate to the Subscriptions Page and use the filter Next Billing Date is between 1st to today and Status is Active.
Note:
The calculation can also be configured to include trial_and_future_with_card = true
For this, the calculation above shall also include subscriptions which are in trial and are going to be upgraded this month while it should have a card added on file.
To do this, change the Subscription's Next Billing Amount filter to include status - In Trial and Future and Payment Method Type is Card.