From 7cbe8877e31c70512054d2fba7371112f9f62c19 Mon Sep 17 00:00:00 2001 From: taekyoungc Date: Fri, 26 Jun 2026 15:22:54 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=ED=8C=90=EB=A7=A4=EB=8C=80=EC=9E=A5=20?= =?UTF-8?q?=ED=92=88=EB=AA=A9=20=ED=95=84=ED=84=B0=20=EB=9D=BC=EB=B2=A8=20?= =?UTF-8?q?'OO=20=EB=B4=89=ED=88=AC'=EB=A1=9C=20=ED=86=B5=EC=9D=BC=20+=20?= =?UTF-8?q?=EC=8A=A4=ED=8B=B0=EC=BB=A4=C2=B7=EA=B3=B5=EB=8F=99=EC=A3=BC?= =?UTF-8?q?=ED=83=9D=EC=9A=A9=C2=B7=EC=9A=A9=EA=B8=B0=20=EC=B2=B4=ED=81=AC?= =?UTF-8?q?=EB=B0=95=EC=8A=A4=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- app/Views/admin/sales_report/sales_ledger.php | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/app/Views/admin/sales_report/sales_ledger.php b/app/Views/admin/sales_report/sales_ledger.php index 37f496f..8a4054c 100644 --- a/app/Views/admin/sales_report/sales_ledger.php +++ b/app/Views/admin/sales_report/sales_ledger.php @@ -18,16 +18,14 @@ declare(strict_types=1); $printTitle = ($mode ?? 'daily') === 'daily' ? '[지정판매소] 일자별 판매대장' : '[지정판매소] 기간별 판매대장'; $printDate = date('Y-m-d'); $printExtraLines = $printSubtitleLines ?? []; -$catKeys = ['general', 'food', 'sticker', 'reuse', 'apt', 'public_use', 'container', 'waste']; +// 스티커·공동주택용(apt)·용기(container)는 품목 필터에서 제외 +$catKeys = ['general', 'food', 'reuse', 'public_use', 'waste']; $catLabels = [ - 'general' => '일반용', - 'food' => '음식물', - 'sticker' => '스티커', - 'reuse' => '재사용', - 'apt' => '공동주택용', - 'public_use' => '공공용', - 'container' => '용기', - 'waste' => '폐기물', + 'general' => '일반용 봉투', + 'food' => '음식물 봉투', + 'reuse' => '재사용 봉투', + 'public_use' => '공공용 봉투', + 'waste' => '폐기물 봉투', ]; $exportParams = [