Taebu / prq

prq.co.kr
MIT License
1 stars 1 forks source link

가맹점관리 신규 "N가맹점 목록" 리스트 추가 #139

Closed moonsungjun closed 4 years ago

moonsungjun commented 4 years ago

https://prq.co.kr/prq/franchise/lists/prq_member/page/1

1 2 3 4 5

Binder1.pdf

Taebu commented 4 years ago
1 2
서류접수 submit
설치 install
1차지급 1st_payment
2차지급 2nd_payment
1 2
대기 wait
접수 order
설치중 installing
보류 withhold
완료 complete
진행중 in_progress
심사중 decision_in_process
Taebu commented 4 years ago
INSERT INTO `prq`.`prq_codes` (`code`, `pcode`, `code_name`, `code_value`, `use_bit`) 
VALUES 
('4001', '4000', 'fr_submit', '네이버 테이블 주문 서류접수값', '1'),
('4002', '4000', 'fr_install', '네이버 테이블 주문 설치', '1'),
('4003', '4000', 'fr_1st_payment', '네이버 테이블 주문 1차지급', '1'),
('4004', '4000', 'fr_2st_payment', '네이버 테이블 주문 2차지급', '1'),
('4005', '4000', 'fr_posname', '네이버 테이블 주문 포스네임', '1');