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

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics GP (Archived)

Inventory item Receipt --> after PO Receipt ( Packing Slip is received)

(0) ShareShare
ReportReport
Posted on by 1,090

Hi All,

We have just transacted "Purchase Order Receipt" in GP; however

the items Quantity & Amount$ are not shown in inventory report. ( Inventory History Report).

Would you please advise if there is any additional "Steps" after "PO Receipt" needed to be performed,  in  order to successfully posted the "received items" Qty & Amoutns in the book & inventory report.

Thank you

*This post is locked for comments

I have the same question (0)
  • Suggested answer
    Frank Hamelly | MVP, MCP, CSA Profile Picture
    46,625 Super User 2025 Season 2 on at

    No additional steps required.  As soon as the receipt is POSTED, inventory is updated.  Has the receipt been posted?  Check Inventory Transaction Inquiry and see if you can find the transaction there.  Maybe there's an issue with the report you're running.

  • Verified answer
    Mahmoud Saadi Profile Picture
    32,738 on at

    There are no further steps required after posting from the "Receiving Transaction Entry Window". Though, the Journal Entry would or would not be posted automatically depending on your posting setup.

    Could you please check the "Inventory Transactions" smart list for the posted receiving transaction and ensure whether the document is showing or not. Please include the "Document Status" from the Add Columns button in order to check the status of the transaction (Posted or Unposted)

    If not, would you check the Batch Recovery window (Dynamics GP > Tools > Routines > Batch Recovery), it is possible that the batch hangs during posting.

    You could run the following scrip on SQL Management Studio in order to check the inventory tables;

    Inventory Unposted Transaction:

    USE #DBName
    SELECT * FROM IV10000 WHERE BACHNUMB = '#BachNumber' AND IVDOCNBR = '#DocumentNumber'
    SELECT * FROM IV10001 WHERE IVDOCNBR IN
        (SELECT DISTINCT IVDOCNBR FROM IV10000 WHERE BACHNUMB = '#BachNumber' AND IVDOCNBR = '#DocumentNumber')

    Inventory Posted Transaction:

    USE #DBName
    SELECT * FROM IV30300 WHERE DOCNUMBR = '#DocumentNumber'
    SELECT * FROM IV10200 WHERE RCPTNMBR = '#DocumentNumber'
    SELECT * FROM SEE30303 WHERE DOCNUMBR = '#DocumentNumber'

    Purchasing Unposted Transaction

    SELECT * FROM POP10300 WHERE POPRCTNM = '#DocumentNumber'

    Purchasing Posted Transaction

    SELECT * FROM POP30300 WHERE POPRCTNM = '#DocumentNumber'  

    Your feedback is highly appreciated

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Neeraj Kumar – Community Spotlight

We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics GP (Archived)

#1
mtabor Profile Picture

mtabor 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans