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

Community site session details

Session Id :
Microsoft Dynamics RMS (Archived)

Cash Drop for Export

(0) ShareShare
ReportReport
Posted on by

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

I have the same question (0)
  • Verified answer
    Community Member Profile Picture
    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

Responsible AI policies

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

Abhilash Warrier – Community Spotlight

We are honored to recognize Abhilash Warrier as our Community Spotlight honoree for…

Leaderboard > 🔒一 Microsoft Dynamics RMS (Archived)

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans