Project

General

Profile

Actions

VOC support #3077

closed

Vendor Payment setup update - 982751 - the b sapporo

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

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

100%

Estimated time:
Part:
Build env.:
Prod

Description

Dear Team

982751 - the b sapporo

Regarding this hotel, I would like "Check Out" to be reflected in the red box in the account information below.

This is because an error occurs when the hotel attempts to charge.


Files

image.png (58.6 KB) image.png Tracy Tran, 02/06/2026 02:27 AM
Actions #1

Updated by Tom Dong 29 days ago

  • Due date set to 02/09/2026
  • Status changed from 신규(New) to 진행(Doing)
  • Start date set to 02/09/2026
Actions #2

Updated by Tom Dong 29 days ago

VOC SQL - Vendor Payment Condition Update (Corrected)

Hotel: 982751 (the b sapporo)
VENDOR_COMP_CODE: 603970
PAYMENT_CONDITION_SEQ: 305917
Change: Set CHECK_IN_OR_OUT from NULL to 'O' (Check Out)
Reason: Error occurs when hotel attempts to charge


1. Verify current data (DONE ✓)

SELECT 
    PAYMENT_CONDITION_SEQ,
    VENDOR_COMP_CODE,
    CHECK_IN_OR_OUT,
    PAYMENT_TYPE_CODE,
    APPLIED_FROM_DATE,
    PAYMENT_PERIOD_CODE
FROM VD_VENDOR_PAYMENT_CONDITION
WHERE PAYMENT_CONDITION_SEQ = 305917;

Result: CHECK_IN_OR_OUT = NULL

2. Update CHECK_IN_OR_OUT to 'O' (Check Out)

UPDATE VD_VENDOR_PAYMENT_CONDITION
SET CHECK_IN_OR_OUT = 'O',
    LAST_UPDATE_UNO = 10000,
    LAST_UPDATE_DATETIME = NOW()
WHERE PAYMENT_CONDITION_SEQ = 305917;

3. Verify update result

SELECT 
    PAYMENT_CONDITION_SEQ,
    VENDOR_COMP_CODE,
    CHECK_IN_OR_OUT,
    PAYMENT_TYPE_CODE,
    APPLIED_FROM_DATE,
    PAYMENT_PERIOD_CODE
FROM VD_VENDOR_PAYMENT_CONDITION
WHERE PAYMENT_CONDITION_SEQ = 305917;
Actions #3

Updated by Tom Dong 29 days 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
Actions #4

Updated by Tracy Tran 29 days 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)