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.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
CashRegisterResult DoBillCheque(
	BillTask billTask,
	IViewManager viewManager
)

Parameters

billTask
Type: Resto.Front.Api.Data.Device.TasksBillTask
BillTask Information about the order items, discounts, cashier and other.
viewManager
Type: Resto.Front.Api.UIIViewManager
IViewManager object to show dialogs. Should not be used after method returns.

Return Value

Type: 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