You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2020/08/29 15:37:12 UTC

[ofbiz-framework] branch trunk updated: Improved: Update information in README.md files from removed pages in wiki

This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 2d033df  Improved: Update information in README.md files from removed pages in wiki
2d033df is described below

commit 2d033df44614fbe5fdc8bfd666970af300af3213
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Sat Aug 29 17:37:18 2020 +0200

    Improved: Update information in README.md files from removed pages in wiki
---
 applications/accounting/README.md    | 45 ++++++++++++++++++++++++++++--------
 applications/commonext/README.md     |  4 +++-
 applications/content/README.md       | 12 +---------
 applications/datamodel/README.adoc   | 15 ++----------
 applications/manufacturing/README.md | 13 +++++++++--
 applications/order/README.md         |  2 +-
 applications/product/README.md       |  2 +-
 7 files changed, 55 insertions(+), 38 deletions(-)

diff --git a/applications/accounting/README.md b/applications/accounting/README.md
index f694445..4548926 100644
--- a/applications/accounting/README.md
+++ b/applications/accounting/README.md
@@ -1,14 +1,41 @@
 <img src="https://camo.githubusercontent.com/b313d4ec52b77b5024e2988aaf76720258233e69/68747470733a2f2f6f6662697a2e6170616368652e6f72672f696d616765732f6f6662697a5f6c6f676f2e706e67" alt="Apache OFBiz" />
 
-# accounting component
-This OFBiz component enables organisations use a fully utilised financial accounting solution.
+# Accounting component
 
-## more information
-For more information about this component visit the product page in the OFBiz WIKI, 
-which can be found at https://cwiki.apache.org/confluence/display/OFBENDUSER/Financial+Accounting+and+Reporting
+This component enables organisation to execute financial accounting and reporting.
 
-## issues
-JIRA issues related to this component can be found at https://issues.apache.org/jira/browse/OFBIZ/component/12311146
+- [ ] We need to either remove the information below or extend it to all other components. Project management is another such case...
 
-## commits
-Committed revisions can be viewed at http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting
\ No newline at end of file
+Full featured accounting module and financial setup of internal organisations
+
+    Accounting (general ledger, financial)
+    Accounts Payable
+    Accounts Receivable
+
+## Features
+
+    Invoicing
+    AR & AP
+    Tax
+    General transactions
+
+## Data sets
+### seed	
+Needs to be loaded first
+
+    permissions configuration
+    help screens configuration
+
+### seed-initial	
+Loaded after seed
+
+    scheduled services
+
+### extseed	
+Loaded after seed-initial	
+	
+### demo	
+Loaded after extseed. For security reason don't load credentials in production!
+
+    demo permissions
+    demo data
\ No newline at end of file
diff --git a/applications/commonext/README.md b/applications/commonext/README.md
index ecbd521..7338d7e 100644
--- a/applications/commonext/README.md
+++ b/applications/commonext/README.md
@@ -1,5 +1,7 @@
 <img src="https://camo.githubusercontent.com/b313d4ec52b77b5024e2988aaf76720258233e69/68747470733a2f2f6f6662697a2e6170616368652e6f72672f696d616765732f6f6662697a5f6c6f676f2e706e67" alt="Apache OFBiz" />
 
 # commonext component
-This OFBiz component enables organisations to extend the elements in the common component.
+This component enables organisations to extend the elements of the framework common component.
+
+As the common component in the framework stack is under the control of the project, the need arose to enable adopters to extend the various elements (widgets, labels, etc) that component incorporates. For that purpose the commonext component was created in the application stack.
 
diff --git a/applications/content/README.md b/applications/content/README.md
index b964ea8..65c8b73 100644
--- a/applications/content/README.md
+++ b/applications/content/README.md
@@ -1,14 +1,4 @@
 <img src="https://camo.githubusercontent.com/b313d4ec52b77b5024e2988aaf76720258233e69/68747470733a2f2f6f6662697a2e6170616368652e6f72672f696d616765732f6f6662697a5f6c6f676f2e706e67" alt="Apache OFBiz" />
 
 # Content component
