Author: jleroux
Date: Sun Oct 25 12:05:48 2009
New Revision: 829551

URL: http://svn.apache.org/viewvc?rev=829551&view=rev
Log:
Sorry to be fastidious about that but I really want to distinguish the 
Application concept (at the user level) from the Component concept (at the 
developer level)
Please keep it mind, thanks (would be a good entry in our glossary BTW, I will 
do...).

Modified:
    ofbiz/trunk/applications/commonext/config/SetupUiLabels.xml
    ofbiz/trunk/applications/marketing/documents/Marketing.xml
    ofbiz/trunk/applications/party/documents/Party.xml

Modified: ofbiz/trunk/applications/commonext/config/SetupUiLabels.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/config/SetupUiLabels.xml?rev=829551&r1=829550&r2=829551&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/config/SetupUiLabels.xml (original)
+++ ofbiz/trunk/applications/commonext/config/SetupUiLabels.xml Sun Oct 25 
12:05:48 2009
@@ -20,7 +20,7 @@
 
 <resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
     <property key="SetupCompanyName">
-        <value xml:lang="en">OFBiz: Setup Component </value>
+        <value xml:lang="en">OFBiz: Setup Application </value>
         <value xml:lang="it">OFBiz: componente di configurazione</value>
     </property>
     <property key="SetupCompanySubtitle">

Modified: ofbiz/trunk/applications/marketing/documents/Marketing.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/documents/Marketing.xml?rev=829551&r1=829550&r2=829551&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/documents/Marketing.xml (original)
+++ ofbiz/trunk/applications/marketing/documents/Marketing.xml Sun Oct 25 
12:05:48 2009
@@ -23,18 +23,18 @@
     xsi:schemaLocation="http://docbook.org/ns/docbook 
../../content/dtd/docbook.xsd"
     xmlns="http://docbook.org/ns/docbook";>
 
-    <title>The Marketing Component.</title>
+    <title>The Marketing Application.</title>
 
     <para>
-        The marketing component is supporting you to create, select and follow 
sales opportunities
+        The marketing application is supporting you to create, select and 
follow sales opportunities
         in order to create sales orders for the company.
     </para>
     
     <section>
         <title>Marketing, CRM and SFA in Apache OFBiz, an overview.</title>
         <para>
-            It is very much based on the party component as its source.
-            Records from the party component are selected with only one basic 
reason: a possible sale in the future.
+            It is very much based on the party application as its source.
+            Records from the party application are selected with only one 
basic reason: a possible sale in the future.
             That also means that records in the party manager should be 
complete, especially the role is pretty important.
             Not All roles, but at least 'lead' 'contact' and 'Account' should 
be defined. 
         </para>

Modified: ofbiz/trunk/applications/party/documents/Party.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/documents/Party.xml?rev=829551&r1=829550&r2=829551&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/documents/Party.xml (original)
+++ ofbiz/trunk/applications/party/documents/Party.xml Sun Oct 25 12:05:48 2009
@@ -21,11 +21,11 @@
     version="5.0" xmlns:xl="http://www.w3.org/1999/xlink"; 
xmlns:xi="http://www.w3.org/2001/XInclude";
     xsi:schemaLocation="http://docbook.org/ns/docbook 
../../content/dtd/docbook.xsd"
     xmlns="http://docbook.org/ns/docbook";>
-    <title>The Party Component.</title>
+    <title>The Party Application.</title>
     <section>
         <title>Introduction</title>
         <para>
-            Please find here a general introduction to the party component (to 
be continued)
+            Please find here a general introduction to the party application 
(to be continued)
         </para>
     </section>
     <xi:include href="../data/helpdata/HELP_PARTY_findparty.xml" />


Reply via email to