Commit Graph

28 Commits

Author SHA1 Message Date
Jay Sheen
b19334d08c Apply t('home.count') localization to cash-receipt list page
- Replace NumericFormat with t('home.count') for transaction counts
  - approvalCount (승인 건수)
  - cancelCount (취소 건수)
- Remove NumericFormat import from cash-receipt list-page.tsx
- Remove duplicate count keys from locale files (keeping home.count)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-04 16:57:24 +09:00
focp212@naver.com
d2b477e7bd 상세 수정 2025-11-03 20:57:55 +09:00
focp212@naver.com
abc5a375a5 UI 수정 2025-11-03 16:18:12 +09:00
focp212@naver.com
216cca963f css 2025-10-31 16:10:57 +09:00
focp212@naver.com
9bf6b7aba9 css 수정 2025-10-31 13:42:42 +09:00
Jay Sheen
29f69c248c Convert transaction constants to i18n-compatible getter functions
- Convert all hardcoded constant arrays to functions accepting TFunction
- Add transaction.constants namespace with 40+ translation keys
- Update contant.ts: All exports now use get* prefix (e.g., getCashReceiptPurposeTypeBtnGroup)
- Replace ko/en properties with single name property using t() function

Updated constants:
- getAllTransactionMoidTidOptionsGroup(t)
- getAllTransactionStatusCodeBtnGroup(t)
- getAllTransactionServiceCodeOptionsGroup(t)
- getAllTransactionStatusCode(t)
- getCashReceiptPurposeTypeBtnGroup(t)
- getCashReceiptTransactionTypeBtnGroup(t)
- getCashReceiptProcessResultBtnGroup(t)
- getEscrowSearchTypeOptionsGroup(t)
- getEscrowDeliveryStatusBtnGroup(t)
- getEscrowSettlementStatusBtnGroup(t)
- getBillingSearchTypeOptionsGroup(t)
- getBillingRequestStatusBtnGroup(t)
- getBillingProcessResultBtnGroup(t)
- getBillingPaymentMethodBtnGroup(t)

Updated components (9 files):
- Filter components: all-transaction, cash-receipt, billing, escrow
- List pages: billing, cash-receipt, escrow
- UI components: list-item, important-info-section

All constants now properly support Korean/English language switching.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-30 16:36:30 +09:00
Jay Sheen
2553aca4de [Object Object] 표시 오류 수정: Intl.NumberFormat 사용 2025-10-30 10:19:25 +09:00
Jay Sheen
3dbd6b4dda 통화 표기 방식 개선: t('home.money', { value }) 패턴으로 통일 2025-10-30 09:38:51 +09:00
Jay Sheen
00b0290fa7 거래 관련 페이지 다국어화 완료 (현금영수증, 에스크로, 빌링)
- 현금영수증 페이지 다국어화 (목록, 상세, 수기발행)
  * 승인/취소 금액 통화 표기 개선 (₩ prefix for EN)
  * 검색옵션, 다운로드, 용도변경 등 모든 텍스트 다국어화
- 에스크로 페이지 다국어화 (목록, 상세)
  * 헤더 타이틀 및 UI 텍스트 다국어화
- 빌링 페이지 다국어화 (목록, 상세, 청구)
  * 통화 표기 언어별 처리 (한국어: 원 suffix / 영어: ₩ prefix)
- 번역 키 추가: cashReceipt, escrow, billing, common 네임스페이스
- 모든 거래 페이지 일관된 다국어 지원 완료

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-29 17:48:25 +09:00
focp212@naver.com
feaaac73f7 로그 제거 2025-10-28 11:08:50 +09:00
focp212@naver.com
fdedc3d519 페이징 방어코드 추가 2025-10-26 12:35:09 +09:00
focp212@naver.com
35edb19062 페이징 처리 조건 수정 2025-10-26 11:08:53 +09:00
focp212@naver.com
2f13c29d1b 페이징 2025-10-24 18:34:21 +09:00
focp212@naver.com
8e27c42a2d sort 구조 변경 2025-10-24 16:49:46 +09:00
focp212@naver.com
06c47f8174 bottom sheet 2025-10-22 19:22:48 +09:00
focp212@naver.com
556b3f2a6a toast 2025-10-22 14:21:14 +09:00
focp212@naver.com
bb7d34bf7d 현금영수증 상세 2025-10-21 17:14:47 +09:00
focp212@naver.com
841a9d8542 현금영수증 리스트 2025-10-21 16:21:57 +09:00
focp212@naver.com
faccd7bd91 sort 관련 정리 2025-10-15 17:12:57 +09:00
focp212@naver.com
261d17cd30 풋터 관련 수정 2025-10-13 09:51:29 +09:00
focp212@naver.com
ced334f90f mid 셋팅및 코드 정리 2025-10-10 15:26:04 +09:00
Jay Sheen
d792c36c91 테스트 데이터 및 UI 컴포넌트 업데이트
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-30 09:47:46 +09:00
focp212@naver.com
34dc536455 정렬 박스 및 드랍다운 섹션 화살표 공통화 처리 2025-09-19 09:49:39 +09:00
focp212@naver.com
00b735b918 상수 변경 2025-09-18 10:11:17 +09:00
focp212@naver.com
14005a7e9b 현금영수증 필터 2025-09-15 16:21:06 +09:00
HyeonJongKim
3b89dbdbb6 계좌성명 조회 페이지 UI 추가 (내역,상세,요청,필터) 2025-09-12 17:32:48 +09:00
focp212@naver.com
1b4af7a82f 통합거래조회 UI api 2025-09-11 13:40:21 +09:00
focp212@naver.com
73d3f7008f 거래내역 관련 2025-09-10 09:38:20 +09:00