diff --git a/public_html/doc/customer_detail.php b/public_html/doc/customer_detail.php index e3a0e80..339e441 100644 --- a/public_html/doc/customer_detail.php +++ b/public_html/doc/customer_detail.php @@ -1,6 +1,6 @@ -// Level 9 이하만 사용 가능 -$func->checkLevelModal(9); +// Level 10 이하만 사용 가능 +$func->checkLevelModal(10); // Delete 기능 제한 (Admin : 1, Staff : 5, Accounting : 6 만 가능) $permit = array("1", "5", "6"); @@ -18,6 +18,7 @@ else $setTagAdm = "DISABLED"; $goStr = "switched=$switched&page=$page&key_word=$key_word&column=$column&sorting_type=$sorting_type&switch=$switch&cstatus=$cstatus"; +// if ($mode == "create" || $mode == "") { $btnName = "CREATE"; $mode = "create"; diff --git a/public_html/doc/customer_list.php b/public_html/doc/customer_list.php index 8d05bb0..f6cd51a 100644 --- a/public_html/doc/customer_list.php +++ b/public_html/doc/customer_list.php @@ -1,7 +1,7 @@ -// Level 9 이하만 사용 가능 -$func->checkLevelModal(9); +// Level 10 이하만 사용 가능 +$func->checkLevelModal(10); // Delete, Add 기능 제한 (Admin : 1, Staff : 5, Accounting : 6 만 가능) $permit = array("1", "5", "6"); diff --git a/public_html/include/arrayinfo.php b/public_html/include/arrayinfo.php index 4102412..d6efbbe 100644 --- a/public_html/include/arrayinfo.php +++ b/public_html/include/arrayinfo.php @@ -18,7 +18,7 @@ $arrPaymentCycle = array ('A' => 'A', 'B' => 'B', 'C' => 'C', 'D' => 'D', 'F' => $arrNoteType = array ('B' => 'Accounting', 'S' => 'Staff', 'D' => 'Driver', 'A' => 'All' ); $arrPaidStatus = array ('P' => 'Paid', 'N' => 'UnPaid'); -$arrMemberLevel = array ('1' => 'Administrator', '5' => 'Staff', '6' => 'Accounting', '7' => 'Sales', '9' => 'Driver' ); +$arrMemberLevel = array ('1' => 'Administrator', '5' => 'Staff', '6' => 'Accounting', '7' => 'Sales', '9' => 'Driver', '10' => 'Sales Agent' ); //$arrClass = array ('M' => 'Math', 'P' => 'Physics', 'C' => 'Chemistry', 'B' => 'Biology', 'S' => 'Science', 'O' => 'Others' ); //$arrLevel = array ('A' => 'All', '1' => 'Basic', '2' => 'Intermediate', '3' => 'Advanced'); diff --git a/public_html/include/top.php b/public_html/include/top.php index 8079890..c9a2d34 100644 --- a/public_html/include/top.php +++ b/public_html/include/top.php @@ -1,39 +1,50 @@ - - -//require_once getenv("DOCUMENT_ROOT")."/lib/Mobile_Detect.php"; -//$detect = new Mobile_Detect; - + - -
- -