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 2009/11/24 12:38:26 UTC

svn commit: r883663 - /ofbiz/trunk/applications/commonext/data/helpdata/

Author: jleroux
Date: Tue Nov 24 11:38:07 2009
New Revision: 883663

URL: http://svn.apache.org/viewvc?rev=883663&view=rev
Log:
Some itemizedlists and orderedlists in Setup Help.
I used cdata in HELP_SystemInfoNotes.xml because username is a docbook reserved word and I was unable to use author mode.
BTW I did not find in HELPUI where HELP_SystemInfoNotes.xml is used...

Modified:
    ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_editFacility.xml
    ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_editProductStore.xml
    ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_editWebSite.xml
    ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_firstProdCatalog.xml
    ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_firstProductCategory.xml
    ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_firstcustomer.xml
    ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_firstproduct.xml
    ofbiz/trunk/applications/commonext/data/helpdata/HELP_SystemInfoNotes.xml

Modified: ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_editFacility.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_editFacility.xml?rev=883663&r1=883662&r2=883663&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_editFacility.xml (original)
+++ ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_editFacility.xml Tue Nov 24 11:38:07 2009
@@ -17,30 +17,54 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"
+<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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 OFBiz Setup Edit Facility help screen.</title>
-    <para>
-        The Edit Facility help screen is used to manage a warehouse, a store with related inventory.
-    </para>
+    <para> The Edit Facility help screen is used to manage a warehouse, a store with related inventory. </para>
     <section>
         <title>How do I create a facility?</title>
-        <para>Select the 'Facility' sub menu and the screen will be displayed</para>
-        <para>Enter the 'Facility Id' field (NOTE: If you do not enter the 'Facility Id' field it will be used the default as 'Organization Party Id')</para>
-        <para>Enter the 'Name' field </para>
-        <para>Enter a description describing what the line item is  </para>
-        <para>Enter a number in the 'Default Days To Ship ' field</para>
-        <para>Press the 'Save' button</para>
+        <para>
+            <orderedlist>
+                <listitem>
+                    <para>Select the 'Facility' sub menu and the screen will be displayed</para>
+                </listitem>
+                <listitem>
+                    <para>Enter the 'Facility Id' field (NOTE: If you do not enter the 'Facility Id' field it will be used the default as
+                        'Organization Party Id')</para>
+                </listitem>
+                <listitem>
+                    <para>Enter the 'Name' field </para>
+                </listitem>
+                <listitem>
+                    <para>Enter a description describing what the line item is </para>
+                </listitem>
+                <listitem>
+                    <para>Enter a number in the 'Default Days To Ship ' field</para>
+                </listitem>
+                <listitem>
+                    <para>Press the 'Save' button</para>
+                </listitem>
+            </orderedlist>
+        </para>
     </section>
     <section>
         <title>How do I update a facility?</title>
-        <para>Not all the fields on the facility can be updated. For example Facility Id cannot be updated. If these fields need to be amended then the facility will need to be removed and then re-created.</para>
-        <para>Select the 'Facility' sub menu and the screen will be displayed</para>
-        <para>Any existing line items will be displayed in the 'Items' box</para>
-        <para>Amend the details in the line item that needs to be updated (eg Name, Description, Default Days To Ship)</para>
-        <para>Press the 'Update' button displayed at the end of the line item that has been updated </para>
+        <para>Not all the fields on the facility can be updated. For example Facility Id cannot be updated. If these fields need to be amended then
+            the facility will need to be removed and then re-created.</para>
+        <para>
+            <orderedlist>
+                <listitem>
+                    <para>Select the 'Facility' sub menu and the screen will be displayed: Any existing line items will be displayed in the 'Items'
+                        box</para>
+                </listitem>
+                <listitem>
+                    <para>Amend the details in the line item that needs to be updated (eg Name, Description, Default Days To Ship)</para>
+                </listitem>
+                <listitem>
+                    <para>Press the 'Update' button displayed at the end of the line item that has been updated </para>
+                </listitem>
+            </orderedlist>
+        </para>
     </section>
-</section>
\ No newline at end of file
+</section>

