Project

General

Profile

Actions

VOC support #2586

closed

Re: Booking Rejection and Next Booking Deduction// Booking K25112711373H01

Added by Tracy Tran 3 months ago. Updated 3 months ago.

Status:
완료성공(Resolve)
Priority:
보통(Normal)
Assignee:
Target version:
Start date:
12/09/2025
Due date:
12/09/2025
% Done:

100%

Estimated time:
Part:
Build env.:

Description

Dear Tom,

As per VNAC team, Please support to change the data as below:

Booking K25112711373H01
V Payment: change to Fully Paid
Vendor Balance: change to 0


Files

Actions #1

Updated by Tom Dong 3 months ago

  • Due date set to 12/09/2025
  • Status changed from 신규(New) to 완료성공(Resolve)
  • Start date set to 12/09/2025
Actions #2

Updated by Tom Dong 3 months ago

  • Status changed from 완료성공(Resolve) to 진행(Doing)
Actions #3

Updated by Tom Dong 3 months ago

  • Status changed from 진행(Doing) to QA test
  • Assignee changed from Tom Dong to Tracy Tran
  • % Done changed from 0 to 100
Actions #4

Updated by Tom Dong 3 months ago

  1. SQL Update for VOC #2586

Request: Change V Payment to Fully Paid, Vendor Balance to 0

Current Status:
Field Before
------- --------
V Payment VPS01 (Not Paid)
Vendor Balance 0.00

SQL:
```sql
UPDATE BK_BOOKING_HOTEL_ITEM
SET VENDOR_PAYMENT_STATUS_CODE = 'VPS03',
LAST_UPDATE_UNO = 10000,
LAST_UPDATE_DATETIME = NOW
WHERE BOOKING_ITEM_CODE = 'K25112711373H01'
AND VENDOR_PAYMENT_STATUS_CODE = 'VPS01';
```

After:
Field After
------- -------
V Payment VPS03 (Fully Paid)
Vendor Balance 0.00 (no change needed)
Actions #5

Updated by Tracy Tran 3 months ago

Dear Tom,
Sorry, it was my mistake when give you the booking number.
Please support to tp revert the data for booking K25112711373H01 as original .

And change the data for this booking K25092311042H01 as below image.
V Payment: change to Fully Paid
Vendor Balance: change to 0

Actions #6

Updated by Tom Dong 3 months ago

[2025-12-10 10:21:25] OMH_SUITE> UPDATE BK_BOOKING_HOTEL_ITEM
SET VENDOR_PAYMENT_STATUS_CODE = 'VPS03',
VENDOR_BALANCE_AMOUNT = 0,
LAST_UPDATE_DATETIME = NOW
WHERE BOOKING_ITEM_CODE = 'K25092311042H01'
AND VENDOR_PAYMENT_STATUS_CODE = 'VPS01'

Actions #7

Updated by Tom Dong 3 months ago

  • Status changed from 피드백(Feedback) to QA test
  • Assignee changed from Tom Dong to Tracy Tran

I have revert & update, please check

Actions #8

Updated by Tracy Tran 3 months ago

  • Status changed from QA test to 완료성공(Resolve)
  • Assignee changed from Tracy Tran to Tom Dong

Checked
Thank you

Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 50 MB)