Tagged Questions
0
votes
1answer
147 views
Calculating future revenue projection on recurring payments with various terms
I have a service with various packages, that can all be purchased monthly, quarterly, semi-annually, and yearly.
Each package has a due_on date which I increment when someone renews.
It's easy to ...