You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2007/12/16 03:41:56 UTC

svn commit: r604544 - /ofbiz/trunk/applications/workeffort/entitydef/entitymodel.xml

Author: hansbak
Date: Sat Dec 15 18:41:55 2007
New Revision: 604544

URL: http://svn.apache.org/viewvc?rev=604544&view=rev
Log:
change comment into new description feature in the entitydefinition

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

Modified: ofbiz/trunk/applications/workeffort/entitydef/entitymodel.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/entitydef/entitymodel.xml?rev=604544&r1=604543&r2=604544&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/entitydef/entitymodel.xml (original)
+++ ofbiz/trunk/applications/workeffort/entitydef/entitymodel.xml Sat Dec 15 18:41:55 2007
@@ -274,11 +274,9 @@
       <field name="quantityToProduce" type="floating-point"></field>
       <field name="quantityProduced" type="floating-point"></field>
       <field name="quantityRejected" type="floating-point"></field>
-      <field name="reservPersons" type="floating-point"></field>   <!-- the number of persons renting the attached asset -->
-      <!-- reservationSecondPersonPricePercentage: percentage of the end price for the 2nd person renting this asset connected to the workEfforty-->
-      <field name="reserv2ndPPPerc" type="floating-point"/>
-      <!-- reservationNthPersonPricePercentage: percentage of the end price for the Nth (2+) person renting this asset connected to the workEfforty-->
-      <field name="reservNthPPPerc" type="floating-point"/>      
+      <field name="reservPersons" type="floating-point"><description>the number of persons renting the attached asset</description></field>   
+      <field name="reserv2ndPPPerc" type="floating-point"><description>reservationSecondPersonPricePercentage: percentage of the end price for the 2nd person renting this asset connected to the workEffort</description></field>
+      <field name="reservNthPPPerc" type="floating-point"><description>reservationNthPersonPricePercentage: percentage of the end price for the Nth (2+) person renting this asset connected to the workEffort</description></field>      
       <field name="revisionNumber" type="numeric"></field>
       <field name="createdDate" type="date-time"></field>
       <field name="createdByUserLogin" type="id-vlong"></field>