> For the complete documentation index, see [llms.txt](https://support.rosysalonsoftware.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.rosysalonsoftware.com/reports/future-recurring-membership-income.md).

# Future Recurring Membership Income

The Future Recurring Membership Income report will allow you to view potential income from recurring membership payments that are scheduled to be processed.

{% hint style="info" %}
If a membership is scheduled to cancel on a future date, the income from that membership will not be reflected after that scheduled cancellation date.
{% endhint %}

{% stepper %}
{% step %}

## Open the report

Go to **Reports** > **Future Recurring Membership Income** (under Financial).
{% endstep %}

{% step %}

## Choose the date range

Choose the date range for the future, *excluding today*.
{% endstep %}

{% step %}

## Select an employee filter

**Employee Filter:** This refers to the employee that initially sold the membership. You can choose a specific employee or leave it as is to run the report for all.
{% endstep %}

{% step %}

## Select a membership filter

**Membership Filter:** You can choose to run the projected income for a specific Membership, or leave it as is to run it for all.
{% endstep %}

{% step %}

## Run the report

Click **Run Report**. Then click **I Need It Now** or **I Can Wait**.

**I Need It Now:** This will continue to run the report and populate the data as long as you do not exit out of the page.

**I Can Wait:** This will run the report and move it to your Saved Reports folder, found at the top right of your main Reports page, for you to come back and view at a later time.
{% endstep %}
{% endstepper %}

![Recurring Services Membership](/files/8ca4a1610017c64d5240febab9dc13f0951a7984)

**Cost:** This is how much the client gets charged per month for the Membership. If the client is going to be charged more than once within the date range you chose, it will be multiplied by how many times they are to be charged.

**Recurrence:** Quantity of services the client will have earned within the date range.

**Example:** Our Gold Membership comes with 2 services per month. The clients who purchased this membership are normally charged $100 per month. If I run this report for the next 3 months in the future, a client with this membership will have a total cost of $300, and Recurrence amount of 6.

**Total =** Cost(x)Recurrence

**Example:** Continuing the example provided above, this client's Total would be $1,800


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://support.rosysalonsoftware.com/reports/future-recurring-membership-income.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
