From 52084d6075848f56bfa41851b8d727ce8ad63d36 Mon Sep 17 00:00:00 2001 From: chpark Date: Tue, 12 May 2026 10:28:04 +0900 Subject: [PATCH] =?UTF-8?q?feat(statistics):=20'=EC=97=85=EC=B2=B4?= =?UTF-8?q?=EB=B3=84=20=EB=B0=9C=EC=A3=BC=ED=86=B5=EA=B3=84'=20=EB=AA=85?= =?UTF-8?q?=ED=99=95=ED=99=94=20+=20SHIPPED=20=ED=95=84=ED=84=B0=20?= =?UTF-8?q?=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 화면 제목: '통계 — 업체별 월간 매출' → '업체별 발주통계 (월별)' - 메뉴명: '월간 매출' → '업체별 발주통계' (운영 DB menu_info 9000501) - statistics/monthly API: status IN 에서 SHIPPED (dead code) 제거 - 기존 기능 그대로: 년/월 선택, 업체별 합계 + 면세/과세 분리, 엑셀 다운로드 Co-Authored-By: Claude Opus 4.7 (1M context) --- src/app/(main)/m/admin/statistics/page.tsx | 2 +- src/app/api/m/statistics/monthly/route.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/(main)/m/admin/statistics/page.tsx b/src/app/(main)/m/admin/statistics/page.tsx index fc293a8..dde9cf0 100644 --- a/src/app/(main)/m/admin/statistics/page.tsx +++ b/src/app/(main)/m/admin/statistics/page.tsx @@ -68,7 +68,7 @@ export default function StatisticsPage() { return (
-

통계 — 업체별 월간 매출

+

업체별 발주통계 (월별)