From 2633a6f5dac70675612e5644a37545427742903b Mon Sep 17 00:00:00 2001 From: Anton Kamalov Date: Fri, 15 Nov 2024 01:29:48 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D0=BD=D0=B5=D0=BD=D1=83=D0=B6=D0=BD=D1=8B=D1=85=20?= =?UTF-8?q?=D1=84=D0=B0=D0=B9=D0=BB=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App/Auth/templates/error.html | 13 ------------- App/Requests/sql/zapros2.sql | 9 --------- 2 files changed, 22 deletions(-) delete mode 100644 App/Auth/templates/error.html delete mode 100644 App/Requests/sql/zapros2.sql diff --git a/App/Auth/templates/error.html b/App/Auth/templates/error.html deleted file mode 100644 index bff5bb4..0000000 --- a/App/Auth/templates/error.html +++ /dev/null @@ -1,13 +0,0 @@ - - - - - Ошибка - - - -

Сожалеем

-

{{ error_message }}

- - - diff --git a/App/Requests/sql/zapros2.sql b/App/Requests/sql/zapros2.sql deleted file mode 100644 index 21d1431..0000000 --- a/App/Requests/sql/zapros2.sql +++ /dev/null @@ -1,9 +0,0 @@ -SELECT w.date_of_delivery AS 'Дата поставки', - name AS 'Поставщик', - wl.count AS 'Количество', - wl.price * wl.count AS 'Общая сумма' -FROM waybill w -JOIN waybill_lines wl USING(waybill_id) -JOIN workpiece wp USING(work_id) -JOIN sellers USING(sel_id) -WHERE material = '${material}'; \ No newline at end of file