Topic: Blank report in Sales Quotes & Sales Orders during multiple prints

Hi,

Has anybody encountered this issue of a blank report when printing from more than one customer?

Print SQ & SO from one customer is ok and when I select more than one customer, I get a blank report.

Any advice?

peter.

Re: Blank report in Sales Quotes & Sales Orders during multiple prints

If the report size is too big, ie., PHP uses more than say 1000 POST variables or has run out of memory and error_reporting has been turned off, such a situation will arise. Try increasing the max php variables allowed and script processing time and memory used in the php.ini (max_input_vars, 1000)

The following links are explanatory:
http://stackoverflow.com/questions/9505192/php-post-limited-to-1000-variables
http://stackoverflow.com/questions/5064485/php-limit-in-post-variables
https://www.a2hosting.com/kb/developer-corner/php/using-php.ini-directives/php-max-input-vars-directive

Re: Blank report in Sales Quotes & Sales Orders during multiple prints

Mystery resolved.

In the case of printing blank report when selecting from multiple customers for Sales Quotes & Sales Order, try reversing the order of when selecting customers.

This works for me.

peter.

Re: Blank report in Sales Quotes & Sales Orders during multiple prints

@peter: Thanks for the feedback. Often times, users solve their issues but fail to report the solution and others must traverse the same path again....