Files
sam-react-prod/claudedocs/[REF] all-pages-test-urls.md

489 lines
16 KiB
Markdown
Raw Normal View History

# 전체 페이지 테스트 URL 목록
> 백엔드 메뉴 연동 전 테스트용 직접 접근 URL (Last Updated: 2025-12-23)
## 🚀 클릭 가능한 웹 페이지
👉 **[테스트 URL 페이지 열기](http://localhost:3000/ko/dev/test-urls)**
위 링크에서 모든 URL을 클릭하여 새 탭으로 열 수 있습니다!
---
## 🏠 기본 페이지
| 페이지 | URL | 상태 |
|--------|-----|------|
| 홈 (리다이렉트) | `/ko` | ✅ |
| 로그인 | `/ko/login` | ✅ |
| 회원가입 | `/ko/signup` | ⚠️ 차단됨 |
| 대시보드 | `/ko/dashboard` | ✅ |
```
http://localhost:3000/ko
http://localhost:3000/ko/login
http://localhost:3000/ko/signup
http://localhost:3000/ko/dashboard
```
---
## 👥 인사관리 (HR)
| 페이지 | URL | 상태 |
|--------|-----|------|
| 부서관리 | `/ko/hr/department-management` | ✅ |
| 사원관리 | `/ko/hr/employee-management` | ✅ |
| 근태관리 | `/ko/hr/attendance-management` | ✅ |
| 휴가관리 | `/ko/hr/vacation-management` | ✅ |
| 급여관리 | `/ko/hr/salary-management` | ✅ |
| **모바일 출퇴근** | `/ko/hr/attendance` | 🧪 테스트중 |
```
http://localhost:3000/ko/hr/department-management
http://localhost:3000/ko/hr/employee-management
http://localhost:3000/ko/hr/attendance-management
http://localhost:3000/ko/hr/vacation-management
http://localhost:3000/ko/hr/salary-management
http://localhost:3000/ko/hr/attendance # 🧪 모바일 출퇴근 (테스트)
```
---
## 💰 판매관리 (Sales)
| 페이지 | URL | 상태 |
|--------|-----|------|
| 거래처관리 | `/ko/sales/client-management-sales-admin` | ✅ |
| 견적관리 | `/ko/sales/quote-management` | ✅ |
| 단가관리 | `/ko/sales/pricing-management` | ✅ |
```
http://localhost:3000/ko/sales/client-management-sales-admin
http://localhost:3000/ko/sales/quote-management
http://localhost:3000/ko/sales/pricing-management
```
---
## 📦 기준정보관리 (Master Data)
| 페이지 | URL | 상태 |
|--------|-----|------|
| 품목기준관리 | `/ko/master-data/item-master-data-management` | ✅ |
```
http://localhost:3000/ko/master-data/item-master-data-management
```
---
## 🏭 생산관리 (Production)
| 페이지 | URL | 상태 |
|--------|-----|------|
| 스크린 생산 | `/ko/production/screen-production` | ✅ |
| 작업지시 관리 | `/ko/production/work-orders` | ✅ |
| **작업실적 조회** | `/ko/production/work-results` | 🆕 NEW |
```
http://localhost:3000/ko/production/screen-production
http://localhost:3000/ko/production/work-orders
http://localhost:3000/ko/production/work-results # 🆕 작업실적 조회
```
---
## 📦 자재관리 (Material)
| 페이지 | URL | 상태 |
|--------|-----|------|
| **재고현황** | `/ko/material/stock-status` | 🆕 NEW |
```
http://localhost:3000/ko/material/stock-status # 🆕 재고현황
```
---
## 🔬 품질관리 (Quality)
| 페이지 | URL | 상태 |
|--------|-----|------|
| **검사관리** | `/ko/quality/inspections` | 🆕 NEW |
```
http://localhost:3000/ko/quality/inspections # 🆕 검사관리
```
---
## 📤 출고관리 (Outbound)
| 페이지 | URL | 상태 |
|--------|-----|------|
| **출하 목록** | `/ko/outbound/shipments` | 🆕 NEW |
```
http://localhost:3000/ko/outbound/shipments # 🆕 출하관리
```
---
## ⚙️ 설정 (Settings)
| 페이지 | URL | 상태 |
|--------|-----|------|
| 휴가정책 | `/ko/settings/leave-policy` | ✅ |
| 권한관리 | `/ko/settings/permissions` | ✅ |
| 직급관리 | `/ko/settings/ranks` | ✅ |
| 직책관리 | `/ko/settings/titles` | ✅ |
| 근무일정 | `/ko/settings/work-schedule` | ✅ |
| **출퇴근관리** | `/ko/settings/attendance-settings` | ✅ |
| **계좌관리** | `/ko/settings/accounts` | ✅ |
| **카드관리** | `/ko/hr/card-management` | 🆕 NEW |
| **게시판관리** | `/ko/board/board-management` | 🆕 NEW |
| **팝업관리** | `/ko/settings/popup-management` | 🆕 NEW |
| **알림설정** | `/ko/settings/notification-settings` | 🆕 NEW |
```
http://localhost:3000/ko/settings/leave-policy
http://localhost:3000/ko/settings/permissions
http://localhost:3000/ko/settings/ranks
http://localhost:3000/ko/settings/titles
http://localhost:3000/ko/settings/work-schedule
http://localhost:3000/ko/settings/attendance-settings # 출퇴근관리
http://localhost:3000/ko/settings/accounts # 계좌관리
http://localhost:3000/ko/settings/notification-settings # 🆕 알림설정
http://localhost:3000/ko/hr/card-management # 🆕 카드관리
http://localhost:3000/ko/board/board-management # 🆕 게시판관리
http://localhost:3000/ko/settings/popup-management # 🆕 팝업관리
```
---
## 📝 전자결재 (Approval)
| 페이지 | URL | 상태 |
|--------|-----|------|
| 기안함 | `/ko/approval/draft` | 🧪 테스트중 |
| **결재함** | `/ko/approval/inbox` | ✅ |
| **참조함** | `/ko/approval/reference` | ✅ |
```
http://localhost:3000/ko/approval/draft
http://localhost:3000/ko/approval/inbox # ✅ 결재함
http://localhost:3000/ko/approval/reference # ✅ 참조함
```
---
## 💵 회계관리 (Accounting)
| 페이지 | URL | 상태 |
|--------|-----|------|
| **거래처 목록** | `/ko/accounting/vendors` | 🆕 NEW |
| **매입 목록** | `/ko/accounting/purchase` | ✅ |
| **매출 목록** | `/ko/accounting/sales` | ✅ |
| **입금 목록** | `/ko/accounting/deposits` | ✅ |
| **출금 목록** | `/ko/accounting/withdrawals` | 🆕 NEW |
| **어음 목록** | `/ko/accounting/bills` | ✅ |
| **거래처원장** | `/ko/accounting/vendor-ledger` | ✅ |
| **일일 일보** | `/ko/accounting/daily-report` | ✅ |
| **지출 예상 내역서** | `/ko/accounting/expected-expenses` | ✅ |
| **미수금 현황** | `/ko/accounting/receivables-status` | ✅ |
| **입출금 계좌조회** | `/ko/accounting/bank-transactions` | ✅ |
| **카드 내역 조회** | `/ko/accounting/card-transactions` | 🆕 NEW |
| **악성채권 추심관리** | `/ko/accounting/bad-debt-collection` | 🆕 NEW |
```
http://localhost:3000/ko/accounting/vendors # 거래처관리
http://localhost:3000/ko/accounting/purchase # 매입관리
http://localhost:3000/ko/accounting/sales # 매출관리
http://localhost:3000/ko/accounting/deposits # 입금관리
http://localhost:3000/ko/accounting/withdrawals # 출금관리
http://localhost:3000/ko/accounting/bills # 어음관리
http://localhost:3000/ko/accounting/vendor-ledger # 거래처원장
http://localhost:3000/ko/accounting/daily-report # 일일 일보
http://localhost:3000/ko/accounting/expected-expenses # 지출 예상 내역서
http://localhost:3000/ko/accounting/receivables-status # 미수금 현황
http://localhost:3000/ko/accounting/bank-transactions # 입출금 계좌조회
http://localhost:3000/ko/accounting/card-transactions # 카드 내역 조회
http://localhost:3000/ko/accounting/bad-debt-collection # 악성채권 추심관리
```
---
## 📝 게시판 (Board)
| 페이지 | URL | 상태 |
|--------|-----|------|
| **게시판 목록** | `/ko/board` | ✅ |
```
http://localhost:3000/ko/board # 게시판 목록
```
> ⚠️ **참고**: 게시판관리는 설정(Settings)에서 관리합니다
---
## 📊 보고서 및 분석 (Reports)
| 페이지 | URL | 상태 |
|--------|-----|------|
| **종합 경영 분석** | `/ko/reports/comprehensive-analysis` | 🆕 NEW |
```
http://localhost:3000/ko/reports/comprehensive-analysis # 종합 경영 분석
```
> 📋 **사이드바 메뉴**: 종합 경영 분석, 매출현황, 거래현황, 시계열, 거래처분석, 대금회수, 미수금현황, 재고현황, 생산현황, 손익현황, 판관비현황, 고객현황
> **참고**: "거래처별 미수금 현황" 버튼 클릭 시 `/ko/accounting/receivables-status`로 이동
---
## 👤 계정/회사/구독 (사이드바 별도 메뉴)
> ⚠️ **참고**: 아래 항목들은 Settings 안이 아닌 **사이드바 루트 레벨**에 별도 메뉴로 존재
| 페이지 | URL | 상태 |
|--------|-----|------|
| **계정정보** | `/ko/account-info` | 🆕 NEW |
| **회사정보** | `/ko/company-info` | 🆕 NEW |
| **구독관리** | `/ko/subscription` | 🆕 NEW |
| **결제내역** | `/ko/payment-history` | 🆕 NEW |
```
http://localhost:3000/ko/account-info # 계정정보
http://localhost:3000/ko/company-info # 회사정보
http://localhost:3000/ko/subscription # 구독관리
http://localhost:3000/ko/payment-history # 결제내역
```
> **계정정보**: 탈퇴 버튼은 테넌트 마스터가 아닌 경우에만 활성화, 사용중지 버튼은 테넌트 마스터인 경우에만 활성화
> **회사정보**: 테넌트 마스터에게만 표시
---
## 📢 고객센터 (Customer Center)
| 페이지 | URL | 상태 |
|--------|-----|------|
| **공지사항** | `/ko/customer-center/notices` | ✅ |
| **이벤트** | `/ko/customer-center/events` | ✅ |
| **FAQ** | `/ko/customer-center/faq` | 🆕 NEW |
| **1:1 문의** | `/ko/customer-center/inquiries` | 🆕 NEW |
```
http://localhost:3000/ko/customer-center/notices # 공지사항
http://localhost:3000/ko/customer-center/events # 이벤트
http://localhost:3000/ko/customer-center/faq # FAQ
http://localhost:3000/ko/customer-center/inquiries # 1:1 문의
```
> **고객센터 메뉴**: 공지사항, 이벤트, FAQ, 1:1 문의
---
## 📋 전체 URL 한눈에 보기
### 기본
```
http://localhost:3000/ko/dashboard
http://localhost:3000/ko/login
```
### HR
```
http://localhost:3000/ko/hr/department-management
http://localhost:3000/ko/hr/employee-management
http://localhost:3000/ko/hr/attendance-management
http://localhost:3000/ko/hr/vacation-management
http://localhost:3000/ko/hr/salary-management
```
### Sales
```
http://localhost:3000/ko/sales/client-management-sales-admin
http://localhost:3000/ko/sales/quote-management
http://localhost:3000/ko/sales/pricing-management
```
### Master Data
```
http://localhost:3000/ko/master-data/item-master-data-management
```
### Production
```
http://localhost:3000/ko/production/screen-production
http://localhost:3000/ko/production/work-orders
http://localhost:3000/ko/production/work-results # 🆕 작업실적 조회
```
### Material
```
http://localhost:3000/ko/material/stock-status # 🆕 재고현황
```
### Quality
```
http://localhost:3000/ko/quality/inspections # 🆕 검사관리
```
### Outbound
```
http://localhost:3000/ko/outbound/shipments # 🆕 출하관리
```
### Settings
```
http://localhost:3000/ko/settings/leave-policy
http://localhost:3000/ko/settings/permissions
http://localhost:3000/ko/settings/ranks
http://localhost:3000/ko/settings/titles
http://localhost:3000/ko/settings/work-schedule
http://localhost:3000/ko/settings/attendance-settings # 출퇴근관리
http://localhost:3000/ko/settings/accounts # 계좌관리
http://localhost:3000/ko/settings/notification-settings # 🆕 알림설정
http://localhost:3000/ko/hr/card-management # 🆕 카드관리
http://localhost:3000/ko/board/board-management # 🆕 게시판관리
http://localhost:3000/ko/settings/popup-management # 🆕 팝업관리
```
### Approval
```
http://localhost:3000/ko/approval/draft
http://localhost:3000/ko/approval/inbox
http://localhost:3000/ko/approval/reference
```
### Accounting
```
http://localhost:3000/ko/accounting/vendors # 거래처관리
http://localhost:3000/ko/accounting/purchase # 매입관리
http://localhost:3000/ko/accounting/sales # 매출관리
http://localhost:3000/ko/accounting/deposits # 입금관리
http://localhost:3000/ko/accounting/withdrawals # 출금관리
http://localhost:3000/ko/accounting/bills # 어음관리
http://localhost:3000/ko/accounting/vendor-ledger # 거래처원장
http://localhost:3000/ko/accounting/daily-report # 일일 일보
http://localhost:3000/ko/accounting/expected-expenses # 지출 예상 내역서
http://localhost:3000/ko/accounting/receivables-status # 미수금 현황
http://localhost:3000/ko/accounting/bank-transactions # 입출금 계좌조회
http://localhost:3000/ko/accounting/card-transactions # 🆕 카드 내역 조회
http://localhost:3000/ko/accounting/bad-debt-collection # 악성채권 추심관리
```
### Board
```
http://localhost:3000/ko/board # 게시판 목록
```
### Reports
```
http://localhost:3000/ko/reports/comprehensive-analysis # 종합 경영 분석
```
### Customer Center
```
http://localhost:3000/ko/customer-center/notices # 공지사항
http://localhost:3000/ko/customer-center/events # 이벤트
http://localhost:3000/ko/customer-center/faq # FAQ
http://localhost:3000/ko/customer-center/inquiries # 1:1 문의
```
---
## 백엔드 메뉴 연동 시 path 참고
```javascript
// HR
'/hr/department-management'
'/hr/employee-management'
'/hr/attendance-management'
'/hr/vacation-management'
'/hr/salary-management'
// Sales
'/sales/client-management-sales-admin'
'/sales/quote-management'
'/sales/pricing-management'
// Master Data
'/master-data/item-master-data-management'
// Production
'/production/screen-production'
'/production/work-orders' // 작업지시 관리
'/production/work-results' // 작업실적 조회 (🆕 NEW)
// Material (자재관리)
'/material/stock-status' // 재고현황 (🆕 NEW)
// Quality (품질관리)
'/quality/inspections' // 검사관리 (🆕 NEW)
// Outbound (출고관리)
'/outbound/shipments' // 출하관리 (🆕 NEW)
// Settings
'/settings/leave-policy'
'/settings/permissions'
'/settings/ranks'
'/settings/titles'
'/settings/work-schedule'
'/settings/attendance-settings' // 출퇴근관리
'/settings/accounts' // 계좌관리
'/settings/notification-settings' // 알림설정 (🆕 NEW)
'/hr/card-management' // 카드관리 (🆕 NEW)
'/board/board-management' // 게시판관리 (🆕 NEW)
'/settings/popup-management' // 팝업관리 (🆕 NEW)
// 계정/회사/구독 (사이드바 루트 레벨 별도 메뉴)
'/account-info' // 계정정보 (🆕 NEW)
'/company-info' // 회사정보 (🆕 NEW)
'/subscription' // 구독관리 (🆕 NEW)
'/payment-history' // 결제내역 (🆕 NEW)
// Approval (전자결재)
'/approval/draft' // 기안함
'/approval/inbox' // 결재함
'/approval/reference' // 참조함
// Accounting (회계관리)
'/accounting/vendors' // 거래처관리
'/accounting/purchase' // 매입관리
'/accounting/sales' // 매출관리
'/accounting/deposits' // 입금관리
'/accounting/withdrawals' // 출금관리
'/accounting/bills' // 어음관리
'/accounting/vendor-ledger' // 거래처원장
'/accounting/daily-report' // 일일 일보
'/accounting/expected-expenses' // 지출 예상 내역서
'/accounting/receivables-status' // 미수금 현황
'/accounting/bank-transactions' // 입출금 계좌조회
'/accounting/card-transactions' // 카드 내역 조회
'/accounting/bad-debt-collection' // 악성채권 추심관리
// Board (게시판)
'/board' // 게시판 목록
// Reports (보고서 및 분석)
'/reports/comprehensive-analysis' // 종합 경영 분석
// Customer Center (고객센터)
'/customer-center/notices' // 공지사항
'/customer-center/events' // 이벤트
'/customer-center/faq' // FAQ (🆕 NEW)
'/customer-center/inquiries' // 1:1 문의 (🆕 NEW)
```
---
## 작성일
- 최초 작성: 2025-12-06
- 최종 업데이트: 2025-12-23 (출고관리 출하관리 페이지 추가)