Click or drag to resize

ICashRegisterDoZReport Method

Perform Z-report printing operation at the cafe session closing.

Namespace: Resto.Front.Api.Devices
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
CashRegisterResult DoZReport(
	ICafeSession cafeSession,
	ZReportTask task,
	IUser cashier,
	IViewManager viewManager
)

Parameters

cafeSession  ICafeSession
The cafe session to be closed.
task  ZReportTask
ZReportTaskTask to process.
cashier  IUser
Cashier.
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 cafe session closing.
See Also