Project

General

Profile

Actions

New Function #135

closed

[ADMIN] 주문 삭제 처리 (order delete process)

Added by Deca Park 11 months ago. Updated 8 months ago.

Status:
Closed
Priority:
Normal
Assignee:
Start date:
10/27/2023
Due date:
% Done:

0%

Estimated time:
Spent time:

Description

1.target pages

  • 스토리 쇼핑 관리 > 주문/배송 관리 (/onlineOrder)
  • 스토리 오더 관리 > 주문 관리 (/storeOrder)

2.삭제 (order delete) button
  1) add check logic
    a) if st_order.reg_date < (DATE(current) - 90 days) AND
          order_status = 'OS00' // if online order
          smart_order_status = 'SS00' // if store order

          - can delete
       else
          - can't delete
  2) if 삭제(delete) button clicks, show the confirm msg.
    "최근 3개월(90일) 이내의 주문 데이터는 삭제가 불가능하며, 주문 상태가 '결제 대기중'인 경우에만 삭제가 가능합니다. 삭제된 데이터는 복구가 불가능하므로 신중히 판단한 뒤 삭제 처리를 진행해주시기를 바라며, 주문 삭제 시 거래 기록 보존 의무에 대해 필수적으로 확인해주시기를 바랍니다."
  3) complete msg
    a) if selected order can't delete
      - alert msg.("삭제 처리가 불가합니다.")
    b) if selected order is deleted
      - alert msg.("삭제가 완료되었습니다.")

Actions #1

Updated by bryant bryant 11 months ago

  • Status changed from New to Resolved
  • Assignee changed from bryant bryant to Deca Park
Actions #2

Updated by Deca Park 8 months ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF