added

Export payment report and deposit report

Both payment report component and deposit report component now offer the ability to export data to a comma-separated values (CSV) file!

Payment report export modal

Payment report export modal

A new show-export-button attribute is available on each component. This attribute is disabled by default; you must add show-export-button when rendering the report component to enable the export functionality.

<rainforest-payment-report
    show-export-button
></rainforest-payment-report>

Any filters applied to the report component will be persisted to the exported data.

A date range must be specified to export data. Default options are available for the previous and current month. An arbitrary date range of up to 31 days may be applied.

Head over to the export payments and export deposits activity guides for additional information.