FundCollector Documentation
Note: This documentation applies to both the Free and Pro versions of FundCollector. To install and use the Pro version, you must first install and activate the Free version, which should not be uninstalled. The sections relating to the Pro version are marked with PRO.
Reports PRO
The Reports screen is where you can extract donation data out of the plugin — either as a ready-to-print PDF summary or as a spreadsheet-friendly CSV file you can open in Excel or Google Sheets. This feature is exclusive to FundCollector Pro.Overview
On Reports you can:- Generate a PDF report with donation statistics for a chosen period, ready to save or print.
- Export a CSV file with the full detail of every donation that matches your filters, compatible with Excel and Google Sheets.
- Filter both outputs by date range, payment status, payment gateway, and donation frequency before generating.
Open the Reports page
- Log in to your site’s WordPress admin.
- In the left menu, open FundCollector.
- Click Reports.
admin.php?page=fundcollector-pro-reports).
Tabs
At the top of the content area there are two tabs:- PDF Reports — generate a formatted PDF document.
- CSV Export — download a raw data file.
PDF Reports tab
Open this tab when you want a printable summary instead of a spreadsheet.
What it does
- Generates a professional PDF report containing donation statistics for the period you select.
- The file opens or downloads directly in your browser when you click the button.
Date Range
- Two date fields — from and to — let you pick the start and end of the period covered by the report.
- Both fields are required (marked with a red asterisk).
- Clicking a field opens a date picker.
Payment Status
- A scrollable list box showing all available statuses: All Statuses (default), Completed, Pending, Manual Check, Failed, Cancelled, Refunded, Expired.
- You can select multiple statuses by holding Ctrl (Windows/Linux) or Cmd (Mac).
- Leaving All Statuses selected includes every status in the report.
Payment Gateway
- A scrollable list box showing the available gateways: All Gateways (default), PayPal, Mollie, Bank Transfer.
- You can select multiple gateways with Ctrl/Cmd.
Donation Frequency
- A scrollable list box showing the available frequencies: All Frequencies (default), One-time, Monthly, Annual.
- You can select multiple frequencies with Ctrl/Cmd.
Generate PDF Report
- A blue Generate PDF Report button (with a small document icon) starts the process.
- The plugin applies your filters and produces the PDF. If no donations match the criteria, the report will reflect that.
CSV Export tab
Open this tab when you want a data file for Excel, Google Sheets, or other tools.
What it does
- Exports donation data to a CSV file with all available details.
- The file is compatible with Excel and Google Sheets.
- A link “How to import CSV correctly in Excel?” is shown next to the description.
Date Range, Payment Status, Payment Gateway, Donation Frequency
The filters work exactly the same as on the PDF Reports tab (see above).Export to CSV
- A blue Export to CSV button triggers the download.
- The browser will prompt you to save the
.csvfile (or download it automatically depending on your browser settings).
How to import CSV in Excel
The main concern is leading zeros in fields like postal codes, phone numbers, and tax IDs — Excel tends to strip them when you double-click a CSV file.Correct method (recommended)
- Open Excel with a blank workbook.
- Go to the Data menu and choose From Text/CSV.
- Select the downloaded CSV file.
- In the import window, click Transform Data or Edit.
- For the Phone, Postal Code, and Tax ID columns: select the column and change its type from Number to Text (the ABC icon).
- Click Close & Load.
Incorrect method (avoid)
- Do not open the CSV by double-clicking it. Excel will automatically interpret numeric-looking values and remove leading zeros (for example,
00144becomes144).
Next step: configure Backup & Restore →