Project

General

Profile

Actions

New Function #338

closed

[DATA] KRS 정보 수신 - 스토리 오더 전문점 상품

Added by Jisoo Choi 10 months ago. Updated 9 months ago.

Status:
Closed
Priority:
High
Assignee:
Start date:
01/23/2024
Due date:
% Done:

0%

Estimated time:
Spent time:

Description

 

 

 

 

전문점 상품인 경우

*편의점 상품인 경우 따로 이슈 등록

 

1. 일반 할인 정보 : KRS에서 가져옴

(기존에는 관리자 페이지에서 등록하는 것이었지만 현재 관리자 프론트에서는 편의점 상품과 차이가 없는 것으로 보입니다. 관리자 페이지에서는 아예 입력하지 않는 것으로 부탁드립니다.)

 

VI_APP_SALEITEM

- 가격 : 기존과 동일

- 할인 후 가격 : DC_SALE_YNY인 경우, DC_SALE_PRICE 적용

*할인 후 가격이 필수값이라면, DC_SALE_YNN인 경우, 가격 데이터를 동일하게 사용

 

 

2. 임직원 할인 정보 : KRS에서 가져옴

(기존에서 변동 없음)

 

 

 

 

 


Files

전문점상품_할인.pptx (104 KB) 전문점상품_할인.pptx Jisoo Choi, 01/23/2024 05:36 PM
전문점상품_할인.pdf (110 KB) 전문점상품_할인.pdf Jisoo Choi, 01/23/2024 05:37 PM
Actions #1

Updated by Deca Park 10 months ago

  • Assignee changed from Deca Park to Toby Pham

[KRS product scheduler]

1.schedulerKRSSaleitem (전문점)
  1) logic change
    a) DB (st_product)
      a-1) if VI_APP_SALEITEM_STORY.DC_SALE_YN = 'Y' AND DC_SALE_PRICE IS NOT NULL AND (SALE_PRICE - DC_SALE_PRICE) > 0
        - price : SALE_PRICE
        - discount_type: 'amount'
        - discount_amount: (SALE_PRICE - DC_SALE_PRICE)
        - sale_price : DC_SALE_PRICE
    
      a-2) else (same as current)
        - discount_type / discount_amount : NULL
        - price / sale_price : SALE_PRICE

Actions #2

Updated by Toby Pham 10 months ago

  • Status changed from New to Resolved
  • Assignee changed from Toby Pham to Deca Park
Actions #3

Updated by Deca Park 10 months ago

  • Assignee changed from Deca Park to Jisoo Choi
Actions #4

Updated by Deca Park 10 months ago

[ADMIN] 스토리 오더 관리 > 상품 관리 (/storeProduct)

1.전문점 KRS 수동 업데이트 (KRS manual update) button

  • same logic is called like comment#1
Actions #5

Updated by Jisoo Choi 9 months ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF