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 2008/08/12 10:46:23 UTC

svn commit: r685087 - /ofbiz/trunk/applications/order/entitydef/entitymodel.xml

Author: jleroux
Date: Tue Aug 12 01:46:23 2008
New Revision: 685087

URL: http://svn.apache.org/viewvc?rev=685087&view=rev
Log:
Better descriptions

Modified:
    ofbiz/trunk/applications/order/entitydef/entitymodel.xml

Modified: ofbiz/trunk/applications/order/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/entitydef/entitymodel.xml?rev=685087&r1=685086&r2=685087&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/order/entitydef/entitymodel.xml Tue Aug 12 01:46:23 2008
@@ -1619,8 +1619,7 @@
       <field name="priority" type="numeric"></field>
       <field name="custRequestDate" type="date-time">
         <description>
-          When the customer (or whoever) submitted the request 
-          When the request is known as being one, may be out of OFBiz : comming by mail, email, etc.          
+          When the customer (or whoever) submitted the request, maybe out of OFBiz : comming by mail, email, etc.          
         </description>
       </field>
       <field name="responseRequiredDate" type="date-time">
@@ -1641,15 +1640,14 @@
       <field name="currencyUomId" type="id"></field>
       <field name="openDateTime" type="date-time">
         <description>
-          Used when the customer service person or anyone assigned to handle the incoming request open it for action.
-          Then you take the customer requestdate and openDateTime to see the efficiency of the customer service people.          
+          Used when the customer service person, or anyone assigned to handle the incoming request, opens it for action.
+          You  cantake the customer requestdate and openDateTime to see the efficiency of the customer service people.          
         </description>
       </field>
       <field name="closedDateTime" type="date-time">
         <description>
-          Used when the customer service person or anyone assigned to handle the incoming request close it as resolution
-          In some customer response systems, the openDateTime and closedDateTime can happen more than once as the customer is not satified
-          with the resolution.          
+          Used when the customer service person, or anyone assigned to handle the incoming request, closes it as resolution.
+          In some customer response systems, the openDateTime and closedDateTime can happen more than once as the customer is not satified with the resolution.          
         </description>
       </field>
       <field name="internalComment" type="comment"></field>
@@ -1662,7 +1660,7 @@
       <field name="createdByUserLogin" type="id-vlong"></field>
       <field name="lastModifiedDate" type="date-time">
         <description>
-          Last modified date can be till the closedDateTime which is when the customer service people say it is resolved. 
+          Last modified date can be till the closedDateTime which is when the customer service people, or anyone assigned to handle the incoming request, says it is resolved. 
           This gives when the last action was done to see if the steps to resolve the request are happening in a timely manner.              
         </description>
       </field>