ICashRegisterDoBillCheque Method |
Perform a cheque printing operation on a cash register without payments.
Namespace: Resto.Front.Api.DevicesAssembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
SyntaxCashRegisterResult DoBillCheque(
BillTask billTask,
IViewManager viewManager
)
Parameters
- billTask BillTask
- BillTask Information about the order items, discounts, cashier and other.
- viewManager IViewManager
- IViewManager object to show dialogs. Should not be used after method returns.
Return Value
CashRegisterResultState of the cash register: sums, vat, bill number and other.
Exceptions| Exception | Condition |
|---|
| DeviceException | Exception to notify that device actions was not successful. |
See Also