-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
82 lines (60 loc) · 3.58 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Bi : Echart bi system">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Bi</title>
</head>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/liuhangbiaoo/bi">View on GitHub</a>
<h1 id="project_title">Bi</h1>
<h2 id="project_tagline">Echart bi system</h2>
<section id="downloads">
<a class="zip_download_link" href="https://github.com/liuhangbiaoo/bi/zipball/master">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/liuhangbiaoo/bi/tarball/master">Download this project as a tar.gz file</a>
</section>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<h1>
<a id="market-bi" class="anchor" href="#market-bi" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>MARKET BI</h1>
<p>商超BI系统-SMARK BI</p>
<h2>
<a id="商品分析" class="anchor" href="#%E5%95%86%E5%93%81%E5%88%86%E6%9E%90" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>商品分析</h2>
<blockquote>
<p>商品库存、商品销量、商品淘汰率/引进率/置换率、库存/销量/销售额、品牌数/品项数/动销率/适销率、促销活动商品列表、促销活动商品销量柱状图、畅销商品列表、滞销商品列表</p>
</blockquote>
<h2>
<a id="顾客分析" class="anchor" href="#%E9%A1%BE%E5%AE%A2%E5%88%86%E6%9E%90" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>顾客分析</h2>
<blockquote>
<p>客户年纪分析、客户性别分布、客户会员等级分析、客户收入分析、客户区域分布(公里)、客户购买最多商品分类排行、客户购买最多商品宝贝排行、客户停滞时间分析、客户访问间隔天数分析(前60天用户)、客户流动同比分析、客户流动环比分析、一天分段时间点顾客购买最多商品统计</p>
</blockquote>
<h2>
<a id="供应商分析" class="anchor" href="#%E4%BE%9B%E5%BA%94%E5%95%86%E5%88%86%E6%9E%90" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>供应商分析</h2>
<blockquote>
<p>所供商品毛利率占比统计、周转率/交叉比值、供货量综合统计、供货额综合统计、综合统计指数、进货额/销售额</p>
</blockquote>
<h2>
<a id="人员分析" class="anchor" href="#%E4%BA%BA%E5%91%98%E5%88%86%E6%9E%90" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>人员分析</h2>
<blockquote>
<p>销售毛利(万)、采购员销售额(万)、购销、代销商品数(万)、采购资金占用比(万)、个人销售业绩情况(万)、销售人员人均销售情况(万)、销售额分布(个)</p>
</blockquote>
<p>实例地址:<a href="https://liuhangbiao.github.io/bi">https://liuhangbiao.github.io/bi</a></p>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p class="copyright">Bi maintained by <a href="https://github.com/liuhangbiaoo">liuhangbiaoo</a></p>
<p>Published with <a href="https://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>