Click or drag to resize

IChequeTaskProcessor.BeforeZReport Method

Perform the action before printing the Z-report.

Namespace:  Resto.Front.Api.Devices
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void BeforeZReport(
	ICashRegisterInfo device,
	decimal cashRest,
	IUser authUser,
	IViewManager viewManager
)

Parameters

device
Type: Resto.Front.Api.Data.Device.ICashRegisterInfo
Cash register.
cashRest
Type: System.Decimal
Cash rest.
authUser
Type: Resto.Front.Api.Data.Security.IUser
User.
viewManager
Type: Resto.Front.Api.UI.IViewManager
IViewManager object to show dialogs. Should not be used after method returns.
See Also