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 2007/02/21 14:18:14 UTC

svn commit: r509998 - /ofbiz/trunk/applications/ecommerce/data/DemoPurchasing.xml

Author: jacopoc
Date: Wed Feb 21 05:18:14 2007
New Revision: 509998

URL: http://svn.apache.org/viewvc?view=rev&rev=509998
Log:
Commented out demo data that was causing problems due to fk exception.
This is a temp fix: the best solution is to add the two new TemTypes to the seed data file of the party component; however I don't know exactly the meaning of these new types, so I'm leaving this to Si.

Modified:
    ofbiz/trunk/applications/ecommerce/data/DemoPurchasing.xml

Modified: ofbiz/trunk/applications/ecommerce/data/DemoPurchasing.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/data/DemoPurchasing.xml?view=diff&rev=509998&r1=509997&r2=509998
==============================================================================
--- ofbiz/trunk/applications/ecommerce/data/DemoPurchasing.xml (original)
+++ ofbiz/trunk/applications/ecommerce/data/DemoPurchasing.xml Wed Feb 21 05:18:14 2007
@@ -191,9 +191,10 @@
     -->
     <AgreementTerm agreementTermId="1000" termTypeId="FIN_PAYMENT_TERM" agreementId="AGR_TEST" termDays="30"/>
     <AgreementTerm agreementTermId="1001" termTypeId="FIN_PAYMENT_DISC" agreementId="AGR_TEST" termDays="10" termValue="2"/> <!-- a 2% discount for paying within 10 days -->
+    <!--
     <AgreementTerm agreementTermId="1003" termTypeId="PURCH_VENDOR_ID" agreementId="AGR_TEST" description="OPEN-001"/> 
     <AgreementTerm agreementTermId="1004" termTypeId="PURCH_FREIGHT" agreementId="AGR_TEST" description="Ship via Open Express"/>
-
+    -->
     <!-- A final note: if we use Agreement and AgreementTerm in this way we can store 'party terms' without the need of a new PartyTerm entity -->
 
     <!-- an example of agreements with multiple payment terms -->