ICashRegisterDoXReport Method |
Perform X-report printing operation at the cafe session opening.
Namespace:
Resto.Front.Api.Devices
Assembly:
Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax CashRegisterResult DoXReport(
string cashierName,
string cashierTaxpayerId,
IViewManager viewManager
)
Parameters
- cashierName
- Type: SystemString
Cashier's name. - cashierTaxpayerId
- Type: SystemString
Cashier's taxpayer id. - viewManager
- Type: Resto.Front.Api.UIIViewManager
IViewManager object to show dialogs. Should not be used after method returns.
Return Value
Type:
CashRegisterResultState of the cash register: sums, vat, sale number and other.
Exceptions Exception | Condition |
---|
DeviceException | Exception to notify that device actions was not successful. |
Remarks Called at the opening cafe session.
See Also