Commit Graph

470 Commits

Author SHA1 Message Date
focp212@naver.com
a2cbe27f29 . 2025-11-10 13:50:32 +09:00
focp212@naver.com
213c4aac00 불필요 파일 삭제 2025-11-10 13:03:23 +09:00
focp212@naver.com
7a312dacc1 bottomsheet 변경 2025-11-10 10:26:49 +09:00
HyeonJongKim
5643e78555 - SMS,지급대행 다국어 문자 수정 2025-11-10 10:24:12 +09:00
focp212@naver.com
0d93a95744 bottomsheet 2025-11-10 09:55:13 +09:00
focp212@naver.com
274c443608 Merge branch 'main' of https://gitea.bpsoft.co.kr/nicepayments/nice-app-web 2025-11-07 17:54:50 +09:00
focp212@naver.com
375256c342 .. 2025-11-07 17:52:23 +09:00
Jay Sheen
5cf338d00f Update API proxy configuration and refactor alarm route URL parsing
- Change API proxy hosts to production environment
- Refactor URL parsing logic in alarm routes to use replace method instead of split
- Remove console.log statements and simplify ID extraction

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-07 17:47:36 +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
0696c42e62 불필요 타입 삭제 2025-11-07 15:23:48 +09:00
focp212@naver.com
b5db56fd70 catch 수정 및 불필요 api 삭제 api 변경 내역 수정 2025-11-07 15:16:14 +09:00
focp212@naver.com
e5342f1d0a catch 2025-11-07 14:04:21 +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
Jay Sheen
da66206417 Merge branch 'main' of https://gitea.bpsoft.co.kr/nicepayments/nice-app-web 2025-11-07 10:22:17 +09:00
Jay Sheen
13d729ad0b 결제관리 (결제정보, 결제데이터통보) 메뉴 숨김 2025-11-07 10:21:49 +09:00
HyeonJongKim
3b4da4f9d4 - 부가서비스 각 요청 페이지 키패드 높이 만큼 패딩 삽입 hook 추가
- 각 요청 페이지 자동 패딩 적용
2025-11-06 18:04:44 +09:00
HyeonJongKim
d65dc41512 - 안드로이드 LoginType 설정 시 Ui 오류 수정 2025-11-06 16:27:51 +09:00
HyeonJongKim
6ebd6e3b7e - 부가서비스 다국어 Key 누락 및 오역 수정 2025-11-06 15:45:57 +09:00
Jay Sheen
4794ca5257 settlement-detail localize 2025-11-06 15:31:50 +09:00
HyeonJongKim
715937f4e2 - 부가서비스 누락된 권한 체크 추가, 누락된 시스템 에러 처리 추가 2025-11-06 14:41:29 +09:00
HyeonJongKim
82fceaaa67 Merge main and resolve conflicts
- Keep local changes for refactored detail components
- Remove obsolete detail-page files
- Maintain bug fixes and type improvements

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-05 19:43:09 +09:00
HyeonJongKim
24435e47d6 Refactor additional service details and fix various bugs
- Convert detail pages to modal components for better UX
- Fix seq type from string to number for ARS and Alimtalk
- Add seq field to list item types
- Fix validation for card number input (remove formatting chars)
- Fix SMS payment resend seq parameter issue
- Improve z-index handling for snackBar and dialogs
- Add useSetHeaderTitle to link payment history wrap
- Remove unused detail page files
- Update payout filter and various detail components

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-05 19:41:05 +09:00
Jay Sheen
1038dea22e Fix permission type for link payment navigation buttons
- Change checkGrant permission type from 'X' to 'W' in link-payment-history-wrap and link-payment-wait-send-wrap
- These navigation buttons should use 'W' (write) permission instead of 'X' (execute)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-05 19:36:54 +09:00
Jay Sheen
bbc8c930ae Add permission checks to link payment detail components
- Add checkGrant(55, 'W') for resend and separate approval in link-payment-history-detail
- Add checkGrant(55, 'W') for delete in link-payment-wait-detail
- Show alert message when user lacks permission
- Simplify onClick handlers from arrow functions to direct method references

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-05 19:33:27 +09:00
Jay Sheen
6abbe9b11a Add permission checks to fund account components
- Add checkGrant(55, 'D') for download/email functions in transfer-list-wrap, result-list-wrap, and result-detail
- Add checkGrant(55, 'W') for transfer registration navigation in transfer-list-wrap and result-list-wrap
- Add checkGrant(55, 'X') for transfer request in transfer-detail
- Show alert message when user lacks permission
- Simplify onClick handler in transfer-detail from arrow function to direct method reference

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-05 19:27:15 +09:00
Jay Sheen
cf1a390c67 Add permission check to key-in payment request button
- Add checkGrant(56, 'X') permission check to onClickToNavigate function
- Show alert message when user lacks permission
- Simplify onClick handler from arrow function to direct method reference

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-05 19:17:44 +09:00
Jay Sheen
e4871b6492 Add permission checks to SMS payment pages
- Add grant check (57, 'D') to SMS payment download button
- Add grant check (57, 'X') to SMS resend button
- Refactor onClick handlers for better code organization

