Click or drag to resize

IChequeTaskProcessorAfterXReport Method

Perform the action after printing the X-report.

Namespace: Resto.Front.Api.Devices
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
void 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