mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Reports: Add new "accounting report" (#3314)
This commit is contained in:
@@ -45,6 +45,14 @@
|
||||
{% bootstrap_field filter_form.date_until layout='inline' %}
|
||||
</div>
|
||||
</div>
|
||||
<p class="text-danger">
|
||||
{% blocktrans trimmed %}
|
||||
Filtering this report by date is not recommended as it might lead to misleading information since this
|
||||
report only sees the current state of any order, not any changes made to the order previously.
|
||||
This date filter might be removed in the future.
|
||||
Use the "Accounting report" in the export section instead.
|
||||
{% endblocktrans %}
|
||||
</p>
|
||||
<div class="text-right">
|
||||
<button class="btn btn-primary btn-lg" type="submit">
|
||||
<span class="fa fa-filter"></span>
|
||||
|
||||
Reference in New Issue
Block a user