Report Script: Create a Packing List in report script: Difference between revisions

 
(One intermediate revision by one other user not shown)
Line 1:
==Introduction==
This tutorial shows how to add a text which displays packing that is based on largest UOM to smallest UOM with report scripting.<br/>
Does not take into consideration of multi-location, area and customer.
 
==Tasks in this tutorial==
Line 50:
#*'''using System.Data;'''
#*'''using System.Linq;'''
 
===Insert scripts into '''calcPacking_GetValue'''===
<syntaxhighlight lang="csharp">
Line 89 ⟶ 90:
}
</syntaxhighlight>
 
#Add function of '''GetSmallestQty'''
#Add function of '''GetUOMFromItem'''
Line 131 ⟶ 133:
</syntaxhighlight>
 
<br/>
===Add label to display "Packing"===
#Add a new Label into existing Group Header
1,155

edits