Modified: ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_editProductStore.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_editProductStore.xml?rev=883663&r1=883662&r2=883663&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_editProductStore.xml (original)
+++ ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_editProductStore.xml Tue Nov 24 11:38:07 2009
@@ -17,30 +17,50 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"
+<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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 OFBiz Setup Edit Product Store help screen.</title>
-    <para>
-        The Product Store screen is used to manage a store with has all the information needed to sell products. For example shippings
-        ,a series of catalogs, which are composed of product categories and products , and also used to configure the payment processing settings
-        , fulfillment, notification, promotions, payment processing, and tax calculation policies , and etc.
-    </para>
+    <para> The Product Store screen is used to manage a store with has all the information needed to sell products. For example shippings ,a series of
+        catalogs, which are composed of product categories and products , and also used to configure the payment processing settings , fulfillment,
+        notification, promotions, payment processing, and tax calculation policies , and etc. </para>
     <section>
         <title>How do I create a Product Store?</title>
-        <para>Select the 'Product Store' sub menu and the screen will be displayed</para>
-        <para>Enter the 'Product Store Id' field (NOTE: If you do not enter the 'Product Store Id' field it will be used the default as 'Organization Party Id')</para>
-        <para>Enter the 'Store Name' field </para>
-        <para>Press the 'Update' button</para>
+        <para>
+            <orderedlist>
+                <listitem>
+                    <para>Select the 'Product Store' sub menu and the screen will be displayed</para>
+                </listitem>
+                <listitem>
+                    <para>Enter the 'Product Store Id' field (NOTE: If you do not enter the 'Product Store Id' field it will be used the default as
+                        'Organization Party Id')</para>
+                </listitem>
+                <listitem>
+                    <para>Enter the 'Store Name' field </para>
+                </listitem>
+                <listitem>
+                    <para>Press the 'Update' button</para>
+                </listitem>
+            </orderedlist>
+        </para>
     </section>
     <section>
         <title>How do I update a Product Store?</title>
-        <para>Not all the fields on the Product Store can be updated. For example Product Store Id cannot be updated. If these fields need to be amended then the Product Store will need to be removed and then re-created.</para>
-        <para>Select the 'Product Store' sub menu and the screen will be displayed</para>
-        <para>Any existing Product Store will be displayed in the 'Items' box</para>
-        <para>Amend the details in the line item that needs to be updated (eg Store Name)</para>
-        <para>Press the 'Update' button displayed at the end of the line item that has been updated </para>
+        <para>Not all the fields on the Product Store can be updated. For example Product Store Id cannot be updated. If these fields need to be
+            amended then the Product Store will need to be removed and then re-created.</para>
+        <para>
+            <orderedlist>
+                <listitem>
+                    <para>Select the 'Product Store' sub menu and the screen will be displayed: Any existing Product Store will be displayed in the
+                        'Items' box</para>
+                </listitem>
+                <listitem>
+                    <para>Amend the details in the line item that needs to be updated (eg Store Name)</para>
+                </listitem>
+                <listitem>
+                    <para>Press the 'Update' button displayed at the end of the line item that has been updated </para>
+                </listitem>
+            </orderedlist>
+        </para>
     </section>
-</section>
\ No newline at end of file
+</section>

Modified: ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_editWebSite.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_editWebSite.xml?rev=883663&r1=883662&r2=883663&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_editWebSite.xml (original)
+++ ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_editWebSite.xml Tue Nov 24 11:38:07 2009
@@ -17,29 +17,56 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"
+<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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 OFBiz Setup Edit WebSite help screen.</title>
-    <para>
-        The WebSite screen is used to manage the details of a WebSite. The WebSite record is used to configure which Product Store to use for your site that references it. 
-    </para>
+    <para> The WebSite screen is used to manage the details of a WebSite. The WebSite record is used to configure which Product Store to use for your
+        site that references it. </para>
     <section>
         <title>How do I create a Web Site?</title>
