Releases: rameerez/profitable
Releases · rameerez/profitable
Fix bad calculations; add syntactic sugar
- Improve MRR calculations with prorated churned and new MRR (hopefully fixes bad churned MRR calculations)
- Only consider paid charges for all revenue calculations (hopefully fixes bad ARPC calculations)
- Add
at:
parameter as a named parameter option forestimated_valuation
, like (estimated_valuation(at: "3x")
- Add
multiple:
parameter as another option forestimated_valuation
(same asat:
, just syntactic sugar) - Now
estimated_valuation
also supportsNumeric
-only inputs likeestimated_valuation(3)
🎉 Initial release!
Provides essential methods to calculate SaaS metrics like MRR, ARR, LTV, ARPC, estimated valuation, churn, etc. – with a simple dashboard to display them.