IChequeTaskProcessorBeforeZReport Method |
Perform the action before printing the Z-report.
Namespace: Resto.Front.Api.DevicesAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntaxvoid BeforeZReport(
ICashRegisterInfo device,
decimal cashRest,
IUser authUser,
IViewManager viewManager
)
Parameters
- device ICashRegisterInfo
- Cash register.
- cashRest Decimal
- Cash rest.
- authUser IUser
- User.
- viewManager IViewManager
- IViewManager object to show dialogs. Should not be used after method returns.
Can be null when the operation is performed in background mode without UI (no progress bar message callback is provided);
in this case the processor must not attempt to show any dialogs.
See Also