Author: jacopoc
Date: Sat Nov  7 16:41:07 2009
New Revision: 833710

URL: http://svn.apache.org/viewvc?rev=833710&view=rev
Log:
Removed demo data for PartyIdentification related to VAT tax id because it was 
not the right way to model this information.

Modified:
    ofbiz/trunk/applications/party/data/PartyDemoData.xml

Modified: ofbiz/trunk/applications/party/data/PartyDemoData.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/data/PartyDemoData.xml?rev=833710&r1=833709&r2=833710&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/data/PartyDemoData.xml (original)
+++ ofbiz/trunk/applications/party/data/PartyDemoData.xml Sat Nov  7 16:41:07 
2009
@@ -36,12 +36,9 @@
     <!-- Party Identification numbers-->
     <Party partyId="DemoSupplier"/>
     <PartyRole partyId="DemoSupplier" roleTypeId="ACCOUNT"/>
-    <PartyIdentificationType partyIdentificationTypeId="EURO_TAX" 
description="euro vat number tax identification"/>
     <PartyIdentificationType partyIdentificationTypeId="SIRET" 
description="french company identification number"/>
-    <PartyIdentification partyId="DemoSupplier" 
partyIdentificationTypeId="EURO_TAX" idValue="FR1234 5678 90123"/>
     <PartyIdentification partyId="DemoSupplier" 
partyIdentificationTypeId="SIRET" idValue="1234 5678 90123"/>
 
-
     <!-- email from an unknown party -->
     <CommunicationEvent communicationEventId="9000" 
communicationEventTypeId="EMAIL_COMMUNICATION" statusId="COM_UNKNOWN_PARTY" 
contactMechTypeId="EMAIL_ADDRESS" contactMechIdTo="admin" roleTypeIdFrom="_NA_" 
roleTypeIdTo="_NA_" partyIdTo="admin" entryDate="2008-07-28 13:55:55.827" 
datetimeStarted="2008-07-28 13:55:19.0" subject="Why i would use the OFBiz 
system" contentMimeTypeId="text/plain" content="Every time i think of you, only 
you...you are always on my mind......." note="Sent from: [email protected]; Sent 
Name from: Jo Easy User; Sent to: [email protected]; Delivered-To: 
[email protected]; " fromString="[email protected]" 
toString="[email protected]"/>
     <PartyRole partyId="admin" roleTypeId="ADDRESSEE"/>


Reply via email to