Browse Source

fleat: add statistics

igb 3 weeks ago
parent
commit
039c748aba
2 changed files with 21 additions and 0 deletions
  1. 5 0
      dashboard_search.php
  2. 16 0
      panel.php

+ 5 - 0
dashboard_search.php

@@ -27,6 +27,11 @@
             <input class="searchSubmit" type="submit" value="客户检索">
         </form>
     </div>
+    <div class="dashboard-item">
+        <h3>统计分析</h3>
+        <p>查看销售业绩、客户分析和业务趋势</p>
+        <a href="statistics.php" target="contentFrame" class="dashboard-link">查看统计</a>
+    </div>
 </div>
 </body>
 </html>

+ 16 - 0
panel.php

@@ -63,6 +63,21 @@ $stmt->close();
                     <?php endif; ?>
                 </div>
             </dt>
+            <dt class="subnav">统计分析
+                <div class="list-wraper">
+                    <a href="statistics.php" target="contentFrame">汇总统计</a>
+                    <a href="statistics_sales.php" target="contentFrame">销售概览</a>
+                    <a href="statistics_region.php" target="contentFrame">地区分析</a>
+                    <a href="statistics_customers.php" target="contentFrame">客户分析</a>
+                    <a href="statistics_products.php" target="contentFrame">产品分析</a>
+
+
+
+
+                </div>
+
+            </dt>
+
             <dt><a href="../tagClound.php" target="contentFrame">标签云</a></dt>
             <?php if (strpos($em_code, "BX") === false): ?>
                 <dt><a href="../silentCustomer.php" target="contentFrame">静默客户</a></dt>
@@ -77,6 +92,7 @@ $stmt->close();
             <?php endif; ?>
             <dt><a href="../pwdEdit.php" target="contentFrame">修改密码</a></dt>
             <dt><a href="../index.php?act=logout" onclick="return confirm('确认要退出吗?');">退出登录</a></dt>
+
         </dl>
     </div>
     <div class="copyright">