Not sure if anything exits out of the box but I can use SQL to join Item Ledger Entry consumption records to Item Application Entry records (IAP.[Outbound Item Entry No] = ILE.[Entry No]) and then join to Item Ledger Entry (IAP.[Inbound Item Entry No] = ILE2.[Entry No]) which will give the ILE purchase receipt detail finally joining to Purch. Rcpt Line. and Vendor.
Seems to work for me.
Life is for enjoying ... if you find yourself frowning you're doing something wrong
Not sure if anything exits out of the box but I can use SQL to join Item Ledger Entry consumption records to Item Application Entry records (IAP.[Outbound Item Entry No] = ILE.[Entry No]) and then join to Item Ledger Entry (IAP.[Inbound Item Entry No] = ILE2.[Entry No]) which will give the ILE purchase receipt detail finally joining to Purch. Rcpt Line. and Vendor.
Seems to work for me.
Life is for enjoying ... if you find yourself frowning you're doing something wrong
Answers
Seems to work for me.