forked from thcristo/mixerp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index-ajax.html
76 lines (73 loc) · 4.19 KB
/
index-ajax.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>MixERP Documentation</title>
<script src="docs/assets/bundles/scripts.js"></script>
<link href="docs/assets/bundles/styles.min.css" rel="stylesheet" />
</head>
<body>
<div class="sticky contain-to-grid">
<nav class="top-bar" data-topbar="">
<ul class="title-area">
<li class="name">
<h1><a href="index-ajax.html"><img src= "docs/assets/images/mixerp-logo.png"></a> </h1> </li>
<li class="toggle-topbar menu-icon"> <a href="javascript:void(0);"><span></span></a> </li>
</ul>
<section class="top-bar-section">
<ul class="right">
<li> <a class="right-off-canvas-toggle" href="javascript:void(0);">Sub Topics</a> </li>
</ul>
</section>
</nav>
</div>
<div class="off-canvas-wrap" data-offcanvas="">
<div class="inner-wrap">
<aside class="right-off-canvas-menu">
<ul class="topics"> </ul>
</aside>
<div class="row">
<div class="large-12 large-centered columns">
<div id="content" style="display: none;"> </div>
</div>
</div>
<a class="exit-off-canvas"></a>
<footer class="footer" style="display:none;">
<div class="row full-width">
<div class="small-12 medium-3 large-3 columns"> <i class="fi-download"></i>
<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="small-12 medium-3 large-3 columns"> <i class="fi-lightbulb"></i>
<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="small-12 medium-3 large-3 columns"> <i class="fi-anchor"></i>
<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>
</ul>
<br />
<br />
<br /> </div>
<div class="small-12 medium-3 large-3 columns"> <i class="fi-comments"></i>
<ul class="footer-links">
<li> <a href="http://mixerp.org/" target="_blank">Project Website</a> </li>
<li> <a href="https://www.facebook.com/mixerp.official/" target="_blank">Follow MixERP on Facebook</a> </li>
<li> <a href="http://www.facebook.com/groups/183076085203506/" target="_blank">Facebook Discussion 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>
<br />
<br />
<br /> </div>
</div>
</footer>
</div>
</div>
<script src="docs/assets/scripts/mixdoc.js"></script>
</body>
</html>