Удаление ненужных файлов
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Ошибка</title>
|
||||
<link href="/static/css/auth.css" type="text/css" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<h1>Сожалеем</h1>
|
||||
<p>{{ error_message }}</p>
|
||||
<a href="{{ url_for('index') }}"><button>На главную страницу</button></a>
|
||||
</body>
|
||||
</html>
|
||||
@@ -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}';
|
||||
Reference in New Issue
Block a user