{% extends "stats/index.html" %} {% load i18n %} {% block tabs %}
  • {% trans "Technicians" %}
  • {% trans "Locations" %}
  • {% trans "Queues" %}
  • {% trans "Repairs" %}
  • {% trans "Statuses" %}
  • {% trans "Sales" %}
  • {% trans "Devices" %}
  • {% endblock tabs %} {% block stats %}

    {% trans "Sales" %}

    {% trans "Shows you invoice totals per queue within the selected time period." %}

    {% include "stats/plot_snippet.html" with url="/stats/data/sales/invoices/" %}

    {% trans "Purchases" %}

    {% trans "Shows you Purchase Order totals per queue within the selected time period." %}

    {% include "stats/plot_snippet.html" with url="/stats/data/sales/purchases/" %}

    {% trans "Service Parts" %}

    {% trans "Shows you how many parts have been ordered for each labour tier." %}

    {% endblock stats %}