HyeonJongKim
5e2c276e74
- 빌링 결제신청(권한체크 'X' -> 'W')
...
- 에스크로 메일 재발송 버튼 활성화 조건 추가 , 권한체크 'X'-> 'W'
- 다국어 누락 부분 추가
2025-11-17 13:45:29 +09:00
focp212@naver.com
a64efdf697
거래내역조회 스크롤시 리스트
2025-11-15 14:48:22 +09:00
HyeonJongKim
6ada9a98bf
- 거래내역 필터 searchCl 선택 관련 오류 수정
2025-11-13 15:13:39 +09:00
HyeonJongKim
36845fdb25
- 빌링 할부개월 재 수정
2025-11-13 09:55:36 +09:00
HyeonJongKim
b4e0cc6ce5
- 빌링- 결제신청 할부개월 set 수정
2025-11-13 09:39:28 +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
7b7c9246bf
Merge branch 'main' of https://gitea.bpsoft.co.kr/nicepayments/nice-app-web
2025-11-07 12:37:12 +09:00
focp212@naver.com
1fcbc35aab
달력 관련 수정
2025-11-07 12:36:58 +09:00
HyeonJongKim
21103232e9
- 수기발행,1:1문의 등록, 빌링 모바일 용 패딩 추가 로직 추가
2025-11-07 11:09:35 +09:00
focp212@naver.com
3982b3c745
catch
2025-11-05 17:29:07 +09:00
focp212@naver.com
b3bdd440ba
ㅇㅇ
2025-11-05 17:02:45 +09:00
focp212@naver.com
e7beaf5f68
Merge branch 'main' of https://gitea.bpsoft.co.kr/nicepayments/nice-app-web
2025-11-05 17:00:29 +09:00
focp212@naver.com
87e9bb76de
에러 처리
2025-11-05 16:59:57 +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
fb889a9f2c
이용내역 권한 관련
2025-11-05 15:26:14 +09:00
focp212@naver.com
a4807c4013
메뉴 권한 및 ui 수정
2025-11-05 14:03:50 +09:00
focp212@naver.com
d2b477e7bd
상세 수정
2025-11-03 20:57:55 +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
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
84ade896c4
에스크로 및 세금계산서 상세 수정
2025-10-28 20:09:43 +09:00
focp212@naver.com
9ba963588d
빌링
2025-10-28 18:17:35 +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
20e532bd68
toast timer 추가
2025-10-23 16:35:39 +09:00
focp212@naver.com
372ecfa3f0
스낵바 기능 추가, 현금영수증 날짜 변경 추가
2025-10-23 16:33:27 +09:00
focp212@naver.com
d8ed11b4bf
email 자동 셋팅
2025-10-23 13:56:32 +09:00
focp212@naver.com
06c47f8174
bottom sheet
2025-10-22 19:22:48 +09:00
focp212@naver.com
e857b8ac05
mid 관련 수정
2025-10-22 17:19:16 +09:00
focp212@naver.com
556b3f2a6a
toast
2025-10-22 14:21:14 +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
4e4d0fd554
minAmount max amount 타입 변경 및 ars
2025-09-24 09:51:44 +09:00
focp212@naver.com
55424b11fb
홈화면 배너 처리
2025-09-22 16:33:18 +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
focp212@naver.com
65bbfc12b9
필터 수정
2025-09-12 17:08:05 +09:00
focp212@naver.com
a2a3d6af9b
필터
2025-09-12 14:03:12 +09:00
focp212@naver.com
84288188dc
빌키 에스크로 추가 api 연ㄱㅕㄹ
2025-09-11 18:04:29 +09:00
focp212@naver.com
48a3bd1ed4
수기발행 / 현금영수증 용도변경
2025-09-11 16:38:49 +09:00