Actions
개선(improvement) #899
closed개선(improvement) #892: * Virtual account _Credit card Cancel payment process
[Prepay] Add new cancellation status
Part:
Build env.:
Prod
Description
1. Backend – Thêm trạng thái mới
- Thêm các trạng thái: Cancelled(Request) và Cancel Confirmed vào hệ thống
- Logic xử lý:
- Cancelled(Request) được tạo khi: - Khách hàng nhấn nút "Yêu cầu hủy"
- Admin (OP/GBO) nhấn nút [Cancel] trong Booking Detail
- Cancel Confirmed được tạo khi: - Booking thanh toán qua tài khoản ảo
- Admin nhấn [Payment Cancel] sau khi có yêu cầu hủy
- (Tuỳ chọn) Tạo logic gửi thông báo (email hoặc qua Team) khi trạng thái Cancel Confirmed được tạo
- Xác định người nhận phù hợp
Updated by ziniy Kang 8 months ago
- Priority changed from 보통(Normal) to 긴급(Emergency)
Updated by ziniy Kang 8 months ago
- Assignee changed from ziniy Kang to Joseph Vo
Updated by Tom Dong 8 months ago
Please help me translate: Cancelled(Request); Cancel Confirmed to lang KR, JP, VN, ZH (China). Thank ziniy Kang
Updated by Tom Dong 8 months ago
INSERT INTO BS_DETAIL_CODE (MASTER_CODE, DETAIL_CODE, DETAIL_CODE_NAME_EN, DETAIL_CODE_NAME_KO, DETAIL_CODE_NAME_JA, DETAIL_CODE_NAME_VI, DETAIL_CODE_NAME_ZH, REFER_CODE1, REFER_CODE2, REFER_NUMBER1, REFER_NUMBER2, REFER_NUMBER3, CONTROL_REMARK, DISPLAY_ORDER, USE_YN, FIRST_INSERT_UNO, FIRST_INSERT_DATETIME, LAST_UPDATE_UNO, LAST_UPDATE_DATETIME, DETAIL_CODE_NAME_ZS) VALUES
('PM030', 'CCS10', 'Cancel Confirmed', 'Cancel Confirmed', 'Cancel Confirmed', 'Cancel Confirmed', 'Cancel Confirmed', 'PGCI', 'Confirm Booking Cancellation Receipt', 8, NULL, NULL, 'PGCI', 999, 'N', 10000, '2023-04-17 17:21:15', 10000, '2025-04-01 16:59:34', '手动过帐');
Updated by ziniy Kang 8 months ago
- Subject changed from [Prepay] Add new cancellation status and popup for virtual account & card refund to [Prepay] Add new cancellation status
Updated by ziniy Kang 8 months ago
Tom Dong wrote in #note-7:
Please help me translate: Cancelled(Request); Cancel Confirmed to lang KR, JP, VN, ZH (China). Thank ziniy Kang
| 상태값 (Status) | KR | VN | JP | CN |
| Cancelled(Request) | 취소요청 | Yêu cầu hủy | キャンセルリクエスト済み | 已请求取消 |
| Cancel Confirmed | 취소확정 | Xác nhận hủy | キャンセル確定済み | 已确认取消 |
Updated by ziniy Kang 8 months ago
Meetting:
Thêm 1 cột ở phần payment để add trạng thái Cancel Confirm
Updated by ziniy Kang 7 months ago
prepay dev test done.
I'll test cresit card in stg.
Updated by ziniy Kang 6 months ago
- Status changed from 완료(Done) to 완료성공(Resolve)
Actions