django-getpaid / django-plans

Django application for managing account plans and quotas
MIT License
509 stars 127 forks source link

Implementing the price per unit #184

Open lukh opened 1 year ago

lukh commented 1 year ago

Hi again, An other feature that i'd love to see:

a plan that give a price for a whatever, but the number of whatever is taken into account (not like a quota that can't be reach)

ie: if plan == minimal: total bill = number of foo * price of foo for minimal plan

if plan == 5foo_per_monts total_bill = price_of_5foo_per_month (+ eventuallu, number of foo * price of foo for minimal plan)

Bests,