sharkbit / BadgeApp

Membership and Calendar program for a Range. Allows tracking of guests and events. And a small merchant portal to buy badges and supplies.
MIT License
3 stars 0 forks source link

Delineate New from Renew #215

Closed tdasto closed 1 year ago

tdasto commented 2 years ago

In the Store Purchases report, indicate New from Renew on badge sales.

sharkbit commented 2 years ago

Where?

tdasto commented 2 years ago

Let me worry about this...

sharkbit commented 2 years ago

Looks like we are already storing the info in the subscriptions table, just have it called out in the SQL on the Clubs Report page.

https://github.com/sharkbit/BadgeApp/blob/0af7380c3d9c97da40908807d9df4e4ddebe0844/backend/controllers/BadgesController.php#L592

and https://github.com/sharkbit/BadgeApp/blob/0af7380c3d9c97da40908807d9df4e4ddebe0844/backend/controllers/BadgesController.php#L1063