Skip to main content

Notifications

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

  • Verified answer
    Mahmoud Saadi Profile Picture
    32,738 on at
    RE: Inventory item Receipt --> after PO Receipt ( Packing Slip is received)

    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

  • Suggested answer
    Frank Hamelly | MVP, MCP, CSA Profile Picture
    46,527 Super User 2025 Season 1 on at
    RE: Inventory item Receipt --> after PO Receipt ( Packing Slip is received)

    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.

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

Jainam Kothari – Community Spotlight

We are honored to recognize Jainam Kothari as our June 2025 Community…

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > 🔒一 Microsoft Dynamics GP (Archived)

#1
Almas Mahfooz Profile Picture

Almas Mahfooz 3 User Group Leader

Featured topics

Product updates

Dynamics 365 release plans