Click or drag to resize

ICashRegisterDoOpenSession Method

Perform open cafe session operation.

Namespace:  Resto.Front.Api.Devices
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void DoOpenSession(
	string cashierName,
	string cashierTaxpayerId,
	IViewManager viewManager
)

Parameters

cashierName
Type: SystemString
Cashier's name.
cashierTaxpayerId
Type: SystemString
Cashier's taxpayer id.
viewManager
Type: Resto.Front.Api.UIIViewManager
IViewManager object to show dialogs. Should not be used after method returns.
Exceptions
ExceptionCondition
DeviceExceptionException to notify that device actions was not successful.
See Also