From 76a2b5c1a61630635c564a45927ea93b3377c0e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=8B=9C=EA=B3=A8=EC=95=BD=EC=82=AC?= Date: Sun, 15 Feb 2026 12:15:23 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=9E=85=EC=B6=9C=EA=B3=A0=20=EC=9B=90?= =?UTF-8?q?=EC=9E=A5=20=ED=95=84=ED=84=B0=20=EC=98=B5=EC=85=98=20=EB=8B=A8?= =?UTF-8?q?=EC=88=9C=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 변경사항 - 불필요한 "입고접수" 옵션 제거 - 필터 옵션 단순화: - 전체 내역 - 입고만 (RECEIPT) - 출고만 (CONSUME) ## 이유 - 실제 데이터는 RECEIPT와 CONSUME 타입만 사용 - PURCHASE 타입은 현재 미사용 - 사용자 혼란 방지 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- templates/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index a6aa803..94dd2f2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -661,9 +661,8 @@