svn commit: r598575 - /ofbiz/trunk/framework/common/data/UnitData.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r598575 - /ofbiz/trunk/framework/common/data/UnitData.xml

jonesde
Author: jonesde
Date: Tue Nov 27 01:53:04 2007
New Revision: 598575

URL: http://svn.apache.org/viewvc?rev=598575&view=rev
Log:
Added Uoms for special cases; technically the Each uom is assumed if there is no uom, but with this can make explicit, or qualify wi no uom specific, but with this can be explicit or qualified further with something like the per person

Modified:
    ofbiz/trunk/framework/common/data/UnitData.xml

Modified: ofbiz/trunk/framework/common/data/UnitData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/data/UnitData.xml?rev=598575&r1=598574&r2=598575&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/data/UnitData.xml (original)
+++ ofbiz/trunk/framework/common/data/UnitData.xml Tue Nov 27 01:53:04 2007
@@ -311,4 +311,6 @@
     <Uom abbreviation="cd" description="Candela - Luminosity (intensity of light)" uomId="OTH_cd" uomTypeId="OTHER_MEASURE"/>
     <Uom abbreviation="mol" description="Mole - Substance (molecule)" uomId="OTH_mol" uomTypeId="OTHER_MEASURE"/>
 
+    <Uom abbreviation="ea" description="Each" uomId="OTH_ea" uomTypeId="OTHER_MEASURE"/>
+    <Uom abbreviation="pp" description="Per Person" uomId="OTH_pp" uomTypeId="OTHER_MEASURE"/>
 </entity-engine-xml>