Author: adrianc
Date: Tue Feb 24 18:40:30 2015 New Revision: 1662078 URL: http://svn.apache.org/r1662078 Log: Fixed a problem with loading quote demo data - https://issues.apache.org/jira/browse/OFBIZ-6096. Modified: ofbiz/trunk/applications/order/data/OrderQuoteDemoData.xml ofbiz/trunk/applications/order/ofbiz-component.xml Modified: ofbiz/trunk/applications/order/data/OrderQuoteDemoData.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/data/OrderQuoteDemoData.xml?rev=1662078&r1=1662077&r2=1662078&view=diff ============================================================================== --- ofbiz/trunk/applications/order/data/OrderQuoteDemoData.xml (original) +++ ofbiz/trunk/applications/order/data/OrderQuoteDemoData.xml Tue Feb 24 18:40:30 2015 @@ -19,10 +19,11 @@ under the License. --> <entity-engine-xml> + <Product productId="GZ-1000" productTypeId="FINISHED_GOOD" productName="Tiny Gizmo" internalName="Tiny Gizmo" description="The smallest gizmo in town." longDescription="This gizmo is very small and runs on solar power." isVirtual="N" isVariant="N"/> + <ProductPrice currencyUomId="USD" fromDate="2000-01-01 00:00:00.0" price="8.900" productId="GZ-1000" productPricePurposeId="PURCHASE" productPriceTypeId="AVERAGE_COST" productStoreGroupId="_NA_" taxInPrice="Y"/> <Quote currencyUomId="USD" issueDate="2001-01-01 00:00:00.0" partyId="DemoCustomer" productStoreId="9000" quoteId="CQ0001" quoteName="Demo Quote" quoteTypeId="PRODUCT_QUOTE" salesChannelEnumId="PHONE_SALES_CHANNEL" statusId="QUO_CREATED" validFromDate="2001-01-01 00:00:00.0" validThruDate="2100-02-01 00:00:00.0"/> <QuoteRole partyId="admin" quoteId="CQ0001" roleTypeId="REQ_TAKER"/> <QuoteTerm quoteId="CQ0001" quoteItemSeqId="_NA_" termDays="30" termTypeId="FIN_PAYMENT_TERM"/> <QuoteItem comments="10% off" productId="GZ-1000" quantity="150.000000" quoteId="CQ0001" quoteItemSeqId="00001" quoteUnitPrice="9.90"/> - <ProductPrice currencyUomId="USD" fromDate="2000-01-01 00:00:00.0" price="8.900" productId="GZ-1000" productPricePurposeId="PURCHASE" productPriceTypeId="AVERAGE_COST" productStoreGroupId="_NA_" taxInPrice="Y"/> </entity-engine-xml> Modified: ofbiz/trunk/applications/order/ofbiz-component.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/ofbiz-component.xml?rev=1662078&r1=1662077&r2=1662078&view=diff ============================================================================== --- ofbiz/trunk/applications/order/ofbiz-component.xml (original) +++ ofbiz/trunk/applications/order/ofbiz-component.xml Tue Feb 24 18:40:30 2015 @@ -37,7 +37,7 @@ under the License. <entity-resource type="data" reader-name="seed" loader="main" location="data/OrderHelpData.xml"/> <entity-resource type="data" reader-name="demo" loader="main" location="data/OrderDemoUser.xml"/> <entity-resource type="data" reader-name="demo" loader="main" location="data/OrderDemoData.xml"/> - <!-- <entity-resource type="data" reader-name="demo" loader="main" location="data/OrderQuoteDemoData.xml"/> --> + <entity-resource type="data" reader-name="demo" loader="main" location="data/OrderQuoteDemoData.xml"/> <service-resource type="model" loader="main" location="servicedef/services.xml"/> <service-resource type="model" loader="main" location="servicedef/services_cart.xml"/> |
Free forum by Nabble | Edit this page |