Author: taher
Date: Sat Apr 29 07:09:20 2017 New Revision: 1793171 URL: http://svn.apache.org/viewvc?rev=1793171&view=rev Log: Fixed: Remove all dependencies from OFBiz framework to plugins (OFBIZ-9322) This is related to commit r1793170 from ofbiz-trunk where data is moved from ecommerce to accounting and party components. Modified: ofbiz/ofbiz-plugins/trunk/ecommerce/data/DemoPurchasing.xml ofbiz/ofbiz-plugins/trunk/webpos/data/DemoPosData.xml Modified: ofbiz/ofbiz-plugins/trunk/ecommerce/data/DemoPurchasing.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/ecommerce/data/DemoPurchasing.xml?rev=1793171&r1=1793170&r2=1793171&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/ecommerce/data/DemoPurchasing.xml (original) +++ ofbiz/ofbiz-plugins/trunk/ecommerce/data/DemoPurchasing.xml Sat Apr 29 07:09:20 2017 @@ -21,18 +21,6 @@ under the License. <entity-engine-xml> <UserLoginSecurityGroup groupId="ECOMMERCE_CUSTOMER" userLoginId="DemoCustomer" fromDate="2000-01-01 00:00:00.0"/> <!-- suppliers --> - <Party partyId="DemoSupplier" partyTypeId="PARTY_GROUP"/> - <PartyGroup partyId="DemoSupplier" groupName="Demo Supplier"/> - <PartyRole partyId="DemoSupplier" roleTypeId="SUPPLIER"/> - <ContactMech contactMechId="9001" contactMechTypeId="POSTAL_ADDRESS"/> - <PartyContactMech partyId="DemoSupplier" contactMechId="9001" fromDate="2001-05-13 00:00:00.000" allowSolicitation="Y"/> - <PostalAddress contactMechId="9001" toName="Demo Supplier Company" address1="2004 Factory Blvd" city="City of Industry" postalCode="90000" countryGeoId="USA" stateProvinceGeoId="CA"/> - <PartyContactMechPurpose partyId="DemoSupplier" contactMechId="9001" contactMechPurposeTypeId="BILLING_LOCATION" fromDate="2001-05-13 00:00:00.000"/> - <PartyContactMechPurpose partyId="DemoSupplier" contactMechId="9001" contactMechPurposeTypeId="GENERAL_LOCATION" fromDate="2001-05-13 00:00:00.000"/> - <PartyContactMechPurpose partyId="DemoSupplier" contactMechId="9001" contactMechPurposeTypeId="PAYMENT_LOCATION" fromDate="2001-05-13 00:00:00.000"/> - <UserLogin userLoginId="DemoSupplier" currentPassword="{SHA}47b56994cbc2b6d10aa1be30f70165adb305a41a" partyId="DemoSupplier"/> - - <Party partyId="BigSupplier" partyTypeId="PARTY_GROUP" /> <PartyGroup partyId="BigSupplier" groupName="Big Supplier" /> <PartyRole partyId="BigSupplier" roleTypeId="SUPPLIER" /> Modified: ofbiz/ofbiz-plugins/trunk/webpos/data/DemoPosData.xml URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/webpos/data/DemoPosData.xml?rev=1793171&r1=1793170&r2=1793171&view=diff ============================================================================== --- ofbiz/ofbiz-plugins/trunk/webpos/data/DemoPosData.xml (original) +++ ofbiz/ofbiz-plugins/trunk/webpos/data/DemoPosData.xml Sat Apr 29 07:09:20 2017 @@ -21,10 +21,9 @@ under the License. <entity-engine-xml> <WebSite webSiteId="WebStorePos" siteName="Web POS Site" productStoreId="9100" visualThemeSetId="BACKOFFICE"/> <ProductStorePaymentSetting productStoreId="9100" paymentMethodTypeId="PERSONAL_CHECK" paymentServiceTypeEnumId="PRDS_PAY_EXTERNAL" paymentService="" paymentCustomMethodId=""/> - - <PartyIdentificationType partyIdentificationTypeId="CARD_ID" description="Person card identification number"/> + <PartyIdentification partyId="DemoCustomer" partyIdentificationTypeId="CARD_ID" idValue="987654321"/> - + <ProductStoreShipmentMeth productStoreShipMethId="9100" productStoreId="9100" partyId="_NA_" includeNoChargeItems="Y" allowUspsAddr="N" requireUspsAddr="N" roleTypeId="CARRIER" shipmentMethodTypeId="NO_SHIPPING" sequenceNumber="6"/> <ProductStoreShipmentMeth productStoreShipMethId="9101" productStoreId="9100" partyId="UPS" includeNoChargeItems="N" allowUspsAddr="N" requireUspsAddr="N" roleTypeId="CARRIER" shipmentMethodTypeId="GROUND" sequenceNumber="3"/> <ProductStoreShipmentMeth productStoreShipMethId="9102" productStoreId="9100" partyId="UPS" includeNoChargeItems="N" allowUspsAddr="N" requireUspsAddr="N" roleTypeId="CARRIER" shipmentMethodTypeId="AIR" sequenceNumber="2"/> |
Free forum by Nabble | Edit this page |