-        <para>Select the 'Web Site' sub menu and the screen will be displayed</para>
-        <para>Enter the 'Web Site Id' field (NOTE: If you do not enter the 'Web Site Id' field it will be used the default as 'Organization Party Id')</para>
-        <para>Enter the 'Site Name' field </para>
-        <para>Select the 'Visual Theme Set' field</para>
-        <para>Press the 'Save' button</para>
+        <para>
+            <orderedlist>
+                <listitem>
+                    <para>Select the 'Web Site' sub menu and the screen will be displayed</para>
+                </listitem>
+                <listitem>
+                    <para>Enter the 'Web Site Id' field (NOTE: If you do not enter the 'Web Site Id' field it will be used the default as
+                        'Organization Party Id')</para>
+                </listitem>
+                <listitem>
+                    <para>Enter the 'Site Name' field </para>
+                </listitem>
+                <listitem>
+                    <para>Select the 'Visual Theme Set' field</para>
+                </listitem>
+                <listitem>
+                    <para>Press the 'Save' button</para>
+                </listitem>
+            </orderedlist>
+        </para>
     </section>
     <section>
         <title>How do I update a Web Site?</title>
-        <para>Not all the fields on the web site can be updated. For example Web Site Id cannot be updated. If these fields need to be amended then the web site will need to be removed and then re-created.</para>
-        <para>Select the 'Web Site' sub menu and the screen will be displayed</para>
-        <para>Any existing line items will be displayed in the 'Items' box</para>
-        <para>Amend the details in the line item that needs to be updated (eg Site Name, Visual Theme Set)</para>
-        <para>Press the 'Update' button displayed at the end of the line item that has been updated </para>
+        <para>
+            <orderedlist>
+                <listitem>
+                    <para>Not all the fields on the web site can be updated. For example Web Site Id cannot be updated. If these fields need to be
+                        amended then the web site will need to be removed and then re-created.</para>
+                </listitem>
+                <listitem>
+                    <para>Select the 'Web Site' sub menu and the screen will be displayed</para>
+                </listitem>
+                <listitem>
+                    <para>Any existing line items will be displayed in the 'Items' box</para>
+                </listitem>
+                <listitem>
+                    <para>Amend the details in the line item that needs to be updated (eg Site Name, Visual Theme Set)</para>
+                </listitem>
+                <listitem>
+                    <para>Press the 'Update' button displayed at the end of the line item that has been updated </para>
+                </listitem>
+            </orderedlist>
+        </para>
     </section>
-</section>
\ No newline at end of file
+</section>

Modified: ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_firstProdCatalog.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_firstProdCatalog.xml?rev=883663&r1=883662&r2=883663&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_firstProdCatalog.xml (original)
+++ ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_firstProdCatalog.xml Tue Nov 24 11:38:07 2009
@@ -17,29 +17,51 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"
+<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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 OFBiz Setup Edit First Catalog help screen.</title>
-    <para>
-        It provides an overview on Catalog, Category, and Product which is the first one of your organization. 
-        You will be able to create/edit Catalog, Category, and Product for your organization and also be able to create order by that product.
-    </para>
+    <para> It provides an overview on Catalog, Category, and Product which is the first one of your organization. You will be able to create/edit
+        Catalog, Category, and Product for your organization and also be able to create order by that product. </para>
     <section>
         <title>How do I create a Catalog?</title>
-        <para>Select the 'Product Catalog' sub menu and the screen will be displayed</para>
-        <para>Enter the 'Prod Catalog Id' field (NOTE: If you do not enter the 'Prod Catalog Id' field it will be used the default as 'Organization Party Id')</para>
-        <para>Enter the 'Catalog Name' field </para>
-        <para>Press the 'Update' button</para>
+        <para>
+            <orderedlist>
+                <listitem>
+                    <para>Select the 'Product Catalog' sub menu and the screen will be displayed</para>
+                </listitem>
+                <listitem>
+                    <para>Enter the 'Prod Catalog Id' field (NOTE: If you do not enter the 'Prod Catalog Id' field it will be used the default as
+                        'Organization Party Id')</para>
+                </listitem>
+                <listitem>
+                    <para>Enter the 'Catalog Name' field </para>
+                </listitem>
+                <listitem>
+                    <para>Press the 'Update' button</para>
+                </listitem>
+            </orderedlist>
+        </para>
     </section>
     <section>
         <title>How do I update a Catalog?</title>
