ICashRegisterDoCheque Method |
Perform a cheque printing operation on a cash register.
Namespace: Resto.Front.Api.DevicesAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
SyntaxCashRegisterResult DoCheque(
ChequeTask chequeTask,
IViewManager viewManager,
IOperationDataContext context
)
Parameters
- chequeTask ChequeTask
- ChequeTask Information about the order items, payments, discounts, cashier and other.
- viewManager IViewManager
- IViewManager object to show dialogs. Should not be used after method returns.
- context IOperationDataContext
- object to store custom serialized data for current operation.
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 when the order is closed or storned on the plug-in cash register.
See Also