[ttl]Pick and Pack Shipment[/ttl]

[form program=fillorder onload=init][section half][hide invoiceNo$]

[row "Invoice No:"][show Invoiceno$ class=bold][/row]
[row "Client ID:"][show Clientid$][/row]
[row "Client Name:"][show ClientName$][/row][/section]
[section half][row "Shipping method:"][show ShipVia$][/row]
[row "Ship to Address:"][show address$][/row][/section][section whole]


[/section][section whole]
[row "Invoice Lines:"][grid InvLines gridlines size=auto class=alternating]
[col source=ProductCode$ width=15 locked ttl="Product"]
[col source=location$ width=10 locked ttl="Location"]
[col source=CommitQty width=10 align=center ttl="Ordered" locked]
[col source=UOM$ width=6 align=center ttl="Unit" locked]
[col source=PickedQty bwz width=10 align=center ttl="Actual" event=saveRow class=transparent]
[col source=ShortBy locked bwz width=10 align=center ttl="Short by" class="text_red text_bold" calc="max(0, invLines:CommitQty-invLines:PickedQty)"]
[col width=7 ttl="Picked" align=center][checkbox Picked required text="" event=SaveRow][/col]
[/grid][/row]


[row "Picked By:"][list pickedby$ source=username$ file=webster_users.dat size=20][/list][/row]
[/section][section "whole"]


[button event=print class=fm_action target=new][symbol print] Print[/button] [button event=MarkAll class=fm_action][symbol check-square-o] Confirm All[/button] [button event=ResetAll class=fm_action][symbol square-o] Reset All[/button] [button event=*close class=fm_action][symbol home] Exit[/button][button event=complete validate class="float_right commit_btn" size=auto/2][symbol check-square-o] Complete - Ready to ship[/button][/section]