Changes:
- sms-payment-page: Add permission check for download, move onClick to button
- sms-payment-detail-resend: Add imports for permission check functions

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-05 19:04:49 +09:00
Jay Sheen
320f213319 Add permission checks to additional service pages
- Add grant check (54, 'D') to link payment download buttons
- Add grant check (54, 'X') to link payment request buttons
- Add grant check (65, 'D') to face auth download button
- Add grant check (60, 'D') to account holder search download button
- Add grant check (60, 'X') to account holder search request button
- Refactor inline onClick handlers to method references

Changes:
- link-payment-history-wrap: Add permission checks for download and request
- link-payment-wait-send-wrap: Add permission checks for download and request
- face-auth-page: Add permission check for download
- account-holder-search-page: Add permission check for download
- account-holder-search-list: Add permission check for search request

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-05 18:58:04 +09:00
focp212@naver.com
344e7c931f Merge branch 'main' of https://gitea.bpsoft.co.kr/nicepayments/nice-app-web 2025-11-05 17:51:23 +09:00
focp212@naver.com
446ad38179 알람 오류 2025-11-05 17:51:15 +09:00
Jay Sheen
7160109f78 Add permission checks to account and QNA pages
- Add grant check (46, 'X') to password change navigation handlers
- Add grant check (45, 'X') to user management save/add operations
- Add grant check (64, 'X') to QNA registration
- Refactor inline onClick handlers to separate methods for better maintainability
- Add debug logging to checkGrant function

Changes:
- password-manage-wrap: Extract changeLoginPassword and changeCancelPassword methods
- user-account-auth-wrap: Extract handleSave method with permission check
- user-login-auth-info-wrap: Add permission check to handleSave
- user-manage-wrap: Add permission check to onClickToNavigation, simplify onClick
- qna/register-page: Add permission check to onClickToRegisterQna

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-05 17:37:03 +09:00
focp212@naver.com
2ce62c9ba1 catch 2025-11-05 17:36:10 +09:00
focp212@naver.com
3982b3c745 catch 2025-11-05 17:29:07 +09:00
HyeonJongKim
f1f38551fa -Key In 결제 요청 카드번호 4자 제한
- SMS 결제통보 필드 변경 수정
2025-11-05 17:18:58 +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
Jay Sheen
27cef7b4a3 Fix AlarmRoutes linkUrl parsing for correct array length
- Update notice list link parsing: length 4 → 5
- Update QnA list link parsing: length 4 → 5
- Update settlement list link parsing: length 3 → 4
- Fix: split('/') on '/support/notice/list/8537' produces 5 elements, not 4

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-05 16:05:14 +09:00
focp212@naver.com
1bf0421e04 권한 2025-11-05 15:57:54 +09:00
focp212@naver.com
9b0e218553 오류 수정 2025-11-05 15:49:04 +09:00
focp212@naver.com
fb889a9f2c 이용내역 권한 관련 2025-11-05 15:26:14 +09:00
focp212@naver.com
17afadad60 권한 read 2025-11-05 14:36:03 +09:00
focp212@naver.com
a61f0bc2ff .. 2025-11-05 14:25:47 +09:00
focp212@naver.com
696d578e23 Merge branch 'main' of https://gitea.bpsoft.co.kr/nicepayments/nice-app-web 2025-11-05 14:04:03 +09:00
focp212@naver.com
a4807c4013 메뉴 권한 및 ui 수정 2025-11-05 14:03:50 +09:00
HyeonJongKim
5906195027 - 부가서비스 상세 태그 수정 2025-11-05 14:01:25 +09:00
focp212@naver.com
7d158c8a6e 상세 태그 수정 2025-11-05 11:10:33 +09:00
focp212@naver.com
2556cc084a . 2025-11-05 10:59:31 +09:00