Click or drag to resize

IChequeTaskProcessor Interface

Common interface for extending the functionality of fiscal operations. Derive from MarshalByRefObject and implement this interface to make custom cheque task processor. Your implementation should be registered by RegisterChequeTaskProcessor(IChequeTaskProcessor).

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

The IChequeTaskProcessor type exposes the following members.

Methods
  NameDescription
Public methodAfterDoCheckAction
Perform the action after do cheque.
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 methodBeforeXReport
Perform the action before printing the X-report.
Public methodBeforeZReport
Perform the action before printing the Z-report.
Top
See Also