You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2006/08/01 11:09:47 UTC

svn commit: r427495 - /incubator/ofbiz/trunk/applications/party/data/PartyTypeData.xml

Author: jacopoc
Date: Tue Aug  1 02:09:46 2006
New Revision: 427495

URL: http://svn.apache.org/viewvc?rev=427495&view=rev
Log:
Added "Incoterms" term types.
Incoterms are internationally accepted commercial terms defining the respective roles of the buyer and seller in the arrangement of transportation and other responsibilities and clarify when the ownership of the merchandise takes place.
They are used in conjunction with a sales agreement or other method of transacting the sale.
http://www.export.gov/incoterms.html


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?rev=427495&r1=427494&r2=427495&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/party/data/PartyTypeData.xml (original)
+++ incubator/ofbiz/trunk/applications/party/data/PartyTypeData.xml Tue Aug  1 02:09:46 2006
@@ -298,5 +298,21 @@
     <TermType description="Commission Term Variable" hasTable="N" parentTypeId="COMMISSION_TERM" termTypeId="FIN_COMM_VARIABLE"/>
     <TermType description="Commission Term Minimum Per Unit" hasTable="N" parentTypeId="COMMISSION_TERM" termTypeId="FIN_COMM_MIN"/>
     <TermType description="Commission Term Maximum Per Unit" hasTable="N" parentTypeId="COMMISSION_TERM" termTypeId="FIN_COMM_MAX"/>
+
+    <TermType description="Incoterm" hasTable="N" parentTypeId="" termTypeId="INCO_TERM"/>
+    <TermType description="Incoterm Ex Works" parentTypeId="INCO_TERM" termTypeId="EXW"/>
+    <TermType description="Incoterm Free Carrier" parentTypeId="INCO_TERM" termTypeId="FCA"/>
+    <TermType description="Incoterm Free Alongside Ship" parentTypeId="INCO_TERM" termTypeId="FAS"/>
+    <TermType description="Incoterm Free On Board" parentTypeId="INCO_TERM" termTypeId="FOB"/>
+    <TermType description="Incoterm Cost and Freight" parentTypeId="INCO_TERM" termTypeId="CFR"/>
+    <TermType description="Incoterm Cost, Insurance and Freight" parentTypeId="INCO_TERM" termTypeId="CIF"/>
+    <TermType description="Incoterm Carriage Paid To" parentTypeId="INCO_TERM" termTypeId="CPT"/>
+    <TermType description="Incoterm Carriage and Insurance Paid to" parentTypeId="INCO_TERM" termTypeId="CIP"/>
+    <TermType description="Incoterm Delivered At Frontier" parentTypeId="INCO_TERM" termTypeId="DAF"/>
+    <TermType description="Incoterm Delivered Ex Ship" parentTypeId="INCO_TERM" termTypeId="DES"/>
+    <TermType description="Incoterm Delivered Ex Quay" parentTypeId="INCO_TERM" termTypeId="DEQ"/>
+    <TermType description="Incoterm Delivered Duty Unpaid" parentTypeId="INCO_TERM" termTypeId="DDU"/>
+    <TermType description="Incoterm Delivered Duty Paid" parentTypeId="INCO_TERM" termTypeId="DDP"/>
+
     <TermType description="Other" hasTable="N" parentTypeId="" termTypeId="OTHER_TERM"/>
 </entity-engine-xml>