You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2015/02/24 09:48:45 UTC

svn commit: r1661865 - /ofbiz/trunk/applications/order/data/OrderQuoteDemoData.xml

Author: jleroux
Date: Tue Feb 24 08:48:45 2015
New Revision: 1661865

URL: http://svn.apache.org/r1661865
Log:
A patch from Pierre Smits for "Adjust quote demo data to display profit margin" https://issues.apache.org/jira/browse/OFBIZ-6104

Completes previous commit

Modified:
    ofbiz/trunk/applications/order/data/OrderQuoteDemoData.xml

Modified: ofbiz/trunk/applications/order/data/OrderQuoteDemoData.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/data/OrderQuoteDemoData.xml?rev=1661865&r1=1661864&r2=1661865&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/data/OrderQuoteDemoData.xml (original)
+++ ofbiz/trunk/applications/order/data/OrderQuoteDemoData.xml Tue Feb 24 08:48:45 2015
@@ -24,4 +24,5 @@ under the License.
     <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>