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