/home/mjc1/public_html/html/m/product_pda.php


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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<? 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","PDA(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 class="sub_menu">
        <ul>
            <!--<li><a href="./product.php">제품소개</a></li>l
            <li><a href="./paper.php">용지주문</a></li>l
            <li><a href="./hardware.php">하드웨어</a></li>l
            <li><a href="./company.php">회사소개</a></li>-->
            <li><a href="./product.php">제품소개</a></li>l
            <li><a href="http://www.ebizmall.co.kr/b2bmall.php" target="_blank">B2B쇼핑몰</a></li>l
            <li><a href="http://www.ebizmall.co.kr/openmarket.php" target="_blank">오픈마켓</a></li>l
            <li><a href="http://www.freetalk.biz/" target="_blank">인공지능AI</a></li>
        </ul>
    </div>
    </div>
    <style>
    .container{margin:20px 0;padding:0 15px;}
    .container section,
    .container table {width:100%;border:2px solid #383a7d;border-top:0px none;background-color:#fff;font-size:12px;}
    </style>

        <div class="snb">
            <p class="txt">천년경영PDA <span class="f11 blue">PDA납품/출고/영업관리</span></p>
            <p class="userText">전국 10만 사용자</p>
        </div>

        <div class="container" style="margin-top:0;">
            <div class="pda_banner ImageBanner">
                <h3>
                    <p>이제 <span class="red">PDA로 영업관리</span> 한다!</p>
                    <p><span class="red">PDA</span> 현장<span class="red">영업관리 97%</span> 만족</p>
                    </h3>
                <div>
                    <p>거래처에서. 영업현장에서. 창고에서. 이동하면서</p>
                    <p class="title">도소매유통, 판매관리, 재고관리<br />영업관리, 경영관리</p>
                </div>
            </div><!--//pda_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>
                <table class="numberSection">
                    <tr>
                        <td colspan="2" class="subTitle">모두 천년경영PDA를 찾는 이유?</td>
                    </tr>
                    <tr>
                        <td>
                            <img src="./images/pda/user_icon1.png" width="75%" alt="이미지">
                            <p>1년 이상<br />
                            사용유지비율</p>
                        </td>
                        <td>
                            <img src="./images/pda/user_icon2.png" width="75%" alt="이미지">
                            <p>추천받아<br />
                            가입한 고객</p>
                        </td>
                    </tr>
                    <tr>
                        <td class="last">
                            <img src="./images/pda/user_icon3.png" width="75%" alt="이미지">
                            <p>타 프로그램 사용자<br />
                            전환율</p>
                        </td>
                        <td class="last">
                            <img src="./images/pda/user_icon4.png" width="75%" alt="이미지">
                            <p>타사대비<br />
                            저렴한 월비용</p>
                        </td>
                    </tr>
                </table><!--//numberSection-->
            </div><!--//main_product-->

        
            <div class="main_product">
                <h3>업무 흐름도</h3>
                <table class="flowSection">
                    <tr>
                        <th>
                            <img src="./images/pda/extend_new3.png" width="100%" alt="천년PDA CM">
                        </th>
                    </tr>
                </table><!--//numberSection-->
            </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/pda/function_icon1.png" width="75%" alt="자료관리">
                            <p>자료관리/조회</p>
                            <span>- 매입/매출 실시간전송</span>
                            <span>- 수금/재고 실시간전송</span>
                            <span>- 외부에서 자료조회</span>
                            <span>- 기능별 사용권한부여</span>
                        </td>
                        <td>
                            <img src="./images/pda/function_icon2.png" width="75%" alt="외부명세표발행">
                            <p>외부명세표발행</p>
                            <span>- 현장에서 명세표발행</span>
                            <span>- 신용카드결제(옵션)</span>
                            <span>- 납품 후 영수증출력</span>
                            <span>- 과거거래내역 출력</span>
                        </td>
                        <td>
                            <img src="./images/pda/function_icon3.png" width="75%" alt="실시간 업무공유">
                            <p>실시간 업무공유</p>
                            <span>- 사무실과 매출공유</span>
                            <span>- 미수내역검색</span>
                            <span>- 수발주 검수납품(옵션)</span>
                            <span>- 담당자별 거래처검색</span>
                        </td>
                    </tr>
                    <tr>
                        <td>
                            <img src="./images/pda/function_icon4.png" width="75%" alt="정확한 재고관리">
                            <p>정확한 재고관리</p>
                            <span>- 재고이동계획 기능</span>
                            <span>- 정확한 재고조회</span>
                            <span>- 편리한 재고실사</span>
                            <span>- 매출시 잔여재고 확인</span>
                        </td>
                        <td>
                            <img src="./images/pda/function_icon5.png" width="75%" alt="간편한 상품검색">
                            <p>간편한 상품검색</p>
                            <span>- 바코드상품검색</span>
                            <span>- 한글초성검색</span>
                            <span>- 업체별 맞춤검색</span>
                        </td>
                        <td>
                            <img src="./images/pda/function_icon6.png" width="75%" alt="신규내역관리">
                            <p>신규내역관리</p>
                            <span>- 현장에서 거래처등록</span>
                            <span>- 현장에서 상품등록</span>
                            <span>- PDA로 바코드등록</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"><em>제품명 : </em>천년PDA</td>
                    </tr>
                    <tr>
                        <td class="label"><em>주요기능 : </em>영업, 납품, 재고, 주문, 상차, 입출, 수주</td>
                    </tr>
                    <tr>
                        <td class="label"><em>제품구성 : </em>천년경영CS + PDA + PDA CM/WL/LC</td>
                    </tr>
                    <tr>
                        <td class="label"><em>Data저장 : </em>IDC서버</td>
                    </tr>
                    <tr>
                        <td class="label"><em>파일크기 : </em>2.4Mb(1분이내 설치)</td>
                    </tr>
                    <tr>
                        <td class="label"><em>운영체제 : </em>Windows CE / Mobile / Pocket PC</td>
                    </tr>
                    <tr>
                        <td class="last label"><em>인터넷가 : </em><span class="black">견적문의</span><span class="black"> → </span><span class="red">02-401-5121</span></td>
                    </tr>
                </table><!--//numberSection-->
            </div><!--//main_product-->

            
        </div><!--//container-->

<? include("./include/footer.php"); ?>