Click or drag to resize

IFfdCashRegisterDoFfd11Correction Method

Perform a cheque correction.

Namespace:  Resto.Front.Api.Devices
Assembly:  Resto.Front.Api.V8 (in Resto.Front.Api.V8.dll)
Syntax
C#
void DoFfd11Correction(
	Ffd11CorrectionTask task,
	IUser cashier,
	IViewManager viewManager
)

Parameters

task
Type: Resto.Front.Api.Data.Device.TasksFfd11CorrectionTask
Ffd11CorrectionTask Contains information about sums that need to correct.
cashier
Type: Resto.Front.Api.Data.SecurityIUser
The cashier performing the operation.
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