print the gross weight & net weight of all items on Purchase order

print the gross weight & net weight of all items on Purchase order

can any one can give the suggestion please

You have to sum up the gross and net weight fields (field no. 34 and 35 on the purchase line table) of the items in the purchase order report.

New variables:

GrossWeight, NetWeight

Then in the section with the purchase line do:

GrossWeight += “Gross Weight”;
NetWeight += “Net Weight”;

And the print it in the total section.

Remember to initialize the variables for each new purchase order.

Gross Weight and NNet Weight values are copied from Item to Purchase Line so you can add 2 text boxes in report and show with “Purchase Line”.“Net Weight” as SourceExpr

Just give a try and let us know…

I thought for each item and not total…

Hi Mohana,

And I thought it was total. But now he just have the answer for both! [:)] No harm done, I’m sure it will help someone else then.

At the same time then in my dream everybody asking a question would spend just half as much time writing the initial question as we use answering it. And always adding product/version and all other details needed to answer it.

dear balu,

Did you ever find a solution to your problem? If you did, would you mind sharing it with us and if any of the posted answers helped you on the way, then please verify them.

Thank you.