/[Apache-SVN]
ViewVC logotype

Revision 1761678


Jump to revision: Previous Next
Author: jleroux
Date: Wed Sep 21 06:36:00 2016 UTC (7 years, 6 months ago)
Changed paths: 6
Log Message:
Fixes: Order By Referrer is not working
(OFBIZ-7318)

See
https://ofbiz-vm.apache.org:8443/ordermgr/control/OrderPurchaseReportOptions
Section : Order By Referrer

Found out that in OrderByReferrer.rptdesign we tried to fetch nonexisting fields
like "visitId" and "initialReferrer" from SalesOrderItemFact which causing 
problem in this report. On rev #886743 SalesOrderItemFact extended with visitId 
and initialReferrer and on rev #1055774 these field has been removed.
So I think we need to clean references of visitId and initialReferrer from the 
report and if we removed these fields then report will not make any sense. 
So in my opinion it is better to remove this report from OFBIZ.

Thanks: Rohit Koushalfor report and patch

Changed paths

Path Details
Directoryofbiz/trunk/specialpurpose/birt/config/BirtUiLabels.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/birt/data/OrderPortletData.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/birt/webapp/ordermgr/WEB-INF/controller.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/birt/webapp/ordermgr/reports/OrderByReferrer.rptdesign deleted
Directoryofbiz/trunk/specialpurpose/birt/widget/order/OrderForms.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/birt/widget/order/OrderScreens.xml modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26