Actions
VOC support #3031
closedChange payment status - K26013111532H01
Start date:
02/03/2026
Due date:
02/03/2026
% Done:
100%
Estimated time:
Part:
Build env.:
Prod
Description
Dear VOC GROUP
Kindly help to change Vendor Payment status from Fully Paid - > Not Paid for booking: K26013111532H01.
Other is unchanged.
Reason: Due to wrong mapping, AGT agree to pay for different fee, VNOP need to change Buying rate by adding 800,000VND for this booking
Files
Updated by Tom Dong about 1 month ago
VOC SQL: Change Vendor Payment Status - K26013111532H01¶
| Field | Value |
|---|---|
| Booking | K26013111532H01 |
| Hotel | Muine Bay Resort |
| Check-in | 2026-02-01 |
| Check-out | 2026-02-03 |
| Current Status | VPS03 (Fully Paid) |
| Target Status | VPS01 (Not Paid) |
| PL Finish | N |
-- [VOC #3031] Change Vendor Payment Status: Fully Paid -> Not Paid -- Booking: K26013111532H01 / Muine Bay Resort -- Reason: Wrong mapping, AGT agree to pay for different fee, VNOP need to change Buying rate by adding 800,000VND UPDATE BK_BOOKING_HOTEL_ITEM SET VENDOR_PAYMENT_STATUS_CODE = 'VPS01' -- Not Paid , LAST_UPDATE_DATETIME = NOW() WHERE BOOKING_ITEM_CODE = 'K26013111532H01' AND VENDOR_PAYMENT_STATUS_CODE = 'VPS03' -- Fully Paid (safety check) ; -- Rollback -- UPDATE BK_BOOKING_HOTEL_ITEM -- SET VENDOR_PAYMENT_STATUS_CODE = 'VPS03' -- , LAST_UPDATE_DATETIME = NOW() -- WHERE BOOKING_ITEM_CODE = 'K26013111532H01';
Updated by Tom Dong about 1 month ago
- Due date set to 02/03/2026
- Status changed from 신규(New) to 진행(Doing)
- Start date set to 02/03/2026
Updated by Tom Dong about 1 month ago
- Status changed from 진행(Doing) to QA test
- Assignee changed from Tom Dong to Tracy Tran
- % Done changed from 0 to 100
- Build env. set to Prod
Updated by Tracy Tran about 1 month ago
- Status changed from QA test to 완료성공(Resolve)
- Assignee changed from Tracy Tran to Tom Dong
Checked
Actions