1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
|
<? include("./include/header.php"); ?>
<?php /* // 몇명이 이 페이지에 들어왔는지 카운팅 if($_SERVER['REMOTE_ADDR']!='58.151.27.172' && $_SERVER['REMOTE_ADDR']!='115.138.35.2'){ // 사내의 대구, 서울 아이피가 아닐 경우에만
$today = date("Y-m-d"); // 오늘날짜 $time = date("H");
$page = basename($_SERVER['PHP_SELF']).",m"; $sql = "SELECT * FROM mBoard_page_count WHERE inflow_date = '{$today}' AND page = '{$page}' ORDER BY inflow_time DESC"; $res = mysql_query($sql,$connect_web); $row = mysql_fetch_array($res);
$txt = iconv("UTF-8","EUC-KR","스마트폰(m)");
if(!$row || $row['inflow_time'] != $time){ // 데이터가 없을 때 $insertsql = "INSERT INTO mBoard_page_count(inflow_date, inflow_time, count, page, page_kr) VALUES ('{$today}', '{$time}', 1, '{$page}', '{$txt}')"; mysql_query($insertsql,$connect_web); } else { // 데이터가 있을 때 $updatesql = "UPDATE mBoard_page_count SET count = count+1 WHERE inflow_date = '{$today}' AND inflow_time = '{$time}' AND page = '{$page}'"; mysql_query($updatesql,$connect_web); } } */ ?>
</div> <style> .container{margin:20px 0;padding:0 15px;} .container section, .container table {width:100%;box-sizing:border-box;border:2px solid #383a7d;border-top:0px none;background-color:#fff;font-size:12px;} </style>
<div class="snb"> <p class="txt">천년경영S <span class="f11 blue">스마트폰 납품/출고/영업관리</span></p> <p class="userText">전국 10만 사용자</p> </div>
<div class="container" style="margin-top:0;"> <div class="smart_banner ImageBanner"> <h3>이제 <span class="red">스마트폰</span>으로 <span class="red">영업관리</span>한다.</h3> <div> <p style="font-size:14px;line-height:1.15em;">납품관리, 수금관리, 발주관리, 매입/매출관리<br /> 재고/출고관리, 영업조회, 영수증발행<br /> 바코드스캐너, 전자계산서발행</p> </div> </div><!--//smart_banner-->
<div class="telWarp"> <a href="tel:02-401-5121" class="tel_Btn">☏ 바로상담<br><font class="small">(T. 02-401-5121)</font></a> </div><!--//telWarp--> <div class="main_product"> <h3>사용효과</h3> <section class="numberSectionS"> <p class="subTitle">왜 모두 스마트폰 영업관리를 찾는가?</p> <ul> <li> <img src="./images/smart/user_icon1.png" width="75%" alt="이미지"> <p>업무시간단축</p> </li> <li> <img src="./images/smart/user_icon2.png" width="75%" alt="이미지"> <p>인건비절감</p> </li> <li> <img src="./images/smart/user_icon3.png" width="75%" alt="이미지"> <p>업무착오방지</p> </li> <li class="last Line2"> <img src="./images/smart/user_icon4.png" width="75%" alt="이미지"> <p>영업상황<br />실시간확인</p> </li> <li class="last"> <img src="./images/smart/user_icon5.png" width="75%" alt="이미지"> <p>대외신뢰도<br />향상</p> </li> </ul> </section><!--//numberSectionS--> </div><!--//main_product--> <div class="main_product"> <h3>업무 흐름도</h3> <section class="smartFlowSection"> <img src="./images/smart/extend_new2.png" width="100%" alt="스마트폰 업무흐름도"> </section><!--//smartFlowSection--> </div><!--//main_product-->
<? include("./include/product_partner.php"); ?>
<div class="main_product"> <h3>All in One</h3> <table class="functionSection"> <tr> <td colspan="3" class="subTitle"> 더 강력해진 기능으로<br />고객님의 성장에 알맞은 기능을 제공해 드립니다. </td> </tr> <tr> <td> <img src="./images/smart/function_icon1.png" width="75%" alt="외부영업관리"> <p>영업조회</p> <span>- 거래처조회</span> <span>- 상품조회</span> <span>- 매입/매출조회</span> <span>- 수주/발주조회</span> <span>- 미수/미불금조회</span> <span>- 재고조회</span> </td> <td> <img src="./images/smart/function_icon2.png" width="75%" alt="전자세금계산서/전자문서"> <p style="">영업관리</p> <span>- 매입/매출등록</span> <span>- 수주/발주등록</span> <span>- 재고이동</span> <span>- 재고실사</span> <span>- 스마트카드결제</span> </td> <td> <img src="./images/smart/function_icon3.png" width="75%" alt="도소매포스지원"> <p>출력</p> <span>- 입금영수증출력</span> <span>- 주문내역출력</span> </td> </tr> </table><!--//numberSection--> </div><!--//main_product-->
<div class="main_product"> <h3>설치안내</h3> <table class="purchaseSection"> <tr> <td class="subTitle">설치에서 사용까지 1분만에 OK!!</td> </tr> <tr> <td class="label"><span class="blue">안드로이드 마켓</span>에서 <span class="blue">천년경영S</span>를 검색 후 설치</td> </tr> <tr> <td class="label"><span class="blue">천년경영S</span> 실행 후 홈페이지 ID, 비밀번호 입력 후 실행</td> </tr> <tr> <td class="label"><span class="blue">공용아이디(MJ)</span>로 접속하면 <span class="blue">바로 시험사용 가능</span></td> </tr> <tr> <td class="noLabel">(천년경영CS 설치 불필요)</td> </tr> <tr> <td class="label"><span class="blue">개별ID</span>로 시험 사용하려면 천년경영CS를 PC에 설치</td> </tr> <tr> <td class="label">데모판은 <span class="blue">15일간 무료 데모</span>사용 가능</td> </tr> <tr> <td class="last label">월이용료 : 1유저당 월 11,000원</td> </tr> </table><!--//numberSection--> </div><!--//main_product--> </div><!--//container-->
<? include("./include/footer.php"); ?>
|