-This OFBiz component enables organisations to manage various kinds of content. Content is used in many of the other components in OFBiz.
-
-## more information
-For more information about this component visit the product page in the OFBiz WIKI, 
-which can be found at https://cwiki.apache.org/confluence/display/OFBIZ/Content+Management
-
-## issues
-JIRA issues related to this component can be found at https://issues.apache.org/jira/browse/OFBIZ/component/12311147
-
-## commits
-Committed revisions can be viewed at http://svn.apache.org/viewvc/ofbiz/trunk/applications/content
\ No newline at end of file
+This component enables organisations to manage various kinds of content. Content is used in many of the other components in OFBiz.
diff --git a/applications/datamodel/README.adoc b/applications/datamodel/README.adoc
index 01b0654..0d5649d 100644
--- a/applications/datamodel/README.adoc
+++ b/applications/datamodel/README.adoc
@@ -20,17 +20,6 @@ under the License.
 The Apache OFBiz® Project
 Release trunk
 
-This OFBiz component contains all entity definitions used in the various components in the base and plugins stack.
+This is the core component in the OFBiz Base Application stack as it holds all entity definitions used by OFBiz in the various base and special purpose components. Entity definitions define the tables required in the RDBMS to create, read, update and delete records.
 
-== more information
-For more information about this component visit the product page in the OFBiz WIKI,
-which can be found at https://cwiki.apache.org/confluence/display/OFBIZ/Datamodel
-
-For information about datamodel change read documentation DATAMODEL_CHANGES.adoc.
-It's included in Developer manual > chapter Entity Engine
-
-== issues
-JIRA issues related to this component can be found at https://issues.apache.org/jira/browse/OFBIZ/component/12330107
-
-== commits
-Committed revisions can be viewed at https://svn.apache.org/viewvc/ofbiz/trunk/applications/datamodel/
+For an overview of the data models included, take a look at the code (look into \*code*.xml files).
diff --git a/applications/manufacturing/README.md b/applications/manufacturing/README.md
index b5eeffb..e1b4083 100644
--- a/applications/manufacturing/README.md
+++ b/applications/manufacturing/README.md
@@ -1,6 +1,15 @@
 <img src="https://camo.githubusercontent.com/b313d4ec52b77b5024e2988aaf76720258233e69/68747470733a2f2f6f6662697a2e6170616368652e6f72672f696d616765732f6f6662697a5f6c6f676f2e706e67" alt="Apache OFBiz" />
 
 # Manufacturing component
-This OFBiz component enables organisations to manage production runs, define schemas and tasks and configure Bills of
-Material.
+This component enables organisations to manage production runs, define schemas and tasks and configure Bills of Material.It's suitable for both discrete and process-oriented manufacturing.
+
+
+## Features
+
+    Bill of Materials
+    Production schemas and tasks
+    Equipment allocation
+    Workers assignment
+    Materials Resource Planning
+
 
diff --git a/applications/order/README.md b/applications/order/README.md
index f40b704..a9e3e3c 100644
--- a/applications/order/README.md
+++ b/applications/order/README.md
@@ -1,3 +1,3 @@
 # order component
-This OFBiz component offers a fully utilised component for request, quote, order and requirements management.
+This component offers a fully utilised component for request, quote, order and requirements management.
 
diff --git a/applications/product/README.md b/applications/product/README.md
index d2de730..7bd3bb6 100644
--- a/applications/product/README.md
+++ b/applications/product/README.md
@@ -1,4 +1,4 @@
 <img src="https://camo.githubusercontent.com/b313d4ec52b77b5024e2988aaf76720258233e69/68747470733a2f2f6f6662697a2e6170616368652e6f72672f696d616765732f6f6662697a5f6c6f676f2e706e67" alt="Apache OFBiz" />
 
 # Product component
-This OFBiz component offers a fully utilised store management solution, including management of catalogs, products, price and promotion rules.
+This component offers a fully utilised store management solution, including management of catalogs, products, price and promotion rules.