Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics RMS (Archived)

Cash Drop for Export

Posted on by Microsoft Employee

I want to be able to Run a SQL command that allow to see my Cash Drop Amount and Drop Numbers to export from SQL or Database

SELECT * from DropPayout

Displays the amounts but cant find Drop Number or Transaction Number for them as from POS prints

*This post is locked for comments

  • Verified answer
    Community Member Profile Picture
    Community Member Microsoft Employee on at
    RE: Cash Drop for Export

    Drops and Payouts are not recorded like a regular transaction.  

    They get recorded to a particular Batch.  

    So if you need more information you can join the select to the batch table like this.

    SELECT TOP 1000 droppayout.[ID]

         ,droppayout.[StoreID]

         ,droppayout.[BatchNumber]

         ,[Time]

         ,CashierID

         ,droppayout.[Amount]

         ,Comment

         ,Recipient

         ,ReasonCodeID

         ,batch.OpeningTime

         , batch.ClosingTime

         ,batch.RegisterID

         , tenderentry.[Description]

         ,Cashier.Name

     FROM [dbo].[DropPayout]

     Left Join dbo.batch On batch.BatchNumber = DropPayout.BatchNumber

     Left Join dbo.TenderEntry on tenderentry.DropPayoutID = droppayout.id

     Left Join dbo.Cashier on cashier.ID = DropPayout .CashierID

    The dropPayout.ID  is the DROP# on the receipt.   There is not a Transaction Number

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,269 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,198 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans