[jira] [Commented] (OFBIZ-5297) Order Report Issue

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-5297) Order Report Issue

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-5297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13757603#comment-13757603 ]

Jacques Le Roux commented on OFBIZ-5297:
----------------------------------------

I reiterate my KISS and YAGNI solution:

Currently the quickInitDataWarehouse BI button uses these dates (set in BI main screen)

                <set field="fromDate" value="2008-01-01 00:00:00.0" type="Timestamp"/>
                <set field="thruDate" value="2010-01-01 00:00:00.0" type="Timestamp"/>

This generates 1000+ records. A simple solution would be to widen the range (say from 2013-09-01 to 2043-09-01). 30 years ahead would generate 10 000+ records which is still reasonnable. Then a message, placed in the UI, in all places where BI dimension reports are used would inform the user that for this type of reports he needs 1st to run the data warehouse init using the BI button. Also these message will clarify the range, to be certain that in 30 years people will still easily know what to change...


               

> Order Report Issue
> ------------------
>
>                 Key: OFBIZ-5297
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5297
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: order
>    Affects Versions: Release Branch 11.04, SVN trunk
>            Reporter: Parimal Gain
>            Assignee: Jacques Le Roux
>              Labels: Birt
>             Fix For: SVN trunk
>
>         Attachments: Last3MonthSalesReport.PNG, OFBIZ-5297-11.04.patch, OFBIZ-5297-Trunk.patch
>
>
> 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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira