We have the need of billing clients for monthly subscriptions. In some cases the monthly price includes pre-purchased hours (use them or lose them). In other cases the monthly price is for a service, not hours.

Comments

jeremy’s picture

I've added a management interface for monthly subscription rates:
http://drupalcode.org/project/support_timer.git/commit/9c77e1c

jeremy’s picture

And I've updated the support_timer module to display these monthly subscriptions:
http://drupalcode.org/project/support_timer.git/commit/81dede5

There are still a few tasks I'd like to implement before I close this issue:

TODO:

  • Perform validation when adding/editing subscriptions
  • Allow subscriptions to be enabled/disabled manually
  • Add start/stop dates for subscriptions