Click or drag to resize

IChequeTaskProcessorAfterXReport Method

Perform the action after printing the X-report.

Namespace:  Resto.Front.Api.Devices.ChequeTaskProcessor
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void AfterXReport(
	ICashRegisterInfo device,
	PostResult result,
	IViewManager viewManager
)

Parameters

device
Type: Resto.Front.Api.Data.DeviceICashRegisterInfo
Cash register.
result
Type: Resto.Front.Api.Data.Device.ResultsPostResult
The result of the operation print X-report.
viewManager
Type: Resto.Front.Api.UIIViewManager
IViewManager object to show dialogs. Should not be used after method returns.
See Also