iikoFront Api V9 Code Reference
iikoFront Api V9 Code Reference
Resto.Front.Api.Devices
ICashRegister Interface
ICashRegister Methods
CustomerDisplayIdle Method
CustomerDisplayText Method
DirectIo Method
DoBillCheque Method
DoCheque Method
DoOpenSession Method
DoPayIn Method
DoPayOut Method
DoXReport Method
DoZReport Method
GetCashRegisterData Method
GetCashRegisterDriverParameters Method
GetCashRegisterStatus Method
GetQueryInfo Method
IsDrawerOpened Method
OpenDrawer Method
PrintText Method
ICashRegister
DoBillCheque Method
Perform a cheque printing operation on a cash register without payments.
Namespace:
Resto.Front.Api.Devices
Assembly:
Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
Copy
CashRegisterResult
DoBillCheque
(
BillTask
billTask
,
IViewManager
viewManager
)
Parameters
billTask
Type:
Resto.Front.Api.Data.Device.Tasks
BillTask
BillTask
Information about the order items, discounts, cashier and other.
viewManager
Type:
Resto.Front.Api.UI
IViewManager
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
Exception
Condition
DeviceException
Exception to notify that device actions was not successful.
See Also
Reference
ICashRegister Interface
Resto.Front.Api.Devices Namespace