From 13ac11cc0a873082d17950bf09ee670818c23d70 Mon Sep 17 00:00:00 2001 From: king Date: Tue, 2 Jun 2026 18:25:10 +0900 Subject: [PATCH] =?UTF-8?q?ui(expense):=20=EC=B4=9D=20=EA=B1=B4=EC=88=98/?= =?UTF-8?q?=EC=B4=9D=20=EA=B8=88=EC=95=A1=20=EC=B9=B4=EB=93=9C=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0=20+=20=EA=B2=BD=EB=B9=84=20=EB=82=B4=EC=97=AD=20?= =?UTF-8?q?=EA=B1=B4=EC=88=98=C2=B7=ED=95=A9=EA=B3=84=20=EA=B8=80=EC=94=A8?= =?UTF-8?q?=20=ED=99=95=EB=8C=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- .../expense/templates/expense/index.html | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/app/modules/expense/templates/expense/index.html b/app/modules/expense/templates/expense/index.html index 147760d..d065c60 100644 --- a/app/modules/expense/templates/expense/index.html +++ b/app/modules/expense/templates/expense/index.html @@ -22,16 +22,6 @@
-
- 총 건수 - {{ summary.count }} 건 -
-
- 총 금액 - - {{ "{:,}".format(summary.total) }} 원 - -
{% for status in statuses %}
{{ status }} @@ -88,8 +78,8 @@
- {{ items | length }}건 - 합계 {{ "{:,}".format(month_total) }} + {{ items | length }}건 + 합계 {{ "{:,}".format(month_total) }} {% if supports_workflow %}