Previous Day Cancellations

Previous Day Cancellations

Requirements and Purpose

Displays cancellations from the previous day. This includes fully cancelled PO's, as well as individual line items. Date range is modifiable.

Report Definition

  1. Stakeholders

    1. Kaitlyn Niemann

    2. Lori Setser

  2. Author

    1. Kaitlyn Niemann

  3. Subject matter expert(s)

    1. Kaitlyn Niemann

  4. Presentation Medium

    1. SSRS

  5. Fields (data)

    1. Cancel Date Time

    2. Order Number

    3. Event Info

    4. Nick Name

    5. Cancelled Amount

    6. Note

    7. User

Data Source(s)

The data from this report is gathered from the Eibo-215 Database.

Tables:
dbo.BuyOrder
dbo.BuyOrderTicketGroup
dbo.Event
dbo.OrderAdjustmentRegister
dbo.OrderPayment

Calculations

Column Name

Data Type

Calculation

Description

Column Name

Data Type

Calculation

Description

Cancelled Amount

Numeric

=SUM(can.CanAmount)

Sum of all cancelled lines for a given po.

NameOnCard

Varchar

=LEFT(OP.NameOnCard,CHARINDEX(' - ',OP.NameOnCard)

Reduces name on card to nickname on card.

Parameters

  1. Filters

    1. @StartDate DATETIME

      1. Beginning of date range for search

      2. Default value is previous day.

    2. @EndDate DATETIME

      1. End of date range for search

      2. Default value is current day.

  2. Grouping

    1. can.PONumber,
      OP.NameOnCard,
      oar.FinalizedDateTime,
      can.EventName

  3. Intentions for printing vs. online viewing

    1. The report is delivered via SSRS

    2. This report can be accessed here: SSRS→Admin→Previous Day Cancellations

  4. Intended delivery mechanism (run on demand vs. delivered by subscription)

    1. Run on demand.

  5. Future maintenance tasks or manually maintained items

    1. None

Results

  1. Data Accuracy

    1. QA

      1. Validate against PO and Invoice Register reports in eibo.

  2. Limitations

    1. n/a

Change Log

  1. https://ticketboat.atlassian.net/browse/SP-255

  2. https://ticketboat.atlassian.net/browse/SP-325

Images



Related content