/[Apache-SVN]
ViewVC logotype

Revision 1519544


Jump to revision: Previous Next
Author: jleroux
Date: Tue Sep 3 03:29:45 2013 UTC (10 years, 7 months ago)
Changed paths: 10
Log Message:
A patch from Parimal Gain for "Order Report Issue" https://issues.apache.org/jira/browse/OFBIZ-5297

Reports under Order component has following issues -
1. Following reports are not showing any records due some issue
   a. Last three month sales report.
   b. Sales report.
   c. Sales Order discount code report.
   d. Product demand report.
2. Inconsistency in opening the pdf report - some reports are opening in new tab window but some are in the same window.

Following are the checkpoint -
1) Order should be Approved
2) All Dimension table(CurrencyDimension, DateDimension, ProductDimension)should have record.
3) After approval of order, order record should be created in 'SalesOrderItemFact' table. These is the OLAP table used to display data in reports.

Description -
1) If dimension table doesn't have records then following services should execute from service engine -
a) loadAllProductsInProductDimension
b) loadCurrencyDimension
c) loadDateDimension
2) Calling service to create record in 'SalesOrderItemFact' is updated into patch. On commit operation of service 'changeOrderItemStatus' if order item is approved then 'loadSalesOrderFact' service called through SECAS.

Changed paths

Path Details
Directoryofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/ledger/GeneralLedgerServices.xml modified , text changed
Directoryofbiz/trunk/applications/order/entitydef/entitymodel_olap.xml modified , text changed
Directoryofbiz/trunk/applications/order/script/org/ofbiz/order/reports/ProductDemandReportEvent.xml modified , text changed
Directoryofbiz/trunk/applications/order/servicedef/secas.xml modified , text changed
Directoryofbiz/trunk/specialpurpose/birt/webapp/ordermgr/reports/Last3MonthsSalesReport.rptdesign modified , text changed
Directoryofbiz/trunk/specialpurpose/birt/webapp/ordermgr/reports/ProductDemandReport.rptdesign modified , text changed
Directoryofbiz/trunk/specialpurpose/birt/webapp/ordermgr/reports/SalesReport.rptdesign modified , text changed
Directoryofbiz/trunk/specialpurpose/birt/webapp/ordermgr/reports/SalesReportMonth.rptdesign modified , text changed
Directoryofbiz/trunk/specialpurpose/birt/webapp/ordermgr/reports/SalesReportWeek.rptdesign modified , text changed
Directoryofbiz/trunk/specialpurpose/birt/widget/order/OrderForms.xml modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26