From 3e12ecf50d2fcf89a6ba40560191c2f77ce2215f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EB=B3=B4=EA=B3=A4?= Date: Tue, 3 Feb 2026 16:53:48 +0900 Subject: [PATCH] =?UTF-8?q?feat:=ED=99=88=ED=83=9D=EC=8A=A4=20=ED=85=8C?= =?UTF-8?q?=EC=9D=B4=EB=B8=94=EC=97=90=20=EC=84=B8=EC=95=A1/=ED=95=A9?= =?UTF-8?q?=EA=B3=84=20=EC=BB=AC=EB=9F=BC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 공급가액 옆에 세액, 합계 컬럼 추가 - 합계는 파란색 볼드로 강조 표시 - colSpan 11 → 13으로 조정 Co-Authored-By: Claude Opus 4.5 --- resources/views/barobill/hometax/index.blade.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/resources/views/barobill/hometax/index.blade.php b/resources/views/barobill/hometax/index.blade.php index 1e6ccc19..915463e2 100644 --- a/resources/views/barobill/hometax/index.blade.php +++ b/resources/views/barobill/hometax/index.blade.php @@ -224,6 +224,8 @@ className="flex items-center gap-2 px-3 py-1.5 bg-blue-100 text-blue-700 rounded 사업자번호
(주민번호) 과세
형태 공급가액 + 세액 + 합계 영수
청구 문서
형태 발급
형태 @@ -233,7 +235,7 @@ className="flex items-center gap-2 px-3 py-1.5 bg-blue-100 text-blue-700 rounded {invoices.length === 0 ? ( - + 해당 기간에 조회된 세금계산서가 없습니다. @@ -278,6 +280,14 @@ className="flex items-center gap-2 px-3 py-1.5 bg-blue-100 text-blue-700 rounded {formatCurrency(inv.supplyAmount)} + {/* 세액 */} + + {formatCurrency(inv.taxAmount)} + + {/* 합계 */} + + {formatCurrency(inv.totalAmount)} + {/* 영수청구 */} {inv.purposeTypeName || '-'}