web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Microsoft Dynamics GP (Archived)

Actual Cost of Inventory by Lot/Serial Number

(0) ShareShare
ReportReport
Posted on by

Hi fellow GP users,

Just wondering if anyone knows how to generate a stock report down to the Lot number/site level, that includes the ACTUAL cost the stock was received in at, as opposed to the current  cost.

I know i can get most of this data from the IV10200 table, however what this is missing is the Serial Numbers.  I have not been able to work out how to join this data together as i cannot make sense of how GP does this.

If anyone has a sql view or smartlist builder report that lists all your stock by site, serial/lot # and the ACTUAL cost, as opposed to Current Cost, would you mind sharing?

Thanks


Matt

*This post is locked for comments

I have the same question (0)
  • MG-16101311-0 Profile Picture
    26,225 on at

    For that, you will want to base your report on the Item Serial Number Master (IV00200) for serial numbers and the Item Lot Number Master (IV00300) tables. You can mostly do a UNION ALL between the two tables, as follows:

    select 'Serial' as [Item Type], ITEMNMBR as [Item Number], LOCNCODE as [Location], DATERECD as [Date Received], SERLNMBR as [Serial/Lot Number], UNITCOST as [Unit Cost] from IV00200
    union all
    select 'Lot' as [Item Type], ITEMNMBR as [Item Number], LOCNCODE as [Location], DATERECD as [Date Received], LOTNUMBR as [Serial/Lot Number], UNITCOST as [Unit Cost] from IV00300

    You can use the above query to create a SQL view, which you can then use in a SmartList Designer.

  • Community Member Profile Picture
    on at

    Thanks for the reply, however that does not give me Non Tracked Items, only Serial/Lot, so is still not what i was after.

  • Community Member Profile Picture
    on at

    I actually had the same view created already, until i realised it was missing all the Non Tracked items, and this is where i got stuck.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > 🔒一 Microsoft Dynamics GP (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans