Aleksmorshen commited on
Commit
9b0cf81
·
verified ·
1 Parent(s): 1e65b47

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -2
index.html CHANGED
@@ -90,8 +90,9 @@
90
  <h3>Чеки за месяц</h3>
91
  <!-- Поле ввода даты и кнопка фильтрации -->
92
  <div class="filter-container">
93
- <input type="date" id="filterDateInput" placeholder="Выберите дату">
94
- <button id="filterDateBtn">Показать чеки за дату</button>
 
95
  </div>
96
  <div id="receiptsList">
97
  <!-- Список чеков будет добавляться сюда -->
 
90
  <h3>Чеки за месяц</h3>
91
  <!-- Поле ввода даты и кнопка фильтрации -->
92
  <div class="filter-container">
93
+ <input type="date" id="filterDateInput">
94
+ <button onclick="filterReceiptsByDate()">Фильтровать по дате</button>
95
+ <button onclick="clearDateFilter()">Сбросить фильтр</button>
96
  </div>
97
  <div id="receiptsList">
98
  <!-- Список чеков будет добавляться сюда -->