Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics GP (Archived)

How to check costing item based on Receipt

Posted on by 295

Using this sp view to make Smartlist by using Smartlist Designer or Smartlist Builder to check item cost based on Receipt 

On Dynamics GP we can see Purchase Receipt Inquiry Window 

Create view ABC_Costing_OUT_Base_ON_Receipt
as


select a.ITEMNMBR as [Item Number],
b.ITEMDESC as [Item Description],
a.TRXLOCTN as [Site ID],
a.DOCDate as [Document Date],
a.ORIGINDOCID as [Doc Number OUT],
c.RCPTNMBR as [Receipt Number],
a.LNSEQNBR as [LineITemSeq],
a.QTYSOLD as [Qty],
a.UNITCOST as [Unit Cost],
a.QTYSOLD*a.UNITCOST as [Extended Cost]


from IV10201 a
left join IV00101 b on a.ITEMNMBR = b.ITEMNMBR
left join IV10200 c on a.ITEMNMBR = c.ITEMNMBR and a.SRCRCTSEQNM = c.RCTSEQNM

go
GRANT SELECT ON ABC_Costing_OUT_Base_ON_Receipt TO DYNGRP

*This post is locked for comments

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!

Top 10 leaders for November!

Congratulations to our November super stars!

Tips for Writing Effective Suggested Answers

Best practices for providing successful forum answers ✍️

Leaderboard

#1
André Arnaud de Calavon Profile Picture

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

#2
Martin Dráb Profile Picture

Martin Dráb 230,188 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans