RetailTransactionTable::netAmountByTerminal Method

Gets the number of transactions with net amount for the specified terminal.

Syntax

client server public static real netAmountByTerminal(
    RetailTerminalId _terminal, 
    FromDate _fromDate, 
    ToDate _toDate, 
    FromTime _timeFrom, 
    ToTime _timeTo)

Run On

Called

Parameters

Return Value

Type: real
The number of transactions for the given terminal with net amount.

See Also

Reference

RetailTransactionTable Table