Click or drag to resize

IFfdCashRegisterDoFfd10Correction Method

Perform a cheque correction.

Namespace: Resto.Front.Api.Devices
Assembly: Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void DoFfd10Correction(
	Ffd10CorrectionTask task,
	IUser cashier,
	IViewManager viewManager
)

Parameters

task  Ffd10CorrectionTask
Ffd10CorrectionTask Contains information about sums that need to correct.
cashier  IUser
The cashier performing the operation.
viewManager  IViewManager
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