Merge my branch 'master' with Wiki upstream changes.
This commit is contained in:
commit
1b17a38ce7
5 changed files with 11879 additions and 36 deletions
|
@ -1,7 +1,30 @@
|
|||
Links
|
||||
The information on this page is preliminary, open for comments.
|
||||
|
||||
## Links
|
||||
|
||||
* [[!wikipedia Apache_OFBiz]] - Wikipedia
|
||||
* <http://ofbiz.apache.org/> - Project homepage
|
||||
|
||||
> Apache OFBiz (The Apache Open For Business Project) is an open source enterprise automation software project licensed under the Apache License Version 2.0. By open source enterprise automation we mean: Open Source ERP (Enterprise Resource Planning), Open Source CRM (Customer RelationShip Management), Open Source E-Business / E-Commerce, Open Source SCM (Supply Chain Management), Open Source MRP (Manufacturing Resources Planning), Open Source CMMS/EAM (Maintenance Management System/Enterprise Asset Management), Open Source POS (Point Of Sale), and so on.
|
||||
> -- Project homepage
|
||||
|
||||
## Technical
|
||||
|
||||
* Java
|
||||
* Jython
|
||||
* Groovy
|
||||
|
||||
-- [[!wikipedia Apache_OFBiz#Open_Source_Libraries]]
|
||||
|
||||
## Preliminary evaluation
|
||||
|
||||
### Positive
|
||||
|
||||
* [Active development](https://issues.apache.org/jira/browse/OFBIZ)
|
||||
* [Customizable](https://cwiki.apache.org/confluence/display/OFBIZ/Is+OFBiz+for+Me#IsOFBizforMe-AskingBuildvs.Buy)
|
||||
* Seems well-documented
|
||||
|
||||
### Negative
|
||||
|
||||
* [In transitional phase](https://en.wikipedia.org/wiki/Apache_OFBiz#Open_Source_Libraries)
|
||||
* One tool for everything, possibly hard to streamline. <https://cwiki.apache.org/confluence/display/OFBREQDES/OFBiz+EZBiz> points to the contrary.
|
||||
|
|
11
Glossary.mdwn
Normal file
11
Glossary.mdwn
Normal file
|
@ -0,0 +1,11 @@
|
|||
A list of terms commonly used in the applications considered for evaluation:
|
||||
|
||||
## POS - Point of sale
|
||||
|
||||
> The place where a retail transaction is completed.
|
||||
> -- [[!wikipedia Point_of_sale]]
|
||||
|
||||
## ERP - Enterprise resource planning -
|
||||
|
||||
> ERP systems track business resources (such as cash, raw materials, and production capacity) and the status of commitments made by the business (such as customer orders, purchase orders, and employee payroll), no matter which department (manufacturing, purchasing, sales, accounting, and so on) has entered the data into the system. ERP facilitates information flow between all business functions inside the organization, and manages connections to outside stakeholders.
|
||||
> -- [[!wikipedia Enterprise_resource_planning]]
|
1999
bootstrap.js
vendored
Normal file
1999
bootstrap.js
vendored
Normal file
File diff suppressed because it is too large
Load diff
9789
jquery-1.10.2.js
vendored
Normal file
9789
jquery-1.10.2.js
vendored
Normal file
File diff suppressed because it is too large
Load diff
|
@ -15,61 +15,82 @@
|
|||
<link rel="stylesheet" href="<TMPL_VAR BASEURL>style.css" type="text/css" />
|
||||
<link rel="stylesheet" href="<TMPL_VAR BASEURL>bootstrap.css" type="text/css" />
|
||||
<link rel="stylesheet" href="<TMPL_VAR BASEURL>local.css" type="text/css" />
|
||||
<TMPL_LOOP TRAILLOOP>
|
||||
<TMPL_IF PREVPAGE>
|
||||
<link rel="prev" href="<TMPL_VAR PREVURL>" title="<TMPL_VAR PREVTITLE>" />
|
||||
</TMPL_IF>
|
||||
<link rel="up" href="<TMPL_VAR TRAILURL>" title="<TMPL_VAR TRAILTITLE>" />
|
||||
<TMPL_IF NEXTPAGE>
|
||||
<link rel="next" href="<TMPL_VAR NEXTURL>" title="<TMPL_VAR NEXTTITLE>" />
|
||||
</TMPL_IF>
|
||||
</TMPL_LOOP>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<header class="navbar navbar-default navbar-fixed-top">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button class="navbar-toggle" data-target=".npoacct-navbar-collapse" data-toggle="collapse" type="button">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="<TMPL_VAR BASEURL>"><TMPL_VAR WIKINAME></a>
|
||||
</div>
|
||||
<nav role="navigation">
|
||||
<nav role="collapse navbar-collapse npoacct-navbar-collapse" role="navigation">
|
||||
<ul class="nav navbar-nav">
|
||||
<TMPL_IF EDITURL>
|
||||
<li><a href="<TMPL_VAR EDITURL>" rel="nofollow">Edit</a></li>
|
||||
</TMPL_IF>
|
||||
<TMPL_IF HISTORYURL>
|
||||
<li><a href="<TMPL_VAR HISTORYURL>">History</a></li>
|
||||
</TMPL_IF>
|
||||
<TMPL_IF GETSOURCEURL>
|
||||
<li><a href="<TMPL_VAR GETSOURCEURL>">Source</a></li>
|
||||
</TMPL_IF>
|
||||
<TMPL_IF PREFSURL>
|
||||
<li><a href="<TMPL_VAR PREFSURL>">Preferences</a></li>
|
||||
</TMPL_IF>
|
||||
<TMPL_IF ACTIONS>
|
||||
<TMPL_LOOP ACTIONS>
|
||||
<li><TMPL_VAR ACTION></li>
|
||||
</TMPL_LOOP>
|
||||
</TMPL_IF>
|
||||
<TMPL_IF COMMENTSLINK>
|
||||
<li><TMPL_VAR COMMENTSLINK></li>
|
||||
<TMPL_ELSE>
|
||||
</TMPL_IF>
|
||||
<TMPL_IF EDITURL>
|
||||
<li><a href="<TMPL_VAR EDITURL>" rel="nofollow">Edit</a></li>
|
||||
</TMPL_IF>
|
||||
<TMPL_IF HISTORYURL>
|
||||
<li><a href="<TMPL_VAR HISTORYURL>">History</a></li>
|
||||
</TMPL_IF>
|
||||
<TMPL_IF GETSOURCEURL>
|
||||
<li><a href="<TMPL_VAR GETSOURCEURL>">Source</a></li>
|
||||
</TMPL_IF>
|
||||
<TMPL_IF PREFSURL>
|
||||
<li><a href="<TMPL_VAR PREFSURL>">Preferences</a></li>
|
||||
</TMPL_IF>
|
||||
<TMPL_IF ACTIONS>
|
||||
<TMPL_LOOP ACTIONS>
|
||||
<li><TMPL_VAR ACTION></li>
|
||||
</TMPL_LOOP>
|
||||
</TMPL_IF>
|
||||
<TMPL_IF COMMENTSLINK>
|
||||
<li><TMPL_VAR COMMENTSLINK></li>
|
||||
<TMPL_ELSE>
|
||||
</TMPL_IF>
|
||||
</ul>
|
||||
<ul class="nav navbar-nav">
|
||||
<TMPL_IF DISCUSSIONLINK>
|
||||
<TMPL_IF DISCUSSIONLINK>
|
||||
<li class="navbar-text"><TMPL_VAR DISCUSSIONLINK></li>
|
||||
</TMPL_IF>
|
||||
</TMPL_IF>
|
||||
</ul>
|
||||
<ul class="nav navbar-nav">
|
||||
<TMPL_IF RECENTCHANGESURL>
|
||||
<li><a href="<TMPL_VAR RECENTCHANGESURL>">RecentChanges</a></li>
|
||||
</TMPL_IF>
|
||||
<TMPL_IF RECENTCHANGESURL>
|
||||
<li><a href="<TMPL_VAR RECENTCHANGESURL>">RecentChanges</a></li>
|
||||
</TMPL_IF>
|
||||
</ul>
|
||||
</nav>
|
||||
</div>
|
||||
</div><!-- /container -->
|
||||
</header>
|
||||
|
||||
|
||||
<div class="content">
|
||||
<div class="container">
|
||||
<header class="page-header">
|
||||
<h1><TMPL_VAR TITLE></h1>
|
||||
</header>
|
||||
<TMPL_IF PARENTLINKS>
|
||||
<ol class="breadcrumb">
|
||||
<TMPL_LOOP PARENTLINKS>
|
||||
<li><a href="<TMPL_VAR URL>"><TMPL_VAR PAGE></a></li>
|
||||
</TMPL_LOOP>
|
||||
</ol>
|
||||
</TMPL_IF>
|
||||
<div class="page-header">
|
||||
<h1><TMPL_VAR TITLE></h1>
|
||||
</div>
|
||||
|
||||
<TMPL_VAR CONTENT>
|
||||
<TMPL_VAR CONTENT>
|
||||
</div> <!-- /container -->
|
||||
</div>
|
||||
|
||||
|
@ -84,7 +105,7 @@
|
|||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
|
||||
<script src="<TMPL_VAR BASEURL>jquery-1.10.2.js"></script>
|
||||
<script src="<TMPL_VAR BASEURL>bootstrap.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue