I would like to produce a report that shows the Lots to be processed daily.
My environment is as follows:
1. Each Lot goes through all the different stages of production - 5 stages - namely; A, B, C, D and E
2. Each lot contains anywhere from 1 up to 40 items
3. At any given time each stage houses anywhere from 0 up to 20 Lots (0 to [40*20] items)
The available attributes are as follows:
1. ORDNUM - lot number
2. OPRSEQ - each unique stage number e.g A or B
3. QTYREM - number of items remaining in each lot
Report Spec:
I have a maximum number of items that should be processed at each stage which can be hard coded, say 60 items. Hence, from 0 up to 60 items should be processed at each stage daily. This 60 items can be selected from whatever number of Lots that equate to 60 items; method of Lot selection is below.
The report will itemize, by stage number, the Lot numbers to be processed at all stages. In the case where there isn't any Lot at a given stage, the report will not show any Lot number at that particular stage.
Most importantly, the oldest Lot numbers will be selected first, thus using "first in first out" (FIFO) method.
Your suggestions will be highly appreciated.
thanks!
Hoopper
My environment is as follows:
1. Each Lot goes through all the different stages of production - 5 stages - namely; A, B, C, D and E
2. Each lot contains anywhere from 1 up to 40 items
3. At any given time each stage houses anywhere from 0 up to 20 Lots (0 to [40*20] items)
The available attributes are as follows:
1. ORDNUM - lot number
2. OPRSEQ - each unique stage number e.g A or B
3. QTYREM - number of items remaining in each lot
Report Spec:
I have a maximum number of items that should be processed at each stage which can be hard coded, say 60 items. Hence, from 0 up to 60 items should be processed at each stage daily. This 60 items can be selected from whatever number of Lots that equate to 60 items; method of Lot selection is below.
The report will itemize, by stage number, the Lot numbers to be processed at all stages. In the case where there isn't any Lot at a given stage, the report will not show any Lot number at that particular stage.
Most importantly, the oldest Lot numbers will be selected first, thus using "first in first out" (FIFO) method.
Your suggestions will be highly appreciated.
thanks!
Hoopper