iikoFront Api V6 Code Reference
iikoFront Api V6 Code Reference
Resto.Front.Api.Devices.ChequeTaskProcessor
IChequeTaskProcessor Interface
IChequeTaskProcessor Methods
AfterDoCheckAction Method
AfterPayIn Method
AfterPayOut Method
AfterXReport Method
AfterZReport Method
BeforeDoCheckAction Method
BeforeXReport Method
BeforeZReport Method
IChequeTaskProcessor
AfterXReport Method
Perform the action after printing the X-report.
Namespace:
Resto.Front.Api.Devices.ChequeTaskProcessor
Assembly:
Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
Copy
void
AfterXReport
(
ICashRegisterInfo
device
,
PostResult
result
,
IViewManager
viewManager
)
Parameters
device
Type:
Resto.Front.Api.Data.Device
ICashRegisterInfo
Cash register.
result
Type:
Resto.Front.Api.Data.Device.Results
PostResult
The result of the operation print X-report.
viewManager
Type:
Resto.Front.Api.UI
IViewManager
IViewManager
object to show dialogs. Should not be used after method returns.
See Also
Reference
IChequeTaskProcessor Interface
Resto.Front.Api.Devices.ChequeTaskProcessor Namespace