Projects should allow specification of one-time and recurring donation amounts
We are working on a project to drive corporate sponsorships for one of our projects. You can see what I’ve done here: https://sponsor.impactinitiatives.com/projects/corporate-alliance-for-education
The project will allow a company to sponsor one of two options:
1. A full year of tuition for one or multiple of our students
2. A full year of salary for one of our teachers
Problem:
In this case we want to only offer an annual payment option for the entire amount of the sponsorship and no recurring monthly option.
In other cases we would love to keep an annual recurring option.
When you look at the One Time Donation tab, it shows the correct amounts.
When you look at the Recurring Donation option is has the annual amount shown, but the default recurring period is monthly! That is a problem. And there is no way in the UI to specify the periods.
Workaround:
I had to comment out the recurring tab. But that makes the change for ALL Projects in the portal. I don't want that.
Desired Behavior:
When I set up a project, I should be able to specify the following:
Donation levels and amounts and whether they should be recurring and/or one-time.
Recurring? Boolean One-time? Boolean
IF recurring, what frequency? monthly, quarterly, semi-annually, annually
The recurring amount should be calculated from the total donation level amount divided by the frequency.