Hello,
I am using INItemSiteHistDay to do some inventory analysis. As a gut check, I subtotaled on inventory ID and compared the results to the total of all warehouse quantities in the stock item screen.
Sometimes (not always) my results do not match what is displayed for the total of all warehouse quantities.
I am wondering if I am missing something in the following formulas, or if INItemSiteHistDay does not actually hold all inventory transactions.
These are the formulas I am using:
QtyIn = INItemSiteHistDay.qtyReceived + INItemSiteHistDay.qtyTransferIn + INItemSiteHistDay.qtyAssemblyIn
QtyOut = INItemSiteHistDay.qtyIssued + INItemSiteHistDay.qtySales + INItemSiteHistDay.qtyCreditMemos + INItemSiteHistDay.qtyTransferOut + INItemSiteHistDay.qtyAssemblyOut
Thanks for any assistance!