djaodjin / djaodjin-saas

Django application for software-as-service and subscription businesses
Other
564 stars 124 forks source link

download date ranges on Subscribers page #52

Closed smirolo closed 5 years ago

smirolo commented 9 years ago

Same as other pages.

smirolo commented 8 years ago

ActiveSubscriptionDownloadView includes mixin with code to handle date ranges (commit 737ebabb).

Remains:

  1. Add input in saas/templates/saas/profile/subscribers.html
  2. Use DateRangeMixin instead of hard-coded start_at = ..., ends_at = ...