IChequeTaskProcessorBeforeXReport Method |
Perform the action before printing the X-report.
Namespace: Resto.Front.Api.DevicesAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntaxvoid BeforeXReport(
ICashRegisterInfo device,
IUser authUser,
IViewManager viewManager
)
Parameters
- device ICashRegisterInfo
- Cash register.
- authUser IUser
- User.
- viewManager IViewManager
- IViewManager object to show dialogs. Should not be used after method returns.
See Also