Author: ashish
Date: Mon Nov 24 00:38:21 2008
New Revision: 720133

URL: http://svn.apache.org/viewvc?rev=720133&view=rev
Log:
Adding two record of FixedAssetType = COMPUTER_HARDWARE & COMPUTER_SOFTWARE.

Modified:
    ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml

Modified: ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml?rev=720133&r1=720132&r2=720133&view=diff
==============================================================================
--- ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml (original)
+++ ofbiz/trunk/applications/accounting/data/AccountingTypeData.xml Mon Nov 24 
00:38:21 2008
@@ -127,6 +127,8 @@
     <FixedAssetType description="Property" fixedAssetTypeId="PROPERTY" 
hasTable="N" parentTypeId=""/>
     <FixedAssetType description="Vehicle" fixedAssetTypeId="VEHICLE" 
hasTable="N" parentTypeId=""/>
     <FixedAssetType description="Real Estate" fixedAssetTypeId="REAL_ESTATE" 
hasTable="N" parentTypeId=""/>
+    <FixedAssetType description="Computer Software" 
fixedAssetTypeId="COMPUTER_SOFTWARE" hasTable="N" parentTypeId=""/>
+    <FixedAssetType description="Computer Hardware" 
fixedAssetTypeId="COMPUTER_HARDWARE" hasTable="N" parentTypeId=""/>
 
     <EnumerationType description="Fixed Asset Class" enumTypeId="FXAST_CLASS" 
hasTable="N" parentTypeId=""/>
     <Enumeration description="Boat" enumCode="BOAT" enumId="FAC_BOAT" 
sequenceId="01" enumTypeId="FXAST_CLASS"/>


Reply via email to