Click or drag to resize

OpsCustomReceiptEventArgs Class

Argument for the [!:OpsCustomReceiptEvent] event
Inheritance Hierarchy
SystemObject
  Micros.PosCore.ExtensibilityEventMonitorArgs
    Micros.PosCore.Extensibility.OpsOpsEventMonitorArgs
      Micros.PosCore.Extensibility.OpsOpsCustomReceiptEventArgs

Namespace: Micros.PosCore.Extensibility.Ops
Assembly: PosCore (in PosCore.dll) Version: 19.9
Syntax
C#
public class OpsCustomReceiptEventArgs : OpsEventMonitorArgs

The OpsCustomReceiptEventArgs type exposes the following members.

Constructors
 NameDescription
Public methodOpsCustomReceiptEventArgs Constructor. All actions are initialized to None
Top
Properties
 NameDescription
Public propertyCheck Representation of the check for which a receipt is being generated.
Public propertyDataStoreEx Provides general access to Simphony configuration information.
Public propertyHeaderAction Action for header
Public propertyIsJournal Set to true if receipt output is for journal
Public propertyIsMemoCheck Set to true if the receipt output is for a paid memo check when seat filtering is active and a MemoCheck number is present.
Top
Fields
 NameDescription
Public fieldCashDrawerNumber The active cash drawer number (need to verify)
Public fieldCustomDetail Content for detail section
Public fieldCustomHeader Content for header
Public fieldCustomPreTrailer Content for pre-trailer
Public fieldCustomSubHeader Content for sub-header
Public fieldCustomSummaryTotals Content for summary-totals section
Public fieldCustomTeamHeader Content for team-header
Public fieldCustomTrailer Content for trailer
Public fieldDetailAction Action for detail
Public fieldPreTrailerAction Action for pre-trailer
Public fieldSubHeaderAction Action for subheader
Public fieldSummaryTotalsAction Action for sumary totals
Public fieldTeamHeaderAction Action for team-header
Public fieldTrailerAction Action for trailer section
Top
See Also