This commit is contained in:
admin
2026-01-21 10:58:19 +09:00
parent 8a00de8f03
commit 86020ada5c
36 changed files with 3417 additions and 363 deletions

View File

@@ -78,9 +78,9 @@
<select id="accountSelect"></select>
<label>期間:</label>
<input type="date" id="fromDate" />
<input type="date" id="fromDate" min="1900-01-01" max="2099-12-31" />
<input type="date" id="toDate" />
<input type="date" id="toDate" min="1900-01-01" max="2099-12-31" />
<button onclick="reloadTransactions()">表示</button>
</div>