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

Content added Content deleted
No edit summary
Line 50: Line 50:
#*'''using System.Data;'''
#*'''using System.Data;'''
#*'''using System.Linq;'''
#*'''using System.Linq;'''

===Insert scripts into '''calcPacking_GetValue'''===
===Insert scripts into '''calcPacking_GetValue'''===
<syntaxhighlight lang="csharp">
<syntaxhighlight lang="csharp">
Line 89: Line 90:
}
}
</syntaxhighlight>
</syntaxhighlight>

#Add function of '''GetSmallestQty'''
#Add function of '''GetSmallestQty'''
#Add function of '''GetUOMFromItem'''
#Add function of '''GetUOMFromItem'''
Line 131: Line 133:
</syntaxhighlight>
</syntaxhighlight>


<br/>
===Add label to display "Packing"===
===Add label to display "Packing"===
#Add a new Label into existing Group Header
#Add a new Label into existing Group Header