FOP reports cann't refresh in the browser!

2014-08-05 Thread gavinju
I think this is a bug.
When i clink the "run" button, and a new tab page for a fop report. The
content is crrect,
but when i refresh the pdf web page, the content is changed.

Anyone can help me ?
I am not sure this is a bug.



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/FOP-reports-cann-t-refresh-in-the-browser-tp4653181.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: FOP reports cann't refresh in the browser!

2014-08-05 Thread gavinju
For example, when visit the page
:https://localhost:8443/ordermgr/control/OrderPurchaseReportOptions
input some query parameter, then click the run button in the "Sales by Store
Report" screen.
and the conten of pdf reports is correct, but when refresh the pdf web page,
the content is changed.



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/FOP-reports-cann-t-refresh-in-the-browser-tp4653181p4653182.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: FOP reports cann't refresh in the browser!

2014-08-05 Thread Sharan-F
Hi

Please can you give us a bit more information like what version of ofbiz is
this happening in? The link you included is your own local host so I cant
access it.

Also what parameters did you use?

This information will help us try to recreate the issue.

Thanks
Sharan



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/FOP-reports-cann-t-refresh-in-the-browser-tp4653181p4653183.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


Re: FOP reports cann't refresh in the browser!

2014-08-05 Thread Pierre Smits
Sharan,

You can paste the second part of the url
'ordermgr/control/OrderPurchaseReportOptions' into the demo environments of
the project to get an idea of the issue. But nevertheless more information
provided will aid in understanding the problem better.

Regards,

Pierre Smits

*ORRTIZ.COM *
Services & Solutions for Cloud-
Based Manufacturing, Professional
Services and Retail & Trade
http://www.orrtiz.com


On Tue, Aug 5, 2014 at 4:23 PM, Sharan-F  wrote:

> Hi
>
> Please can you give us a bit more information like what version of ofbiz is
> this happening in? The link you included is your own local host so I cant
> access it.
>
> Also what parameters did you use?
>
> This information will help us try to recreate the issue.
>
> Thanks
> Sharan
>
>
>
> --
> View this message in context:
> http://ofbiz.135035.n4.nabble.com/FOP-reports-cann-t-refresh-in-the-browser-tp4653181p4653183.html
> Sent from the OFBiz - User mailing list archive at Nabble.com.
>


Re: FOP reports cann't refresh in the browser!

2014-08-05 Thread Christian Carlow
He is talking about parameters for reports generated by FOP being lost 
after a browser refresh.  This issue still exists in the trunk.  Specify 
a date range for any one of the reports on the 
OrderPurchaseReportOptions page and notice the date range parameters 
along with any others are lost once the report is refreshed.  So far 
I've only been able to resolved by passing as fields submitted as GET 
instead of POST parameters but I don't like it as a solution.  POST 
parameters should be preserved on browser refresh.


On 08/05/2014 10:22 AM, Pierre Smits wrote:

Sharan,

You can paste the second part of the url
'ordermgr/control/OrderPurchaseReportOptions' into the demo environments of
the project to get an idea of the issue. But nevertheless more information
provided will aid in understanding the problem better.

Regards,

Pierre Smits

*ORRTIZ.COM *
Services & Solutions for Cloud-
Based Manufacturing, Professional
Services and Retail & Trade
http://www.orrtiz.com


On Tue, Aug 5, 2014 at 4:23 PM, Sharan-F  wrote:


Hi

Please can you give us a bit more information like what version of ofbiz is
this happening in? The link you included is your own local host so I cant
access it.

Also what parameters did you use?

This information will help us try to recreate the issue.

Thanks
Sharan



--
View this message in context:
http://ofbiz.135035.n4.nabble.com/FOP-reports-cann-t-refresh-in-the-browser-tp4653181p4653183.html
Sent from the OFBiz - User mailing list archive at Nabble.com.





Re: FOP reports cann't refresh in the browser!

