Last transaction dates/Inventory

Hi all - I'm using Microsoft Query to extract info from the system and it appears whats happening is if the item has a few bin location the data is being returned in that manner meaning I could have the same item listed a few times

Looking for a means to get the data out in a single row or one record with the last transaction date and total qty for the site in question  

Thanks in advance

Parents
  • 0

    Hi John, I am not sure what you are tring to achieve but look at the ITMMVT table if you want to get per product, per site, the quantity in stock (AVCBASQTY) and the last receipt / issue / count date (LASRCPDAT / LASISSDAT / LASCUNDAT).

    What you can't find in this table is the last stock change / quality control date.

Reply
  • 0

    Hi John, I am not sure what you are tring to achieve but look at the ITMMVT table if you want to get per product, per site, the quantity in stock (AVCBASQTY) and the last receipt / issue / count date (LASRCPDAT / LASISSDAT / LASCUNDAT).

    What you can't find in this table is the last stock change / quality control date.

Children