forked from CGM_Public/pretix_original
Clarify fee inclusion in revenue-over-time graph help text (#5785)
Updates the help text for the revenue-over-time graph to clarify how fees are treated. When viewing a subevent, revenue excludes all fees (including cancellation fees). When viewing the full event, revenue includes all fees, including cancellation fees from cancelled orders.
This commit is contained in:
@@ -45,10 +45,19 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<p class="help-block">
|
<p class="help-block">
|
||||||
<small>
|
<small>
|
||||||
{% blocktrans trimmed %}
|
{% if request.GET.subevent %}
|
||||||
Only fully paid orders are counted.
|
{% blocktrans trimmed %}
|
||||||
Orders paid in multiple payments are shown with the date of their last payment.
|
Only fully paid orders are counted.
|
||||||
{% endblocktrans %}
|
Orders paid in multiple payments are shown with the date of their last payment.
|
||||||
|
Revenue excludes all fees, including cancellation fees.
|
||||||
|
{% endblocktrans %}
|
||||||
|
{% else %}
|
||||||
|
{% blocktrans trimmed %}
|
||||||
|
Only fully paid orders are counted.
|
||||||
|
Orders paid in multiple payments are shown with the date of their last payment.
|
||||||
|
Revenue includes all fees, including cancellation fees from cancelled orders.
|
||||||
|
{% endblocktrans %}
|
||||||
|
{% endif %}
|
||||||
</small>
|
</small>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user