Author: sichen
Date: Thu Oct  5 16:44:44 2006
New Revision: 453429

URL: http://svn.apache.org/viewvc?view=rev&rev=453429
Log:
New agreement type for commissions

Modified:
    incubator/ofbiz/trunk/applications/party/data/PartyTypeData.xml

Modified: incubator/ofbiz/trunk/applications/party/data/PartyTypeData.xml
URL: 
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/party/data/PartyTypeData.xml?view=diff&rev=453429&r1=453428&r2=453429
==============================================================================
--- incubator/ofbiz/trunk/applications/party/data/PartyTypeData.xml (original)
+++ incubator/ofbiz/trunk/applications/party/data/PartyTypeData.xml Thu Oct  5 
16:44:44 2006
@@ -21,13 +21,14 @@
     <AgreementItemType agreementItemTypeId="AGREEMENT_EXHIBIT" 
description="Exhibit" hasTable="N" parentTypeId=""/>
     <AgreementItemType agreementItemTypeId="AGREEMENT_PRICING_PR" 
description="Pricing" hasTable="N" parentTypeId=""/>
     <AgreementItemType agreementItemTypeId="AGREEMENT_SECTION" 
description="Section" hasTable="N" parentTypeId=""/>
-    <AgreementItemType agreementItemTypeId="AGREEMENT_COMMISSION" 
description="Section" hasTable="N" parentTypeId=""/>
+    <AgreementItemType agreementItemTypeId="AGREEMENT_COMMISSION" 
description="Commission Rate" hasTable="N" parentTypeId=""/>
 
     <AgreementType agreementTypeId="PRODUCT_AGREEMENT" description="Product" 
hasTable="N" parentTypeId=""/>
     <AgreementType agreementTypeId="PURCHASE_AGREEMENT" description="Purchase" 
hasTable="N" parentTypeId="PRODUCT_AGREEMENT"/>
     <AgreementType agreementTypeId="SALES_AGREEMENT" description="Sales" 
hasTable="N" parentTypeId="PRODUCT_AGREEMENT"/>
     <AgreementType agreementTypeId="EMPLOYMENT_AGREEMENT" 
description="Employment" hasTable="N" parentTypeId=""/>
     <AgreementType agreementTypeId="OTHER_AGREEMENT" description="Other" 
hasTable="N" parentTypeId=""/>
+    <AgreementType agreementTypeId="COMMISSION_AGREEMENT" 
description="Commission" hasTable="N" parentTypeId=""/>
 
     <CommunicationEventPrpTyp communicationEventPrpTypId="ACTIVITY_REQUEST" 
description="Activity Request" hasTable="N" parentTypeId=""/>
     <CommunicationEventPrpTyp communicationEventPrpTypId="CONFERENCE" 
description="Conference" hasTable="N" parentTypeId=""/>


Reply via email to