cancel
Showing results for 
Search instead for 
Did you mean: 

Inspection and skip inspection based on time

former_member184574
Active Contributor
0 Kudos

Hi,

I have a requirement like below.

Raw material is received from material from vendor. First 15 days inspection to be carried out for all the receipts. Once the 15 days are over from the first receipt next 15 days for all the receipts Quality check not required. After this 15 days of SKIP next 15 days quality check required. This cycle should go on. Is this can be done through DMR ???. can somebody guide me how it can be achieved in standard or we need to go to any enhancement.

Thanks

Kumar

Accepted Solutions (0)

Answers (1)

Answers (1)

busyaban7
Active Contributor
0 Kudos

Hi Kumar,

As per my understanding, change in Q-Level is a function of RR + UD, based on the data maintained in QDQL table. For example, if RR is not done and UD is done, then that too have an impact on automatically changing the Q-level. So, I am not aware of any such standard functionality, which can be followed to push to 'SKIP' stage for Q-level based on time.

But you can definitely try for some enhancements to fix your new business requirement. But be informed that you can't get a perfect report never on the actual Q-level as system is always going to calculate programmatically the new level.

For example, you can try to maintain the DMR data as below -

Q-Level 0001 - Test 2 =>

If UD = A (System date < GR date + 15 days) => Continue the same Q-Level.

If UD = A (System date > GR date + 15 days) => Change to Q-Level 0002

If UD = R => (System date < GR date + 15 days) => Continue the same Q-Level.

If UD = R => (System date > GR date + 15 days) => Change to Q-Level 0002

Q-Level 0002 - Test 2 =>

If UD = A (GR Date + 15 days < System Date < GR + 30 days) => Continue the same Q-Level.

If UD = A (GR date + 45 days > System Date > GR + 30 days) => Change to Q-Level 0001

If UD = R (GR Date + 15 days < System Date < GR + 30 days) => Continue the same Q-Level.

If UD = A (GR date + 45 days > System Date > GR + 30 days) => Change to Q-Level 0001

Now this approach covers the Q-Level update for upto 15 days, between 15 upto 30 days, between 31 till 45 days. but other repetitions are not available and for this approach, you should build in programmatic logic to select the Q-level 0001 or 0002.

But honestly, this is something you should do a thorough test before suggesting this option to clients.

Thanks,

Arijit