From f9fc30d48b4c34be9d87ece85fc894457ed4a60b Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 17 Oct 2013 09:27:19 +0900 Subject: [PATCH 1/5] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=EC=9E=90:=20=ED=99=98=EA=B2=BD=EC=84=A4=EC=A0=95=20SM?= =?UTF-8?q?S=EC=84=A4=EC=A0=95=20=EC=8A=A4=ED=83=80=EC=9D=BC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/configform.php | 25 +++++++++++++------------ css/admin.css | 8 ++++---- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/adm/shop_admin/configform.php b/adm/shop_admin/configform.php index fc93bd6a0..503636695 100644 --- a/adm/shop_admin/configform.php +++ b/adm/shop_admin/configform.php @@ -1056,18 +1056,19 @@ function byte_check(el_cont, el_byte)

사전에 정의된 SMS프리셋

-
-
회원가입시
-
{이름} {회원아이디} {회사명}
-
주문서작성
-
{이름} {보낸분} {받는분} {주문번호} {주문금액} {회사명}
-
입금확인시
-
{이름} {입금액} {주문번호} {회사명}
-
상품배송시
-
{이름} {택배회사} {운송장번호} {주문번호} {회사명}
-
- -

+
+
+
회원가입시
+
{이름} {회원아이디} {회사명}
+
주문서작성
+
{이름} {보낸분} {받는분} {주문번호} {주문금액} {회사명}
+
입금확인시
+
{이름} {입금액} {주문번호} {회사명}
+
상품배송시
+
{이름} {택배회사} {운송장번호} {주문번호} {회사명}
+
+

+
Date: Thu, 17 Oct 2013 11:15:57 +0900 Subject: [PATCH 2/5] =?UTF-8?q?=EC=A3=BC=EB=AC=B8=EB=82=B4=EC=97=AD?= =?UTF-8?q?=EC=9D=98=20=EC=A3=BC=EB=AC=B8=EC=83=81=ED=83=9C=EC=97=90=20"?= =?UTF-8?q?=EC=A4=80=EB=B9=84"=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/orderlist.php | 37 +++++++++++++++++++++++++++++++----- 1 file changed, 32 insertions(+), 5 deletions(-) diff --git a/adm/shop_admin/orderlist.php b/adm/shop_admin/orderlist.php index 3e4c44670..2bcfdb1da 100644 --- a/adm/shop_admin/orderlist.php +++ b/adm/shop_admin/orderlist.php @@ -145,6 +145,8 @@ $listall = '전체목록주문 > + > + > > @@ -406,12 +408,37 @@ function forderlist_submit(f) } var chk = document.getElementsByName("chk[]"); - for (var i=0; i Date: Thu, 17 Oct 2013 11:16:29 +0900 Subject: [PATCH 3/5] =?UTF-8?q?=EC=A3=BC=EB=AC=B8=ED=98=84=ED=99=A9?= =?UTF-8?q?=EC=9D=98=20=EC=9E=85=EA=B8=88=EC=97=90=20=EB=A7=81=ED=81=AC=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/index.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/adm/shop_admin/index.php b/adm/shop_admin/index.php index af4dcd6f0..b6f194668 100644 --- a/adm/shop_admin/index.php +++ b/adm/shop_admin/index.php @@ -21,31 +21,31 @@ $pg_anchor = '
From ea1c6a3c7df5520c26a4d37707e90e48dcd8d26d Mon Sep 17 00:00:00 2001 From: whitedot Date: Thu, 17 Oct 2013 11:29:50 +0900 Subject: [PATCH 4/5] =?UTF-8?q?=EC=87=BC=ED=95=91=EB=AA=B0=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=EC=9E=90:=20#309=20=EC=A3=BC=EB=AC=B8=EB=82=B4?= =?UTF-8?q?=EC=97=AD=20=EB=A7=88=ED=81=AC=EC=97=85=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/orderlist.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/adm/shop_admin/orderlist.php b/adm/shop_admin/orderlist.php index 2bcfdb1da..00c88e96f 100644 --- a/adm/shop_admin/orderlist.php +++ b/adm/shop_admin/orderlist.php @@ -139,18 +139,18 @@ $listall = '전체목록
주문상태 - > - - > - - > - - > - - > - - > - + > + + > + + > + + > + + > + + > +
From 7f35e7acea6da89802d5bc30e1e273a93b53bfa8 Mon Sep 17 00:00:00 2001 From: gnuboard Date: Thu, 17 Oct 2013 15:58:15 +0900 Subject: [PATCH 5/5] =?UTF-8?q?=EC=A3=BC=EB=AC=B8=EA=B4=80=EB=A6=AC=20?= =?UTF-8?q?=EC=83=81=ED=83=9C=20=EB=B3=80=EA=B2=BD=20=EC=88=98=EC=A0=95?= =?UTF-8?q?=EC=A4=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adm/shop_admin/deliverylist.php | 2 +- adm/shop_admin/index.php | 4 ++-- adm/shop_admin/orderlist.php | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/adm/shop_admin/deliverylist.php b/adm/shop_admin/deliverylist.php index 04dc57187..2e88a74b3 100644 --- a/adm/shop_admin/deliverylist.php +++ b/adm/shop_admin/deliverylist.php @@ -27,7 +27,7 @@ if ($search != "") { } } -$sql_search .= " $where od_status = '배송' "; +$sql_search .= " $where od_status in ('준비', '배송') "; if ($sel_ca_id != "") { $sql_search .= " $where ca_id like '$sel_ca_id%' "; diff --git a/adm/shop_admin/index.php b/adm/shop_admin/index.php index b6f194668..6e498c334 100644 --- a/adm/shop_admin/index.php +++ b/adm/shop_admin/index.php @@ -37,13 +37,13 @@ $pg_anchor = '
diff --git a/adm/shop_admin/orderlist.php b/adm/shop_admin/orderlist.php index 2bcfdb1da..0153fb9c1 100644 --- a/adm/shop_admin/orderlist.php +++ b/adm/shop_admin/orderlist.php @@ -335,7 +335,7 @@ $listall = '전체목록입금 - + @@ -343,6 +343,7 @@ $listall = '전체목록

<무통장>인 경우에만 <주문>에서 <입금>으로 변경됩니다. 가상계좌는 입금시 자동으로 <입금>처리됩니다.
+ <준비>에서 <배송>으로 변경된 주문은 배송관리에서 배송정보 입력과 <완료>처리를 해주시기 바랍니다.
주의! 주문번호를 클릭하여 나오는 주문상세내역의 주소를 외부에서 조회가 가능한곳에 올리지 마십시오.