Click or drag to resize

IOperationServiceDoZReport Method

Prints Z report and closes session on cash register.

Namespace: Resto.Front.Api
Assembly: Resto.Front.Api.V10 (in Resto.Front.Api.V10.dll)
Syntax
C#
PostResult DoZReport(
	ICashRegisterInfo cashRegister,
	bool printCashRegisterTape,
	ICredentials credentials
)

Parameters

cashRegister  ICashRegisterInfo
Cash register.
printCashRegisterTape  Boolean
If true, daily journal will be printed with Z-report
credentials  ICredentials
The credentials returned by AuthenticateByPin(String) method.

Return Value

PostResult
See Also