chore: 年度リストを昇順に変更

This commit is contained in:
admin
2026-06-07 21:58:20 +09:00
parent 91632ea5b6
commit 4a500ff5e9
25 changed files with 1531 additions and 67 deletions

View File

@@ -19,6 +19,12 @@ files = [
f"{NAS_BASE}/backend/app/db_auto_migration.py"),
(r"c:\workspace\njts-accounting-core\backend\app\main.py",
f"{NAS_BASE}/backend/app/main.py"),
# e-Gov モジュール
(r"c:\workspace\njts-accounting-core\backend\app\modules\egov\egov_api.py",
f"{NAS_BASE}/backend/app/modules/egov/egov_api.py"),
(r"c:\workspace\njts-accounting-core\backend\app\modules\egov\router.py",
f"{NAS_BASE}/backend/app/modules/egov/router.py"),
# フロントエンド
(r"c:\workspace\njts-accounting-core\frontend\bank-statement.html",
f"{NAS_BASE}/backend/frontend/bank-statement.html"),
(r"c:\workspace\njts-accounting-core\frontend\index.html",