-        <para>Not all the fields on the Catalog can be updated. For example Prod Catalog Id  cannot be updated. If these fields need to be amended then the Catalog will need to be removed and then re-created.</para>
-        <para>Select the 'Product Catalog' sub menu and the screen will be displayed</para>
-        <para>Any existing Catalog will be displayed in the box</para>
-        <para>Amend the details in the line item that needs to be updated (eg Catalog Name)</para>
-        <para>Press the 'Update' button displayed at the end of the line item that has been updated </para>
+        <para>Not all the fields on the Catalog can be updated. For example Prod Catalog Id cannot be updated. If these fields need to be amended then
+            the Catalog will need to be removed and then re-created.</para>
+        <para>
+            <orderedlist>
+                <listitem>
+                    <para>Select the 'Product Catalog' sub menu and the screen will be displayed</para>
+                </listitem>
+                <listitem>
+                    <para>Any existing Catalog will be displayed in the box</para>
+                </listitem>
+                <listitem>
+                    <para>Amend the details in the line item that needs to be updated (eg Catalog Name)</para>
+                </listitem>
+                <listitem>
+                    <para>Press the 'Update' button displayed at the end of the line item that has been updated </para>
+                </listitem>
+            </orderedlist>
+        </para>
     </section>
-</section>
\ No newline at end of file
+</section>

Modified: ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_firstProductCategory.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_firstProductCategory.xml?rev=883663&r1=883662&r2=883663&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_firstProductCategory.xml (original)
+++ ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_firstProductCategory.xml Tue Nov 24 11:38:07 2009
@@ -17,29 +17,50 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"
+<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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 OFBiz Setup Edit First Product Category help screen.</title>
-    <para>
-        The Edit First Product Category screen is used to manage the first category with related the first catalog.
-    </para>
+    <para> The Edit First Product Category screen is used to manage the first category with related the first catalog. </para>
     <section>
         <title>How do I create a Category?</title>
-        <para>Select the 'Category' sub menu and the screen will be displayed</para>
-        <para>Enter the 'Product Category Id ' field (NOTE: If you do not enter the 'Product Category Id' field it will be used the default as 'Organization Party Id')</para>
-        <para>Enter the 'Category Name' field </para>
-        <para>Enter a description describing what the category is</para>
-        <para>Press the 'Update' button</para>
+        <para>
+            <orderedlist>
+                <listitem>
+                    <para>Select the 'Category' sub menu and the screen will be displayed</para>
+                </listitem>
+                <listitem>
+                    <para>Enter the 'Product Category Id ' field (NOTE: If you do not enter the 'Product Category Id' field it will be used the
+                        default as 'Organization Party Id')</para>
+                </listitem>
+                <listitem>
+                    <para>Enter the 'Category Name' field </para>
+                </listitem>
+                <listitem>
+                    <para>Enter a description describing what the category is</para>
+                </listitem>
+                <listitem>
+                    <para>Press the 'Update' button</para>
+                </listitem>
+            </orderedlist>
+        </para>
     </section>
     <section>
         <title>How do I update a Category?</title>
-        <para>Not all the fields on the Category can be updated. For example Prod Catalog Id  cannot be updated. If these fields need to be amended then the Category will need to be removed and then re-created.</para>
-        <para>Select the 'Category' sub menu and the screen will be displayed</para>
-        <para>Any existing Category will be displayed in the box</para>
-        <para>Amend the details in the line item that needs to be updated (eg Category Name, Product Description )</para>
-        <para>Press the 'Update' button displayed at the end of the line item that has been updated </para>
+        <para>Not all the fields on the Category can be updated. For example Prod Catalog Id cannot be updated. If these fields need to be amended
+            then the Category will need to be removed and then re-created.</para>
+        <para>
+            <orderedlist>
+                <listitem>
+                    <para>Select the 'Category' sub menu and the screen will be displayed: Any existing Category will be displayed in the box</para>
+                </listitem>
+                <listitem>
+                    <para>Amend the details in the line item that needs to be updated (eg Category Name, Product Description )</para>
+                </listitem>
+                <listitem>
+                    <para>Press the 'Update' button displayed at the end of the line item that has been updated </para>
+                </listitem>
+            </orderedlist>
+        </para>
     </section>
-</section>
\ No newline at end of file
+</section>

