Tagged Questions
2
votes
6answers
922 views
Calculating Revenue Per User
How would you guys go about calculating revenue per user for a recurring web service (they are billed each month)?
Typically, you would just take the total revenue and divide it by the total number ...
0
votes
1answer
140 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 ...