Click or drag to resize

IChequeTaskProcessorAfterZReport Method

Perform the action after printing the Z-report.

Namespace: Resto.Front.Api.Devices
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
void AfterZReport(
	ICashRegisterInfo device,
	PostResult result,
	IUser authUser,
	IViewManager viewManager
)

Parameters

device  ICashRegisterInfo
Cash register.
result  PostResult
The result of the operation print Z-report.
authUser  IUser
User.
viewManager  IViewManager
IViewManager object to show dialogs. Should not be used after method returns.
See Also