2014-08-05 Thread Jacques Le Roux

If there is not already a Jira issue, please someone create it, thanks

Jacques

Le 05/08/2014 18:07, Christian Carlow a écrit :
He is talking about parameters for reports generated by FOP being lost after a browser refresh.  This issue still exists in the trunk. Specify a 
date range for any one of the reports on the OrderPurchaseReportOptions page and notice the date range parameters along with any others are lost 
once the report is refreshed.  So far I've only been able to resolved by passing as fields submitted as GET instead of POST parameters but I don't 
like it as a solution.  POST parameters should be preserved on browser refresh.


On 08/05/2014 10:22 AM, Pierre Smits wrote:

Sharan,

You can paste the second part of the url
'ordermgr/control/OrderPurchaseReportOptions' into the demo environments of
the project to get an idea of the issue. But nevertheless more information
provided will aid in understanding the problem better.

Regards,

Pierre Smits

*ORRTIZ.COM *
Services & Solutions for Cloud-
Based Manufacturing, Professional
Services and Retail & Trade
http://www.orrtiz.com


On Tue, Aug 5, 2014 at 4:23 PM, Sharan-F  wrote:


Hi

Please can you give us a bit more information like what version of ofbiz is
this happening in? The link you included is your own local host so I cant
access it.

Also what parameters did you use?

This information will help us try to recreate the issue.

Thanks
Sharan



--
View this message in context:
http://ofbiz.135035.n4.nabble.com/FOP-reports-cann-t-refresh-in-the-browser-tp4653181p4653183.html
Sent from the OFBiz - User mailing list archive at Nabble.com.






Re: FOP reports cann't refresh in the browser!

2014-08-05 Thread Christian Carlow

Issue: OFBIZ-5700 

On 08/05/2014 01:27 PM, Jacques Le Roux wrote:

If there is not already a Jira issue, please someone create it, thanks

Jacques

Le 05/08/2014 18:07, Christian Carlow a écrit :
He is talking about parameters for reports generated by FOP being 
lost after a browser refresh.  This issue still exists in the trunk. 
Specify a date range for any one of the reports on the 
OrderPurchaseReportOptions page and notice the date range parameters 
along with any others are lost once the report is refreshed.  So far 
I've only been able to resolved by passing as fields submitted as GET 
instead of POST parameters but I don't like it as a solution.  POST 
parameters should be preserved on browser refresh.


On 08/05/2014 10:22 AM, Pierre Smits wrote:

Sharan,

You can paste the second part of the url
'ordermgr/control/OrderPurchaseReportOptions' into the demo 
environments of
the project to get an idea of the issue. But nevertheless more 
information

provided will aid in understanding the problem better.

Regards,

Pierre Smits

*ORRTIZ.COM *
Services & Solutions for Cloud-
Based Manufacturing, Professional
Services and Retail & Trade
http://www.orrtiz.com


On Tue, Aug 5, 2014 at 4:23 PM, Sharan-F  wrote:


Hi

Please can you give us a bit more information like what version of 
ofbiz is
this happening in? The link you included is your own local host so 
I cant

access it.

Also what parameters did you use?

This information will help us try to recreate the issue.

Thanks
Sharan



--
View this message in context:
http://ofbiz.135035.n4.nabble.com/FOP-reports-cann-t-refresh-in-the-browser-tp4653181p4653183.html 


Sent from the OFBiz - User mailing list archive at Nabble.com.








Re: FOP reports cann't refresh in the browser!

2014-08-11 Thread gavinju
hi, Christian Carlow-OFBizzer
How can you solve it? put the method="GET" ? Please give some detailed
information about your solution.
Thank you very much.



--
View this message in context: 
http://ofbiz.135035.n4.nabble.com/FOP-reports-cann-t-refresh-in-the-browser-tp4653181p4653405.html
Sent from the OFBiz - User mailing list archive at Nabble.com.