forked from thcristo/mixerp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (28 loc) · 4.49 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
<!DOCTYPE html>
<html lang=en><head><meta charset=utf-8><title>About - MixERP</title><link href=//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/styles/default.min.css type=text/css rel=stylesheet><link href=//cdn.rawgit.com/noelboss/featherlight/1.2.3/release/featherlight.min.css type=text/css rel=stylesheet title="Featherlight Styles"><link href=/docs/assets/styles.min.css rel=stylesheet><link href="//fonts.googleapis.com/css?family=Open+Sans:300,400" rel=stylesheet type=text/css></head><body><div class="ui page grid" id=brand><div class="sixteen wide column"><a href=/index.html class><img src=/docs/assets/images/mixerp-logo.png></a></div></div><div class="ui page stackable grid" id=story><div class=column><h1>About - MixERP</h1><p>MixERP is a feature-rich, and easy to use ASP.net open source ERP Solution. MixERP is a <strong>GNU/GPL based open source and free software</strong>.</p><h2>Quickstart Guide (Database)</h2><ul><li><a href=docs/developer/quickstart/part-1-installing-database.html>Part 1: Installing Database</a></li><li><a href=docs/developer/quickstart/part-2-editing-db-configuration-file.html>Part 2: Editing DB Configuration</a></li></ul><h2>Read Further</h2><ul><li><a href=docs/index.html>MixERP Documentation</a></li><li><a href=docs/contribution-guidelines.html>Contribution Guidelines</a></li></ul></div></div><footer class="ui stackable center aligned inverted divided equal height stackable page grid"><div class="four wide column"><i class="huge cloud download icon"></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="four wide pad column"><i class="huge idea icon"></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="four wide column"><i class="huge anchor icon"></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></div><div class="four wide column"><i class="huge chat icon"></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>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=//cdn.rawgit.com/noelboss/featherlight/1.2.3/release/featherlight.min.js type=text/javascript charset=utf-8></script><script src=//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.7/highlight.min.js></script><script>hljs.initHighlightingOnLoad();
var createLinkedImages = function () {
$("#story").find("img").each(function () {
var el = $(this);
var src = el.attr("src");
var anchor = $("<a/>");
anchor.prop("href", "#");
anchor.attr("data-featherlight", src);
el.wrap(anchor);
});
};
createLinkedImages();
$("table").addClass("ui celled striped table");
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-65607875-1', 'auto');
ga('send', 'pageview');
</script></body></html>