This is an automated email from the ASF dual-hosted git repository.

mbrohl pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 9f97826  Improved: Maintenance (demo) dataset(s) (OFBIZ-12526)
9f97826 is described below

commit 9f978262f580a733fc5b080eb54d2d705f0defc6
Author: Pierre Smits <[email protected]>
AuthorDate: Sun Jan 23 15:13:35 2022 +0100

    Improved: Maintenance (demo) dataset(s) (OFBIZ-12526)
    
    Good (demo) data increases the appeal of OFBiz, making it easier for both 
user and contributor to understand how particular functions like screens, 
services, etc. (should) work.
    
    modified: MarketingDemoData.xml
    added demo data regarding sfa forecasts
---
 applications/datamodel/data/demo/MarketingDemoData.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/applications/datamodel/data/demo/MarketingDemoData.xml 
b/applications/datamodel/data/demo/MarketingDemoData.xml
index d2e0673..ac8955b 100644
--- a/applications/datamodel/data/demo/MarketingDemoData.xml
+++ b/applications/datamodel/data/demo/MarketingDemoData.xml
@@ -218,4 +218,9 @@ under the License.
     <!-- Demo WebSiteContactList -->
     <WebSiteContactList webSiteId="WebStore" contactListId="9000" 
fromDate="2011-08-16 17:15:20.0"/>
     <WebSiteContactList webSiteId="WebStore" contactListId="9010" 
fromDate="2011-08-16 17:15:20.0"/>
+
+    <SalesForecast currencyUomId="USD" forecastAmount="1000000.00" 
internalPartyId="SALES" organizationPartyId="Company" salesForecastId="1000"/>
+    <SalesForecastDetail amount="100000.00" productId="WG-9943" 
salesForecastDetailId="00001" salesForecastId="1000"/>
+    <SalesForecast currencyUomId="EUR" forecastAmount="20000.00" 
internalPartyId="DemoRepAll" organizationPartyId="EuroCustomer" 
salesForecastId="2000"/>
+    <SalesForecastDetail amount="20000.00" productCategoryId="SERV-001" 
salesForecastDetailId="00001" salesForecastId="2000"/>
 </entity-engine-xml>

Reply via email to