forked from thcristo/mixerp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
documentation.html
112 lines (100 loc) · 5.72 KB
/
documentation.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>MixERP Documentation</title>
<script src="assets/scripts/marked/marked.min.js"></script>
<script src="assets/scripts/jquery-1.9.1.js"></script>
<script src="assets/scripts/semantic-ui/semantic.min.js"></script>
<script src="assets/scripts/urijs/src/URI.min.js"></script>
<script src="assets/scripts/urijs/src/jquery.URI.js"></script>
<link href="assets/scripts/semantic-ui/semantic.min.css" rel="stylesheet">
<link href="assets/styles/mixdoc.css" rel="stylesheet">
</head>
<body>
<div class="ui page grid" id="brand">
<div class="sixteen wide column">
<a href="#index.md" class="">
<img src="docs/assets/images/mixerp-logo.png">
</a>
</div>
</div>
<div class="ui page stackable grid" id="story">
<div class="sixteen wide column">
<div id="content">
</div>
<div class="social sharing">
<div class="ui grey huge header vpad8">
Share this page
</div>
<div class="icons">
<a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u={url}" title="Share this on Facebook">
<i class="circular inverted blue large facebook icon"></i>
</a>
<a target="_blank" href="http://twitter.com/share?text={tweet}&url={url}&hashtags=#mixerp" title="Tweet this link">
<i class="circular blue large twitter icon"></i>
</a>
<a target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&url={url}&title={title}" title="Share this on LinkedIn">
<i class="circular inverted blue large linkedin icon"></i>
</a>
<a target="_blank" href="https://plus.google.com/share?url={url}" title="Share this on Google+">
<i class="circular inverted red large google plus icon"></i>
</a>
<a target="_blank" href="http://www.reddit.com/submit?url={url}" title="Share this on Reddit">
<i class="circular large reddit icon"></i>
</a>
<a target="_blank" href="http://pinterest.com/pin/create/button/?url={url}&description={title}" title="Share this on Pinterest">
<i class="circular inverted red large pinterest icon"></i>
</a>
<a target="_blank" href="http://www.stumbleupon.com/badge/?url={url}" title="Share this on StumbleUpon">
<i class="circular inverted red large stumbleupon icon"></i>
</a>
<a target="_blank" href="mailto:?subject={title}&body={message}" title="Send this on email">
<i class="circular inverted olive large mail icon"></i>
</a>
</div>
</div>
</div>
</div>
<footer class="ui stackable center aligned inverted divided equal height stackable page three column grid">
<div class="pad column">
<div class="ui inverted dividing header">
<i class="code icon"></i>
About MixERP
</div>
<p>
MixERP is an open source and free ERP software that provides a suite of useful modules to
help you manage your day to day business activities, including but not limited to, sales,
purchases, inventory management, finance, customer relationship management, and back-office.
Developed with love by your friends at MixERP Inc.
</p>
</div>
<div class="pad column">
<div class="ui inverted dividing header">
<i class="checkmark icon"></i>
Documentation & License
</div>
<p>
Some sections in this documentation site are missing. This site is a
<a href="index.html#community.md">
community effort
</a>
and work in progress.
</p>
<p>
This work is licensed under a <a href="http://creativecommons.org/licenses/by-sa/4.0/" rel="license"> Creative Commons Attribution-ShareAlike 4.0 International License </a> .
</p>
</div>
<div class="left aligned pad column">
<div class="ui inverted dividing header">
<i class="external icon"></i>
Links
</div>
<ul class="footer-links"><li><a href="http://mixerp.org/forum" target="_blank"> MixERP Forums </a></li><li><a href="https://github.com/mixerp/mixerp/issues" target="_blank"> Submit an Issue </a></li><li><a href="https://github.com/mixerp/mixerp/releases" target="_blank"> Download Latest Release </a></li><li><a href="http://demo.mixerp.org/SignIn.aspx" target="_blank"> MixERP Demo Website </a></li>
<li><a href="http://mixerp.org/" target="_blank"> Project Website </a></li><li><a href="https://www.facebook.com/mixerp.official/" target="_blank">MixERP on Facebook </a></li><li><a href="http://www.facebook.com/groups/183076085203506/" target="_blank"> Facebook Group </a></li><li><a href="http://twitter.com/mixoferp/" target="_blank"> Follow MixERP on Twitter </a></li><li style="list-style: none; display: inline"><ul></ul></li></ul>
</div>
</footer>
<script src="/docs/assets/script.js"></script>
<script src="assets/scripts/mixdoc.js"></script>
</body>
</html>