Modified: ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_firstcustomer.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_firstcustomer.xml?rev=883663&r1=883662&r2=883663&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_firstcustomer.xml (original)
+++ ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_firstcustomer.xml Tue Nov 24 11:38:07 2009
@@ -17,23 +17,31 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"
+<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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 OFBiz Setup Create First Customer help screen.</title>
-    <para>
-        The First Customer screen provides create/edit the first customer of your organization and also setup the "Shipping Destination Address"
-        , "General Correspondence Address", any telephone numbers, and email addresses you want for your first customer.
-    </para>
+    <para> The First Customer screen provides create/edit the first customer of your organization and also setup the "Shipping Destination Address" ,
+        "General Correspondence Address", any telephone numbers, and email addresses you want for your first customer. </para>
     <section>
         <title>How do I update the profile information of the first customer?</title>
         <para>After the first customer is created the profile and contact information screen will be displayed</para>
-        <para>Select the 'Update' button on the top corner of the profile information and the screen will be displayed</para>
-        <para>Any existing information will be displayed in the box</para>
-        <para>Amend the details in the profile information that needs to be updated</para>
-        <para>Press the 'Save' button</para>
-        <para>Press the 'Cancel/Done' button for go back to the first customer screen</para>
+        <para>
+            <orderedlist>
+                <listitem>
+                    <para>Select the 'Update' button on the top corner of the profile information and the screen will be displayed: Any existing
+                        information will be displayed in the box</para>
+                </listitem>
+                <listitem>
+                    <para>Amend the details in the profile information that needs to be updated</para>
+                </listitem>
+                <listitem>
+                    <para>Press the 'Save' button</para>
+                </listitem>
+                <listitem>
+                    <para>Press the 'Cancel/Done' button for go back to the first customer screen</para>
+                </listitem>
+            </orderedlist>
+        </para>
     </section>
-</section>
\ No newline at end of file
+</section>

Modified: ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_firstproduct.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_firstproduct.xml?rev=883663&r1=883662&r2=883663&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_firstproduct.xml (original)
+++ ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_firstproduct.xml Tue Nov 24 11:38:07 2009
@@ -17,32 +17,60 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"
+<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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 OFBiz Setup Edit First Product help screen.</title>
-    <para>
-        The Edit First Product screen is used to manage the first product with related the first catalog and the first category.
-    </para>
+    <para> The Edit First Product screen is used to manage the first product with related the first catalog and the first category. </para>
     <section>
         <title>How do I create a Product?</title>
