Click or drag to resize

ICashRegisterDoCorrection Method

Perform a cheque correction.

Namespace:  Resto.Front.Api.Devices
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
void DoCorrection(
	CorrectionTask task,
	IViewManager viewManager
)

Parameters

task
Type: Resto.Front.Api.Data.Device.TasksCorrectionTask
CorrectionTask Contains information about sums that need to correct.
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