IChequeTaskProcessorAfterXReport Method |
Perform the action after printing the X-report.
Namespace: Resto.Front.Api.DevicesAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntaxvoid AfterXReport(
ICashRegisterInfo device,
PostResult result,
IViewManager viewManager
)
Parameters
- device ICashRegisterInfo
- Cash register.
- result PostResult
- The result of the operation print X-report.
- viewManager IViewManager
- IViewManager object to show dialogs. Should not be used after method returns.
See Also