IFfdCashRegisterDoFfd11Correction Method |
Perform a cheque correction.
Namespace: Resto.Front.Api.DevicesAssembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
SyntaxCashRegisterResult 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
CashRegisterResultState of the cash register: sums, vat, sale number and other.
Exceptions| Exception | Condition |
|---|
| DeviceException | Exception to notify that device actions was not successful. |
See Also