You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ta...@apache.org on 2018/03/16 09:52:17 UTC

svn commit: r1826948 - /ofbiz/ofbiz-framework/trunk/docs/asciidoc/user-manual.adoc

Author: taher
Date: Fri Mar 16 09:52:17 2018
New Revision: 1826948

URL: http://svn.apache.org/viewvc?rev=1826948&view=rev
Log:
Implemented: added an introductory paragraph to the core apps section
(OFBIZ-10285)

Modified:
    ofbiz/ofbiz-framework/trunk/docs/asciidoc/user-manual.adoc

Modified: ofbiz/ofbiz-framework/trunk/docs/asciidoc/user-manual.adoc
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/docs/asciidoc/user-manual.adoc?rev=1826948&r1=1826947&r2=1826948&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/docs/asciidoc/user-manual.adoc (original)
+++ ofbiz/ofbiz-framework/trunk/docs/asciidoc/user-manual.adoc Fri Mar 16 09:52:17 2018
@@ -112,6 +112,18 @@ first.
 
 == Core Business Applications
 
+Most businesses share universal needs. They require accounting functionality,
+managing customers, placing orders, book-keeping, invoicing and so on.
+
+OFBiz is designed so that such basic universal business needs are available
+through a set of core business applications. These applications all share a
+unified data-model with a set of unified services to implement this
+functionality.
+
+This section of the manual will describe each core business application
+starting with a high level overview of design and purpose down to the details
+of how to achieve common tasks. 
+
 include::../../applications/accounting/src/docs/asciidoc/accounting.adoc[leveloffset=+1]
 
 include::../../applications/humanres/src/docs/asciidoc/humanres.adoc[leveloffset=+1]