Click or drag to resize

IChequeTaskProcessor Interface

Common interface for extending the functionality of fiscal operations.

Namespace:  Resto.Front.Api.Devices
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
public interface IChequeTaskProcessor

The IChequeTaskProcessor type exposes the following members.

Properties
  NameDescription
Public propertyIsPrimary
Whether this cheque task processor is going to change operation sums. When multiple cheque task processors have been registered, primary processors are called first, because they can change sums, so that remaining processors will see final sums.
Top
Methods
  NameDescription
Public methodAfterDoCheckAction
Perform the action after do cheque.
Public methodAfterOpenSession
Perform the action after opening session on cash register.
Public methodAfterPayIn
Perform the action after pay in.
Public methodAfterPayOut
Perform the action after pay out.
Public methodAfterXReport
Perform the action after printing the X-report.
Public methodAfterZReport
Perform the action after printing the Z-report.
Public methodBeforeDoCheckAction
Perform the action before do cheque.
Public methodBeforeOpenSession
Perform the action before opening session on cash register.
Public methodBeforePayIn
Perform the action before pay in.
Public methodBeforePayOut
Perform the action before pay out.
Public methodBeforeXReport
Perform the action before printing the X-report.
Public methodBeforeZReport
Perform the action before printing the Z-report.
Top
See Also