Message Boards
How to recognize floor stock item in workorder
Raymond Chin Kwie Joe, modified 3 Years ago.
How to recognize floor stock item in workorder
Post Date: 7/28/15 (Rhodium, 825 Posts) Recent Posts
In a browse I do want to sepperate the "normal" work order components from the floor stock components. Is there a field in the wod_det that indicates that an item is a floorstock item (issue policy = no)
Jed Hulme, modified 10 Years ago.
Re: How to recognize floor stock item in workorder
Post Date: 7/28/15 (Bronze, 1 Post) Recent Posts
There isn't a direct field. You could link the item master table in the browse and display pt_mstr.pt_iss_pol (issue policy).
If you didn't want to do that, by inference you identify items that are issued before rel/print and insert a calculated field to indicate iss = no, but that inference would get lost when other components are issued.
Personally I'd go for the first option.
If you didn't want to do that, by inference you identify items that are issued before rel/print and insert a calculated field to indicate iss = no, but that inference would get lost when other components are issued.
Personally I'd go for the first option.
Phill Norrey, modified 10 Years ago.
Re: How to recognize floor stock item in workorder
Post Date: 7/28/15 (Yoda, 1010 Posts) Recent Posts
You could also use the op number. As the parts are not issued anyway the field is really irrelevant to these parts. So you could set this up on the BOM as op = 999999. That would then get copied onto the WOD when you release the W/O (or explode it). Then just add this column into your browse
Raymond Chin Kwie Joe, modified 10 Years ago.
Re: How to recognize floor stock item in workorder
Post Date: 8/3/15 (Rhodium, 825 Posts) Recent Posts
Component Quantities and Costs are calucalted per Operation/WorkCenter combination.
The warehouse needs to pick components per WerkOrder for a specific Operations/WorkCenter (Machine Group).
I wanted to avoid to browse the pt_mstr but it seems I have little choice.
I have to include pt_iss_po to display the components (picked or floorstock) per workcenter.
Thank you all for the thoughts.
The warehouse needs to pick components per WerkOrder for a specific Operations/WorkCenter (Machine Group).
I wanted to avoid to browse the pt_mstr but it seems I have little choice.
I have to include pt_iss_po to display the components (picked or floorstock) per workcenter.
Thank you all for the thoughts.
Message place holder
Forums