{% extends "common/base.html" %} {% load static i18n purchase django_htmx %} {% block extrahead %} {% endblock %} {% block content %}

{% translate "Reports" %}

{% translate "All times" %}

{% translate "By day" %}

{% include "purchase/snippets/by_day_table.html" %}

{% translate "By hour" %} {{ date }}

{% include "purchase/snippets/htmx_plot.html" with url='purchase:by_hour_plot' %}

{% translate "Products" %} {{ date }}

{% include "purchase/snippets/report_products.html" %} {% include "purchase/snippets/htmx_plot.html" with url='purchase:products_plots' %}

{% translate "Turnover by payment method" %} {{ date }}

{% include "purchase/snippets/report_payment_methods.html" %} {% endblock %} {% block extrascript %} {% django_htmx_script %} {% endblock %}