Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics RMS (Archived)

Report to tally the payouts for a definable period - does this exist?

(0) ShareShare
ReportReport
Posted on by

Hello - As the end of my fiscal tear quickly approaches, I was wondering if there is a report that lists the payouts made during a definable period? (ie 1/1/2010 - 12/31/2010)?

*This post is locked for comments

  • Suggested answer
    TheNeos Profile Picture
    TheNeos 1,339 on at
    RE: Report to tally the payouts for a definable period - does this exist?

    Copy the following text into NotePad then save in your reports as UTF8 and this filename "Memorized-Drop Payouts by Date.qrp", no .txt extension

    Then you will have it in your Memorized reports.

    Cheers

    //--- Report Summary --- //

    Begin ReportSummary

      ReportType = reporttypeSales

      ReportTitle = "Drop Payouts by Date"

      PageOrientation = pageorientationPortrait

      WordWrap = True

      ShowDateTimePicker = True

      OutLineMode = True

      Groups = 0

      GroupDescription = ""

      DisplayLogo = False

      LogoFileName = ""

      ProcedureCall = ""

      PreQuery1 = ""

      PreQuery2 = ""

      TablesQueried = <BEGIN>

    FROM [DropPayout]

    <END>

      SelCriteria = ""

      GroupBy = ""

      SortOrder = ""

    End ReportSummary

    //--- Title Rows ---//

    Begin TitleRow

      Text = "<Store Name>"

      Font = "Arial"

      FontBold = True

      FontSize = 16

      Color = "Blue"

    End TitleRow

    Begin TitleRow

      Text = "<Report Title>"

      Font = "Arial"

      FontBold = True

      FontSize = 12

      Color = "Black"

    End TitleRow

    Begin TitleRow

      Text = "Generated On <Report Date>"

      Font = "Arial"

      FontBold = True

      FontSize = 10

      Color = "Black"

    End TitleRow

    //--- Filters ---//

    Begin Filter

      FieldName = "DropPayout.Time"

      FilterOp = reportfilteropBetween

      FilterLoLim = "8/07/2015"

      FilterHilim = "8/07/2019"

      FilterNegated = False

      FilterConnector = reportfilterbooleanconAND

    End Filter

    //--- Columns ---//

    Begin Column

      FieldName = "DropPayout.CashierID"

      DrillDownFieldName = ""

      DrillDownReportName = ""

      StoreIDFieldName = ""

      Title = "Cashier ID"

      VBDataType = vbInteger

      Formula = ""

      ColHidden = False

      ColNotDisplayable = False

      FilterDisabled = False

      ColWidth = 937

      GroupMethod = groupmethodNone

      ColFormat = ""

      ColAlignment = flexAlignLeftTop

    End Column

    Begin Column

      FieldName = "DropPayout.Time"

      DrillDownFieldName = ""

      DrillDownReportName = ""

      StoreIDFieldName = ""

      Title = "Date"

      VBDataType = vbDate

      Formula = ""

      ColHidden = False

      ColNotDisplayable = False

      FilterDisabled = False

      ColWidth = 1195

      GroupMethod = groupmethodNone

      ColFormat = ""

      ColAlignment = flexAlignLeftTop

    End Column

    Begin Column

      FieldName = "DropPayout.StoreID"

      DrillDownFieldName = ""

      DrillDownReportName = ""

      StoreIDFieldName = ""

      Title = "StoreID"

      VBDataType = vbInteger

      Formula = ""

      ColHidden = False

      ColNotDisplayable = False

      FilterDisabled = False

      ColWidth = 1100

      GroupMethod = groupmethodNone

      ColFormat = ""

      ColAlignment = flexAlignLeftTop

    End Column

    Begin Column

      FieldName = "DropPayout.BatchNumber"

      DrillDownFieldName = ""

      DrillDownReportName = ""

      StoreIDFieldName = ""

      Title = "Batch #"

      VBDataType = vbInteger

      Formula = ""

      ColHidden = False

      ColNotDisplayable = False

      FilterDisabled = False

      ColWidth = 774

      GroupMethod = groupmethodNone

      ColFormat = ""

      ColAlignment = flexAlignLeftTop

    End Column

    Begin Column

      FieldName = "DropPayout.Amount"

      DrillDownFieldName = ""

      DrillDownReportName = ""

      StoreIDFieldName = ""

      Title = "Amount"

      VBDataType = vbCurrency

      Formula = ""

      ColHidden = False

      ColNotDisplayable = False

      FilterDisabled = False

      ColWidth = 1508

      GroupMethod = groupmethodSum

      ColFormat = ""

      ColAlignment = flexAlignLeftTop

    End Column

    Begin Column

      FieldName = "DropPayout.Comment"

      DrillDownFieldName = ""

      DrillDownReportName = ""

      StoreIDFieldName = ""

      Title = "Comment"

      VBDataType = vbString

      Formula = ""

      ColHidden = False

      ColNotDisplayable = False

      FilterDisabled = False

      ColWidth = 1195

      GroupMethod = groupmethodNone

      ColFormat = ""

      ColAlignment = flexAlignLeftTop

    End Column

    Begin Column

      FieldName = "DropPayout.Recipient"

      DrillDownFieldName = ""

      DrillDownReportName = ""

      StoreIDFieldName = ""

      Title = "Recipient"

      VBDataType = vbString

      Formula = ""

      ColHidden = False

      ColNotDisplayable = False

      FilterDisabled = False

      ColWidth = 1902

      GroupMethod = groupmethodNone

      ColFormat = ""

      ColAlignment = flexAlignLeftTop

    End Column

    Begin Column

      FieldName = "DropPayout.ReasonCodeID"

      DrillDownFieldName = ""

      DrillDownReportName = ""

      StoreIDFieldName = ""

      Title = "Reason Code"

      VBDataType = vbInteger

      Formula = ""

      ColHidden = False

      ColNotDisplayable = False

      FilterDisabled = False

      ColWidth = 992

      GroupMethod = groupmethodNone

      ColFormat = ""

      ColAlignment = flexAlignLeftTop

    End Column

  • Aadeel S. Puri Profile Picture
    Aadeel S. Puri 106 on at
    RE: Report to tally the payouts for a definable period - does this exist?

    Hi Jeff,

    Could you please send this via email aadeel@skyrocket.com.pk link showing 404.

    Thanks.

  • LiquorBiz Profile Picture
    LiquorBiz 25 on at
    RE: Report to tally the payouts for a definable period - does this exist?

    Can I get the report arusent@outlook.com

  • LiquorBiz Profile Picture
    LiquorBiz 25 on at
    RE: Report to tally the payouts for a definable period - does this exist?

    please email me the report as well penrynsub@gmail.com

    thanks

  • LiquorBiz Profile Picture
    LiquorBiz 25 on at
    RE: Report to tally the payouts for a definable period - does this exist?

    Could you please send updated link or email to penrynsub@gmail.com

  • Delon Ragobeer Profile Picture
    Delon Ragobeer 160 on at
    Re: Report to tally the payouts for a definable period - does this exist?

    Hey thank you very much Marc, it worked perfectly.

  • Re: Report to tally the payouts for a definable period - does this exist?

    Hi Jeff,

    I have not been active on the forums since the change. I am glad to see you found a workaround for the attachment issue. Thanks for the tip.

    Marc

  • Jeff @ Check Point Software Profile Picture
    Jeff @ Check Point ... 13,382 on at
    Re: Report to tally the payouts for a definable period - does this exist?

    MarcR,

    Maybe open a DropBox or similar account and post links to the file(s).  We do this all the time.

    BTW, here's our Drop and Payout report;

    dl.dropbox.com/.../Custom%20-%20Misc%20-%20Drop%20or%20Payout.qrp

  • Re: Report to tally the payouts for a definable period - does this exist?

    Delon,

    Check your email.

  • Delon Ragobeer Profile Picture
    Delon Ragobeer 160 on at
    Re: Report to tally the payouts for a definable period - does this exist?

    Hey Marc and fishhead, is it possible for you to send it to my email also. I would really appreciate it thanks. dragobeer@nealandmassygy.com

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

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Tip: Become a User Group leader!

Join the ranks of valued community UG leaders

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,401 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans