studybuffalo / django-flexible-subscriptions

A subscription and recurrent billing application for Django.
GNU General Public License v3.0
249 stars 57 forks source link

Eventual items: consumable and not consumable #164

Open ronflima opened 4 years ago

ronflima commented 4 years ago

Abstract

Some times eventual items are sold to customers in two categories:

Requirements

  1. Add the ability to manage consumable and non-consumable items for a given subscription, in order to compose the customer's bill.

  2. Manage the life span of a consumable item, taking care of its consumption based on time or usage.