New Function #59
closed[ADMIN] 구독 상품 관리 (subscribe product management)
Added by Deca Park over 1 year ago. Updated 10 months ago.
Description
1.Spec
- 구독 상품 등록 관리 (subscribe product management) : p4 ~ 6
- 구독 상품 주문 관리 (subscribe product order management) : p8 ~ 10
- 구독 상품 연장 관리 (subscribe product extension management) : p12 ~ 13
- 구독 상품 문의 관리 (subscribe product QnA management) : p15 ~ 16
Files
구독 관련 메뉴(추가)_en_20230616.pptx (403 KB) 구독 관련 메뉴(추가)_en_20230616.pptx | Deca Park, 06/17/2023 06:37 PM |
Related issues
Updated by Deca Park over 1 year ago
- Copied from New Function #31: [ADMIN] 스마트 오더 관리 (smart order management) added
Updated by Deca Park over 1 year ago
- File deleted (
store_product_search_modal.png)
Updated by Deca Park over 1 year ago
- File deleted (
구독 관련 메뉴(추가)_en_20230614.pptx)
Updated by Deca Park over 1 year ago
- File 구독 관련 메뉴(추가)_en_20230615.pptx added
- Description updated (diff)
Updated by Deca Park over 1 year ago
- File deleted (
구독 관련 메뉴(추가)_en_20230615.pptx)
Updated by Deca Park over 1 year ago
[ADMIN] 온라인몰 관리 > 문의 관리 (/productQna) - Change
1.DB change (st_qna)
- mall_code / order_no (NEW)
2.List page
1) search logic (Change)
a) 쇼핑몰
a-1) As-is
- 1st inputbox :{st_mall.mall_name} LIKE (with st_qna.product_code)
- 2nd inputbox : {st_product.mall_code LIKE (with st_qna.product_code)
a-2) To-be
- 1st inputbox : {st_mall.mall_name} LIKE (with st_qna.mall_code)
- 2nd inputbox : {st_qna.mall_code} LIKE
2) Grid colums
a) 문의 코드 : REMOVE
3.상세 (Modify) page
1) Fields
a) 문의 코드 : REMOVE
b) 문의 쇼핑몰 : {mall name} / {mall code}
- show with {st_qna.mall_code}
Updated by Deca Park over 1 year ago
- File deleted (
구독 관련 메뉴(추가)_en_20230616.pptx)
Updated by Deca Park over 1 year ago
Updated by Toby Pham over 1 year ago
- Status changed from In Progress to Resolved
- Assignee changed from Toby Pham to Deca Park
Updated by Deca Park over 1 year ago
[ADMIN] 구독 상품 등록 관리 (/subscribeProduct)
1.Add/Modify
1) fields
a) 1+1 행사 / 임직원 할인 : REMOVE
[ADMIN] 구독 상품 주문 관리 (/subscribeOrder)
1.List page
1) search
a) 취소 상태 area : REMOVE
2) Grid columns
- increase 매장 width and decrease 주문번호 / 주문일 width a little
2.Modify page
1) 취소 사유 field
a) radio button and text area
- if 주문 상태 (subscribe_order_status) is 'SB04' or 'SB10', enable it (if not, disable it)
b) text area
- apply placeholder: "직접 입력"
Updated by Deca Park over 1 year ago
[ADMIN] 구독 상품 연장 관리 (/subscribeExtend)
1.List page
1) search
a) 취소 상태 area : REMOVE
2) Grid
a) columns
- increase 매장명 width and decrease 잔여/전체 수량 width a little
2.상세(Modify) page
1) fields
a) 관리자 연장 (admin extension)
- although no data, show 연장(extend) button
- if the button clicks, open the modal like spec