ICashRegisterDoZReport Method |
Perform Z-report printing operation at the cafe session closing.
Namespace: Resto.Front.Api.DevicesAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
SyntaxCashRegisterResult 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
CashRegisterResultState of the cash register: sums, vat, sale number and other.
Exceptions| Exception | Condition |
|---|
| DeviceException | Exception to notify that device actions was not successful. |
RemarksCalled at the cafe session closing.
See Also