Sometimes the labs make the tests data inconsistent with your tickets. And in TMM12, test needs to be associated with the tickets to do proper computation on it. Every time the user perform the "Compare ticket/test and average" (see Figure 1), the TMM12 application will match-up the tickets and test and compute their component averages too.
Figure 1: The step in processing screen to compute average of milk components and to get their averages too

The matching of tickets and test are base on the following information
- Ticket.PickupDateAndTime --> Test.SampleDate
- Ticket.Producer.Number --> Test.ProducerNumber
- Ticket.Producer.Plant --> Test.ProducerPlant
- Ticket.ProducerUnit --> Test.UnitId
The four mapping conditions should be met in order to set the matching for test to tickets. Pulling of test (see Figure 2) does not automatically match the test to ticket. Only the process "Compare ticket/test and average" will do it.
Figure 2: Pull lab test will retrieve all test that was uploaded by your labs

Comments
0 comments
Please sign in to leave a comment.