-        <para>Select the 'Product' sub menu and the screen will be displayed</para>
-        <para>Enter the 'Product Id' field (NOTE: If you do not enter the 'Product Id' field it will be used the default as 'Organization Party Id')</para>
-        <para>Enter the 'Internal Name' field </para>
-        <para>Enter the 'Product Name' field </para>
-        <para>Enter a description describing what the category is</para>
-        <para>Enter a number in the 'Default Price' field</para>
-        <para>Enter a number in the 'Average Cost ' field</para>
-        <para>Press the 'Update' button</para>
+        <para>
+            <orderedlist>
+                <listitem>
+                    <para>Select the 'Product' sub menu and the screen will be displayed</para>
+                </listitem>
+                <listitem>
+                    <para>Enter the 'Product Id' field (NOTE: If you do not enter the 'Product Id' field it will be used the default as 'Organization
+                        Party Id')</para>
+                </listitem>
+                <listitem>
+                    <para>Enter the 'Internal Name' field </para>
+                </listitem>
+                <listitem>
+                    <para>Enter the 'Product Name' field </para>
+                </listitem>
+                <listitem>
+                    <para>Enter a description describing what the category is</para>
+                </listitem>
+                <listitem>
+                    <para>Enter a number in the 'Default Price' field</para>
+                </listitem>
+                <listitem>
+                    <para>Enter a number in the 'Average Cost ' field</para>
+                </listitem>
+                <listitem>
+                    <para>Press the 'Update' button</para>
+                </listitem>
+            </orderedlist>
+        </para>
     </section>
     <section>
         <title>How do I update a Product?</title>
-        <para>Not all the fields on the Product can be updated. For example Product Id  cannot be updated. If these fields need to be amended then the Product will need to be removed and then re-created.</para>
-        <para>Select the 'Product' sub menu and the screen will be displayed</para>
-        <para>Any existing Product will be displayed in the box</para>
-        <para>Amend the details in the line item that needs to be updated (eg Internal Name, Product Name, Short Description, Default Price, Average Cost)</para>
-        <para>Press the 'Update' button displayed at the end of the line item that has been updated </para>
+        <para>Not all the fields on the Product can be updated. For example Product Id cannot be updated. If these fields need to be amended then the
+            Product will need to be removed and then re-created.</para>
+        <para>
+            <orderedlist>
+                <listitem>
+                    <para>Select the 'Product' sub menu and the screen will be displayed: Any existing Product will be displayed in the box</para>
+                </listitem>
+                <listitem>
+                    <para>Amend the details in the line item that needs to be updated (eg Internal Name, Product Name, Short Description, Default
+                        Price, Average Cost)</para>
+                </listitem>
+                <listitem>
+                    <para>Press the 'Update' button displayed at the end of the line item that has been updated </para>
+                </listitem>
+            </orderedlist>
+        </para>
     </section>
-</section>
\ No newline at end of file
+</section>

Modified: ofbiz/trunk/applications/commonext/data/helpdata/HELP_SystemInfoNotes.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/data/helpdata/HELP_SystemInfoNotes.xml?rev=883663&r1=883662&r2=883663&view=diff
==============================================================================
--- ofbiz/trunk/applications/commonext/data/helpdata/HELP_SystemInfoNotes.xml (original)
+++ ofbiz/trunk/applications/commonext/data/helpdata/HELP_SystemInfoNotes.xml Tue Nov 24 11:38:07 2009
@@ -17,24 +17,24 @@
     specific language governing permissions and limitations
     under the License.
 -->
-<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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"
+<section xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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 System Event Portlet</title>
+    <para> This portlet shows changes which happened in the system for the logged on user. The first two functions which are working now:</para>
     <para>
-        This portlet shows changes which happened in the system for the logged on user.
-The first two functions which are working now:
-1. Incoming communication events (email, internal notes)
-2. tasks which are assigned either in projectmanager or workeffort
-
-These event can be notified to the user even when not logged on to ofbiz by using a firefox plugin and when it changes the employee is notified from within firefox
-The plugin: http://updatescanner.mozdev.org/en/index.html
-and it should check the following url: (adjust to your requirements)
-https://localhost:8443/myportal/control/showPortlet?portalPortletId=SystemInfoNotes&USERNAME=admin&PASSWORD=ofbiz
-
-In the flat grey theme i also have added notifications in the header when they are available.    
-</para>
-
+        <orderedlist>
+            <listitem>
+                <para>Incoming communication events (email, internal notes).</para>
+            </listitem>
+            <listitem>
+                <para>Tasks which are assigned either in projectmanager or workeffort.</para>
+                <para>These event can be notified to the user even when not logged on to OFBiz by using a firefox plugin and when it changes the
+                    employee is notified from within firefox </para>
+                <para>The plugin: http://updatescanner.mozdev.org/en/index.html and it should check the following url: (adjust to your requirements)
+                    <![CDATA[https://localhost:8443/myportal/control/showPortlet?portalPortletId=SystemInfoNotes&USERNAME=admin&PASSWORD=ofbiz]]></para>
+                <para> In the Flat Grey theme (only) notifications show in the header when they are available. </para>
+            </listitem>
+        </orderedlist>
+    </para>
 </section>



Re: svn commit: r883663 - /ofbiz/trunk/applications/commonext/data/helpdata/

Posted by Jacques Le Roux <ja...@les7arts.com>.
HELP_SystemInfoNotes seems not to be linked in HELP UI. There is an entry in My portal Help but it shows nothing
Also I think we should remove the possibility for user to rename folders, etc. (all right-click actions)

Jacques

> Author: jleroux
> Date: Tue Nov 24 11:38:07 2009
> New Revision: 883663
> 
> URL: http://svn.apache.org/viewvc?rev=883663&view=rev
> Log:
> Some itemizedlists and orderedlists in Setup Help.
> I used cdata in HELP_SystemInfoNotes.xml because username is a docbook reserved word and I was unable to use author mode.
> BTW I did not find in HELPUI where HELP_SystemInfoNotes.xml is used...
> 
> Modified:
>    ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_editFacility.xml
>    ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_editProductStore.xml
>    ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_editWebSite.xml
>    ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_firstProdCatalog.xml
>    ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_firstProductCategory.xml
>    ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_firstcustomer.xml
>    ofbiz/trunk/applications/commonext/data/helpdata/HELP_SETUP_firstproduct.xml
>    ofbiz/trunk/applications/commonext/data/helpdata/HELP_SystemInfoNotes.xml