django_program.manage.views_financial¶
Financial overview dashboard views for conference management.
Provides revenue summaries, order/cart/payment breakdowns, ticket sales analytics, and recent transaction listings – all scoped to the current conference.
Classes
Comprehensive financial overview for a conference. |
- class django_program.manage.views_financial.FinancialDashboardView[source]¶
Bases:
ConferencePermissionMixin,TemplateViewComprehensive financial overview for a conference.
Computes revenue totals, order/cart/payment breakdowns, ticket sales analytics, and surfaces recent orders and active carts. All data is scoped to
self.conference.- template_name = 'django_program/manage/financial_dashboard.html'¶