Click or drag to resize

ICashRegisterDoXReport Method

Perform X-report printing operation at the cafe session opening.

Namespace: Resto.Front.Api.Devices
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
CashRegisterResult DoXReport(
	XReportTask task,
	IUser cashier,
	IViewManager viewManager
)

Parameters

task  XReportTask
XReportTaskTask to process.
cashier  IUser
The cashier performing the operation.
viewManager  IViewManager
IViewManager object to show dialogs. Should not be used after method returns.

Return Value

CashRegisterResult
State of the cash register: sums, vat, sale number and other.
Exceptions
ExceptionCondition
DeviceExceptionException to notify that device actions was not successful.
Remarks
Called at the opening cafe session.
See Also