Sage MAS 90 and 200 Sage MAS 500 blogs Product Feedback Support Training
Reply
Contributor
kkowalski
Posts: 46
Registered: 02-19-2009
0
Accepted Solution

Multiple Exploded Kit Items On picksheet

MAS200 4.30.0.18 EES

 

What we are looking to do is have multiple exploded kits on one Picksheet (Order by Bin Location), but have each kits on separate page.  Does anyone know if this is possible, and if so How?

 

 

Thanks again for all the help.

Keith

Keith K. Kowalski
www.chefcraft.com
keith at chefcraft dot com
Switcher
BigLouie
Posts: 2,689
Registered: 10-28-2008
0

Re: Multiple Exploded Kit Items On picksheet

Can't be done.  If you explode the kits then the picking sheets will show the components and not the main kit so you can't page break by Kit because Kit information is not present.

Big Louie No MBA but BMOC
--------------------------------------------------------------------------
You have enemies? Good. That means you've stood up for something in your life.
Super Contributor
DFeller
Posts: 2,944
Registered: 10-28-2008

Re: Multiple Exploded Kit Items On picksheet

BigLouie,

 

I think you are forgetting that there is a checkbox in S/O Options, tab #4 (Forms) to include kit items on pick sheets.  You will also want to sort by line number, because you will want to change the form itself to group by the kit, then you can use the flag if it is  a component to indent the components and also sort the detail by bin.

 

In the SO_PickSheetWrk work file for pick sheet printing, look for this field:

ExplodedKitItem - Y or N

 

These fields will tell you if the items is a parent or component.  ExplodedKititem will be Y for a parent that is exploded and N for a component.  You can use this field to indent your components or not indent.

 

There is also a field called SalesKitLineKey that is in the SO_SalesOrderDetail table that needs to be added to the work table through user-defined field and table maintenance.  The sales kit line key will be the same for each kit and you can use that field to group/page break on.

 

I hope this helps.

 

Dawn