{% extends "wagtailadmin/base.html" %} {% load wagtailadmin_tags numbers %} {% block titletag %}Движение товаров{% endblock %} {% block extra_css %} {{ block.super }} {% endblock %} {% block content %} {% include "wagtailadmin/shared/header.html" with title="Движение товаров" icon="car-battery" %}
{% icon name="microsoft-excel" %}
Скачать Excel
{% include "reports/date-interval-filter.html" %} {% for x in totals %} {% endfor %}
Наименование Остаток на начало Закупка Реализация Маржа Остаток на конец
руб. шт. руб. шт. Приём лома, кг руб. % от продаж % с ломом руб. шт.
{% if x.model == 'product' %} {{ x.title }} {% else %} {{ x.title }} {% endif %} {{ x.quantity_start|currency }} {{ x.supplies_amount|currency }} {{ x.supplies_quantity|currency }} {{ x.sales_amount|currency }} {{ x.sales_quantity|currency }} {{ x.sales_scrap_weight|currency }} {{ x.margin|currency }} {{ x.margin_percent|currency }} {{ x.margin_with_scrap|currency }} {{ x.amount_end|currency }} {{ x.quantity_end|currency }}
{% endblock %}