Skip to main content

Hi, is there a way where I can show all stock items their QTY on hand, available, location, and lot/serial number all on 1 GI? similar to inventory summary screen (whether it has a lot/serial or not) but in GI form? It seems like they are two separate tables being I would like to show lot/serial number as well. any thoughts are appreciated.

You can pull the information from the INLotSerialStatus DAC into a GI and then create Pivot Tables to gather the needed information.  


Hi @Robert Sternberg   thanks but if I do that it only shows items with lot numbers. I would like to see all regardless. Not all of our time have lot numbers. 


Can you left join INSiteStatusSummary to INLotSerialStatus which will include qty on hand, available, location, etc. for items with and without serial numbers?  If you need the warehouses as columns you can join with aliases tables with a lock(join) with the warehouse ID/CD.  Then use the aliased tables to display the different warehouses as columns.  

 


Hi @Robert Sternberg  i tried doing something like that and it is showing qty for regular items OK but for Lot qty, it is showing it multiple times, even though there is qty in only 1 lot.

please see below. I also attached the GI XML file in case you want to take a look

 


Hi @mna10 were you able to find a solution? Thank you!


Hi there. I was wondering if anyone found a solution to this? I’m running into the same issue as @mna10.


@kevinpopeck Attaching two reports, it may help you.


@Manikanta Dhulipudi These inquiries list the qty on hand, but do not list any Lot/Serial numbers. I’m looking to have one generic inquiry to display all items, qty on hand, and lot/serial number, by warehouse and location.


@kevinpopeck Hi, just FYI, I was not able to find a solution for this. I had to create 2 separate GIs. one that includes lot/serial and one that doesn't. 


Thanks for the update @mna10.


Reply