forked from CGM_Public/pretix_original
The 'paid orders' time series on the statistics page currently counts orders that were paid and later cancelled. Filter the paid-by-day queryset to `Order.STATUS_PAID` with at least one non-cancelled position, leaving the placed orders series unchanged, and update the help text to clarify this behaviour. Discussion: https://github.com/pretix/pretix/discussions/5774