RecurringGivingForecast ======================= The RecurringGivingForecast python script produces a report showing the current monthly recurring giving for a specified budget, the projected annual income based on the current level holding steady, and the percent of your budget covered by that projection. .. figure:: https://i.tpsdb.com/recurringgivingforecast.jpg :target: # Sample RecurringGivingForecast Report The report can be modified by specifying a fund ID and Name and by entering your annual budget total amount. Create the RecurringGivingForecast Script ----------------------------------------- Step 1 Go to `Administration > Setup > Special Content` and select the `Python Scripts` tab. Step 2 Click the green `+ New Python Script File` button and enter the name of the file as ``RecurringGivingForecast`` and press `Submit`. Step 3 Copy all of the code below and then paste it into the new script file and press the blue `Save Python Script` button. .. literalinclude:: Files/RecurringGivingForecast.py :linenos: Step 4 Modify the script with the target fund and budget information. Enter your budget on line 4 as an unformatted number (no commas or currency symbol). Enter the Fund ID on line 5 and the Fund Name on line 6. Make sure to enclose the Fund Name within single quotes as shown in the sample code. Step 5 Click the `Run Script` button at the top of the form. Then, if you want the report available on the Reports Menu, click the link at the bottom of the report - `Add Report to Menu`. | | +--------------------+------------------+ | **Latest Update** | **11/13/2020** | +--------------------+------------------+ Modify image link with secure protocol.