Click or drag to resize

ICashRegisterDoBillCheque Method

Perform a cheque printing operation on a cash register without payments.

Namespace: Resto.Front.Api.Devices
Assembly: Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
CashRegisterResult 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

CashRegisterResult
State of the cash register: sums, vat, bill number and other.
Exceptions
ExceptionCondition
DeviceExceptionException to notify that device actions was not successful.
See Also