ICashRegisterDoXReport Method |
Perform X-report printing operation at the cafe session opening.
Namespace: Resto.Front.Api.DevicesAssembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
SyntaxCashRegisterResult 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
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 opening cafe session.
See Also