-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
220 lines (159 loc) · 6.48 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
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
216
217
218
219
220
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta name="generator" content="Hugo 0.40.1" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title> Hexya </title>
<meta name="author" content="NDP Systèmes">
<meta property="og:title" content="Hexya" />
<meta property="og:description" content="Hexya is an opensource ERP and business application development framework" />
<meta property="og:type" content="website" />
<meta property="og:url" content="/" />
<meta property="og:updated_time" content="2018-11-17T14:31:36+01:00"/>
<script>
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-114287546-1', 'auto');
ga('send', 'pageview');
</script>
<script async src='//www.google-analytics.com/analytics.js'></script>
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Hexya" />
<link rel="canonical" href="/">
<link rel="shortcut icon" type="image/png" href="/img/favicon.ico"/>
<link href="/css/font.css" rel="stylesheet" type="text/css">
<link href="/css/kube.css" rel="stylesheet" type="text/css">
<link href="/css/kube.legenda.css" rel="stylesheet" type="text/css">
<link href="/css/highlight.css" rel="stylesheet" type="text/css">
<link href="/css/master.css" rel="stylesheet" type="text/css">
<link href="/css/kube.demo.css" rel="stylesheet" type="text/css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
<link href="/css/custom.css" rel="stylesheet" type="text/css">
<script src="/js/jquery-2.1.4.min.js" type="text/javascript">
</script>
<script type="text/javascript" src="/js/tocbot.min.js"></script>
</head>
<body class="page-kube">
<header> <div class="show-sm">
<div id="nav-toggle-box">
<div id="nav-toggle-brand">
<a href="/"><img src="/img/logo.png"/></a>
</div><a data-component="toggleme" data-target="#top" href="#" id="nav-toggle"><i class="kube-menu"></i></a>
</div>
</div>
<div class="hide-sm" id="top">
<div id="top-brand">
<a href="/" title="home"><img src="/img/logo.png"/></a>
</div>
<nav id="top-nav-main">
<ul>
<li><a href="/docs/" >Docs</a></li>
<li><a href="https://demo.hexya.io" >Demo</a></li>
<li><a href="/faq/" >FAQ</a></li>
<li><a href="/blog/" >Blog</a></li>
<li><a href="/contact/" >Contact</a></li>
<li><a href="https://github.com/hexya-erp" >GitHub</a></li>
</ul>
</nav>
<nav id="top-nav-extra">
</nav>
</div> </header>
<main>
<div id="main">
<div id="hero">
<h1>Hexya</h1>
<p>Hexya is an opensource ERP and business application development framework</p>
</div>
<div id="action-buttons">
<a class="button primary big" href="https://demo.hexya.io"
onclick="_gaq.push(['_trackEvent', 'hexya', 'demo', '1.0']);">Demo</a>
<a class="button outline big" href="https://github.com/hexya-erp"
onclick="_gaq.push(['_trackEvent', 'hexya', 'github', '1.0.0']);">View on Github</a>
</div>
<div class="message focus" data-component="message"><span class="close small"></span>
Check our new <a href="https://demo.hexya.io"
onclick="_gaq.push(['_trackEvent', 'hexya', 'demo', '1.0']);">online demo</a> !
</div>
<div id="kube-features">
<div class="row gutters">
<div class="col col-4 item">
<figure>
<i class="fa fa-paper-plane fa-4x"></i>
</figure>
<h3>Fast</h3>
<p>Hexya is written in Go, a compiled language for optimal performance.</p>
</div>
<div class="col col-4 item">
<figure>
<i class="fa fa-arrows fa-4x"></i>
</figure>
<h3>Extensible</h3>
<p>We do not believe in one-size-fits-all concept for the ERP world. Hexya can be customized by
including official modules, community modules or your own custom modules.</p>
</div>
<div class="col col-4 item">
<figure>
<i class="fa fa-wrench fa-4x"></i>
</figure>
<h3>Maintainable</h3>
<p>Go's simplicity together with Hexya's strongly typed API leads to high quality, easily maintainable,
business code. Unlike similar products, Hexya provides auto-completion for the whole API.</p>
</div>
</div>
<div class="row gutters">
<div class="col col-4 item">
<figure>
<i class="fa fa-puzzle-piece fa-4x"></i>
</figure>
<h4>Framework</h4>
<p>Hexya is a business application development framework. Its modularity enables reuse of business code
from one project to another.</p>
</div>
<div class="col col-4 item">
<figure>
<i class="fa fa-building-o fa-4x"></i>
</figure>
<h4>ERP</h4>
<p>Hexya is shipped by default with many modules so as to create a full-featured ERP out-of-the-box.</p>
</div>
<div class="col col-4 item">
<figure>
<i class="fa fa-exchange fa-4x"></i>
</figure>
<h4>Open Source</h4>
<p>Hexya is fully open source. The framework core is licensed under the Apache License. Business modules
are generally AGPL.</p>
</div>
</div>
</div>
</div>
</main>
<footer> <footer id="footer">
<nav>
<ul>
<li><span>Hexya</span></li>
<li>
<a href="https://demo.hexya.io">Demo</a>
</li>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/docs/">Docs</a>
</li>
<li>
<i class="fa fa-github"></i>
<a href="https://github.com/hexya-erp">GitHub</a>
</li>
</ul>
</nav>
<p>© NDP Systèmes.</p>
</footer> </footer>
<script src="/js/kube.js" type="text/javascript">
</script>
<script src="/js/kube.legenda.js" type="text/javascript">
</script>
<script src="/js/master.js" type="text/javascript">
</script>
</body>
</html>