refactor(cupang): 입고센터 관리 화면 제거

- /cupang/centers GET/POST, 수정·삭제 라우트와 centers.html 삭제
- 달력 상단 "입고센터 관리" 버튼 제거, 상자 계산의 안내 문구 정리
- 센터 관리 화면 전용 CSS 제거(공용 .cpg-icon-btn/.cpg-btn-sm 은 유지)
- 센터 데이터(cupang_centers)와 db 계층은 그대로 — 출고 확정·발주 업로드에서 계속 사용

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-01 20:34:41 +09:00
parent 46ce6d78b8
commit 1a2291f510
21 changed files with 2268 additions and 447 deletions
+1 -1
View File
@@ -312,7 +312,7 @@ def _menu_items_for(user_rec: dict[str, Any]) -> list[dict[str, Any]]:
"key": "cupang",
"title": "쿠팡 밀크런",
"subtitle": "Coupang Milk-run",
"description": "쿠팡 밀크런 출고 일정·박스 계산·입고센터를 달력에서 관리합니다.",
"description": "쿠팡 밀크런 출고 일정·상자 계산 달력에서 관리합니다.",
"url": "/cupang/",
"health_url": "/cupang/health",
"status": "ready",