22

It would be great to be able to skip printing the sales line that have zero quantity. This is a common customer request, and it would be great to have it implemented in the base app as an optional functionality. This issue becomes apparent when orders or invoices are invoiced partially.

Category: Sales
STATUS DETAILS
New

Comments

M

Come on guys!

This is a report extension with exactly 2 lines of code in the OnAfterGetRecord trigger of the lines dataitem!!


I never had this request (except for Shipment and Invoice).

There it is difficult to decide if to print a text line before or after the zero qty. line as you never know exactly if that line belongs to the hidden item line or to the line before. And additional text AFTER that hidden line might belong to the now hidden item OR to the next item line,


Category: Sales

M

But only for lines with Type <> Blank, because customer often use the text lines for additional comments.

On the other hand, when there are lines with Type = Blank and "Attached to Line No." <> 0 this lines must not be printed when the print out of the main line is suppressed due to zero quantity.

Category: Sales