django_program.manage.reportsΒΆ

Report service layer for conference admin reporting.

Provides data-access functions that return querysets and aggregated data for nine report types: attendee manifest, product inventory, voucher usage, discount effectiveness, sales by date, credit notes, speaker registration, financial reconciliation, and registration flow. All queries are scoped to a specific conference.

Functions

get_activity_utilization

get_addon_inventory

get_aov_by_date

get_attendee_manifest

get_attendee_summary

get_cart_funnel

get_cashflow_waterfall

get_checkin_throughput

get_content_analytics

get_credit_notes

get_credit_summary

get_cumulative_revenue

get_discount_conditions

get_discount_impact

get_discount_summary

get_letter_request_summary

get_reconciliation

get_refund_metrics

get_registration_flow

get_revenue_breakdown

get_revenue_by_ticket_type

get_revenue_per_attendee

get_room_utilization

get_sales_by_date

get_speaker_registrations

get_sponsor_benefit_fulfillment

get_ticket_inventory

get_ticket_sales_ratio

get_travel_grant_analytics

get_voucher_summary

get_voucher_usage