-
Notifications
You must be signed in to change notification settings - Fork 73
Description
This is an issue that seems to keep coming back. Some of our US customers want to be able to email PDF receipts for donations and payments for a period.
Originally, I considered a generic mechanism that would work with mail merges, but the chances for incredibly poor performance are extremely high.
This could be added as its own thing, with a new screen under the Financial menu. It allows you to choose a date period to email for, and a multi-select of payment types to include, and a payment document template to use. This way, the normal receipt could be chosen. One email per person should work. The generate donation document code accepts a list of payment IDs, so all the matching ones for the person for the period could be included.
Some kind of limit probably needs to be enforced on this. Maybe use the same limit as mail merge of 1,500 and the same config element.