diff --git a/spendbook/report/index.html b/spendbook/report/index.html
index b48650b..9510b46 100644
--- a/spendbook/report/index.html
+++ b/spendbook/report/index.html
@@ -40,6 +40,7 @@
}
$("#month").on("change", collectData);
$("#year").on("click", collectData);
+ $("#month").val(new Date().getMonth()+1);
const mainButton = window.Telegram.WebApp.MainButton;
mainButton.text = "Получить отчет";