Click or drag to resize

IFfdCashRegisterDoFfd11Correction Method

Perform a cheque correction.

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

Parameters

task  Ffd11CorrectionTask
Ffd11CorrectionTask 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.

Return Value

CashRegisterResult
State of the cash register: sums, vat, sale number and other.
Exceptions
ExceptionCondition
DeviceExceptionException to notify that device actions was not successful.
See Also