EDIT:
I guess Qty Adjustments lets you pick a Date and fat fingering the date is quite common. Can someone else Run this Query see if you have the Issue as well =) which causes Stock Status Report to do crazy things.
SELECT * FROM Erp.PartTran WHERE TranDate >= '01/01/2030'
It’s user error - SysDate is time stamped, TranDate is selected by the user. There is also a pattern on your screenshot that they are mostly all Quantity Adjustments.
Finally, look at the Part Number column versus the Tran Date - I can see a correlation between the TranDate and the part number. Almost like the user has typed the part number into the date field - where the date has a 4, the part number does too
Scroll further across and look with EmpID and EnteredBy - then find these people are re-educate them about checking their work before pressing save!
Also, I haven’t done it on our system but perhaps a Data Directive on PartTran to prevent future dates could help here.
Glad to know we don’t fat finger it only =) I wonder if @ckrusen or @Mark_Wonsil who have had their fair share of troubles w/ Stock Rpt; have bad data such as this lurking