Skip to main content

Notifications

Microsoft Dynamics GP (Archived)

Inventory Table for Period End Balances

Posted on by 235

I need to develop an SSRS report to display period end inventory stock balances for each month. Can someone guide me to the correct table that will give me the required info for the query?

I tried table IV00102 but could not locate any relevant date/period column.

Thanks!

 

 

*This post is locked for comments

  • Rashid Farooq Profile Picture
    Rashid Farooq 1,000 on at
    Re: Inventory Table for Period End Balances

    USER FOLLOWING QUERY:

    MORE TABLES ARE:

    IV00101

    IV00102

    IV10200

    IV10201

    IV30300

    --------------------------------------------------------------------------------------------------------------------------------

    SELECT  M.ITEMNMBR ,

           IV.ITEMDESC,

           IV.ITMCLSCD Class,

           M.TRXLOCTN Location,

           sum(M.QTYRECVD - M.QTYSOLD) Quantity,

           sum(M.UNITCOST * ( M.QTYRECVD - M.QTYSOLD )) TotalCost,

           sum(M.UNITCOST * ( M.QTYRECVD - M.QTYSOLD )) / sum(M.QTYRECVD

                                                              - M.QTYSOLD) AvgUCost

    FROM    IV10200 M

           INNER JOIN IV00101 IV ON IV.ITEMNMBR = M.ITEMNMBR

    WHERE   M.QTYRECVD <> M.QTYSOLD

    GROUP BY M.ITEMNMBR,

           M.TRXLOCTN,

           IV.ITEMDESC,

           IV.ITMCLSCD

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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

New! Quick response templatesâš¡

Save time with the new custom templates!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,228 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,056 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans