Project

General

Profile

Actions

VOC support #3039

closed

Change payment status - K26012410557H01

Added by Tracy Tran about 1 month ago. Updated about 1 month ago.

Status:
완료성공(Resolve)
Priority:
보통(Normal)
Assignee:
Target version:
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: K26012410557H01.

Other is unchanged.

Reason: Due to wrong mapping, AGT agree to pay for different fee, VNOP need to change Buying rate by adding 600,000VND for this booking,

Actions #1

Updated by Tom Dong about 1 month ago

-- [VOC #3039] Change Vendor Payment Status: Fully Paid -> Not Paid
-- Booking: K26012410557H01
-- Reason: Due to wrong mapping, AGT agree to pay for different fee, VNOP need to change Buying rate by adding 600,000VND

-- verify (before)
SELECT BOOKING_ITEM_CODE, VENDOR_PAYMENT_STATUS_CODE, VENDOR_SUM_AMOUNT, PL_FINISH_YN
FROM BK_BOOKING_HOTEL_ITEM
WHERE BOOKING_ITEM_CODE = 'K26012410557H01';

-- execute
UPDATE BK_BOOKING_HOTEL_ITEM
SET VENDOR_PAYMENT_STATUS_CODE = 'VPS01',
    LAST_UPDATE_UNO = 10000,
    LAST_UPDATE_DATETIME = NOW()
WHERE BOOKING_ITEM_CODE = 'K26012410557H01'
  AND VENDOR_PAYMENT_STATUS_CODE = 'VPS03';

-- verify (after)
SELECT BOOKING_ITEM_CODE, VENDOR_PAYMENT_STATUS_CODE, VENDOR_SUM_AMOUNT, PL_FINISH_YN
FROM BK_BOOKING_HOTEL_ITEM
WHERE BOOKING_ITEM_CODE = 'K26012410557H01';

-- rollback
UPDATE BK_BOOKING_HOTEL_ITEM
SET VENDOR_PAYMENT_STATUS_CODE = 'VPS03',
    LAST_UPDATE_UNO = 10000,
    LAST_UPDATE_DATETIME = NOW()
WHERE BOOKING_ITEM_CODE = 'K26012410557H01';
Field Before After
VENDOR_PAYMENT_STATUS_CODE VPS03 (Fully Paid) VPS01 (Not Paid)
Actions #2

Updated by Tom Dong about 1 month ago

  • Due date set to 02/03/2026
  • Status changed from 신규(New) to QA test
  • Assignee changed from Tom Dong to Tracy Tran
  • Start date set to 02/03/2026
  • % Done changed from 0 to 100
  • Build env. set to Prod
Actions #3

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

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 50 MB)