mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-22 08:08:04 +01:00
Remove by hour on all times report
This commit is contained in:
parent
2799270bb8
commit
0c8a871391
1 changed files with 4 additions and 2 deletions
|
@ -17,8 +17,10 @@
|
|||
<h3>{% translate "By day" %}</h3>
|
||||
{% include "purchase/snippets/by_day_table.html" %}
|
||||
|
||||
<h3>{% translate "By hour" %} <small class="text-muted">{{ date }}</small></h3>
|
||||
{% include "purchase/snippets/htmx_plot.html" with url='purchase:by_hour_plot' %}
|
||||
{% if date %}
|
||||
<h3>{% translate "By hour" %} <small class="text-muted">{{ date }}</small></h3>
|
||||
{% include "purchase/snippets/htmx_plot.html" with url='purchase:by_hour_plot' %}
|
||||
{% endif %}
|
||||
|
||||
<h2>{% translate "Products" %} <small class="text-muted">{{ date }}</small></h2>
|
||||
{% include "purchase/snippets/report_products.html" %}
|
||||
|
|
Loading…
Reference in a new issue