focp212@naver.com
e4b03830f2
test
2025-11-20 10:20:25 +09:00
focp212@naver.com
72e57a9250
추가
2025-11-20 09:36:26 +09:00
HyeonJongKim
4e1baffb13
- 이름,이메일,계좌번호 등 마스킹정책 적용
...
- 권한 체크 오 기입 수정
- 다국어 누락 부분 수정
2025-11-17 19:14:56 +09:00
focp212@naver.com
fd5333e4a2
에스크로 빌링 현금영수증 세금계산서 필터 뱃지
2025-11-17 19:10:01 +09:00
HyeonJongKim
571c530df8
- 부가서비스 마스킹정책 적용
2025-11-17 18:24:35 +09:00
focp212@naver.com
819ad67292
권한 변경및 warning 수정
2025-11-17 11:04:07 +09:00
focp212@naver.com
a64efdf697
거래내역조회 스크롤시 리스트
2025-11-15 14:48:22 +09:00
focp212@naver.com
a163ba35a9
api 수정
2025-11-12 11:19:53 +09:00
focp212@naver.com
f72fcf0604
거래내역 엑셀 다운로드
2025-11-11 10:22:43 +09:00
focp212@naver.com
1bbf90b98e
downloadbottomsheet
2025-11-07 17:46:06 +09:00
focp212@naver.com
6b6d3cff0e
bottomsheet
2025-11-07 16:23:49 +09:00
focp212@naver.com
b5db56fd70
catch 수정 및 불필요 api 삭제 api 변경 내역 수정
2025-11-07 15:16:14 +09:00
focp212@naver.com
92d01ec66c
엑셀 다운로드 관련 수정
2025-11-07 13:24:57 +09:00
focp212@naver.com
1fcbc35aab
달력 관련 수정
2025-11-07 12:36:58 +09:00
focp212@naver.com
3982b3c745
catch
2025-11-05 17:29:07 +09:00
Jay Sheen
930196669a
Add permission checks and localization improvements
...
- Add grant check (64, 'X') to QNA register page
- Add grant check (45, 'X') to user login auth modification
- Replace hardcoded Korean permission messages with i18n key 'common.nopermission'
- Add 'nopermission' translation key to both en.json and ko.json
- Update .env.development to use development API endpoints
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-11-05 16:59:18 +09:00
focp212@naver.com
1bf0421e04
권한
2025-11-05 15:57:54 +09:00
focp212@naver.com
fb889a9f2c
이용내역 권한 관련
2025-11-05 15:26:14 +09:00
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