From 1347ba69c0cd861cf64e8e8a4599875641dfdbfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Fri, 6 Feb 2026 06:13:53 +0900 Subject: [PATCH] =?UTF-8?q?fix:=EC=9E=AC=EB=AC=B4=20=EB=8C=80=EC=8B=9C?= =?UTF-8?q?=EB=B3=B4=EB=93=9C=20=EC=98=88=EC=A0=95=20=EC=88=98=EC=9E=85/?= =?UTF-8?q?=EC=A7=80=EC=B6=9C=EC=9D=84=20=EC=9D=B4=EB=B2=88=20=EB=8B=AC=20?= =?UTF-8?q?=EB=8D=B0=EC=9D=B4=ED=84=B0=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - scheduleSummary(전체 미완료) → monthlySummary(이번 달 예정) - 라벨 '이번 달 예정'과 데이터가 일치하도록 수정 Co-Authored-By: Claude Opus 4.5 --- resources/views/finance/dashboard.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/finance/dashboard.blade.php b/resources/views/finance/dashboard.blade.php index 067e0328..14127a80 100644 --- a/resources/views/finance/dashboard.blade.php +++ b/resources/views/finance/dashboard.blade.php @@ -51,7 +51,7 @@ class="inline-flex items-center gap-2 px-4 py-2 bg-blue-600 hover:bg-blue-700 te

예정 수입

-

+{{ number_format($scheduleSummary['pending_income']) }}원

+

+{{ number_format($monthlySummary['income']['pending']) }}원

이번 달 예정

@@ -67,7 +67,7 @@ class="inline-flex items-center gap-2 px-4 py-2 bg-blue-600 hover:bg-blue-700 te

예정 지출

-

-{{ number_format($scheduleSummary['pending_expense']) }}원

+

-{{ number_format($monthlySummary['expense']['pending']) }}원

이번 달 예정