djaodjin / djaodjin-saas

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

Find all customers with a balance due #265

Closed smirolo closed 11 months ago

smirolo commented 1 year ago

Create a page and API endpoint for a provider to find all subscribers with a balance due.

References:

Deep-Chill commented 1 year ago

Potential approach:

New View: SubscribersWithBalanceDueView

New Serializer: OrganizationWithBalanceDueSerializer

Then an API URL