RetailTransactionTable::numberOfSalesTransactionsByTerminal Method

Gets the number of sales transactions with the specified date and time for a terminal.

Syntax

client server public static int numberOfSalesTransactionsByTerminal(
    RetailTerminalId _terminalId, 
    FromDate _fromDate, 
    ToDate _toDate, 
    FromTime _timeFrom, 
    ToTime _timeTo)

Run On

Called

Parameters

Return Value

Type: int
The total number of sales transactions in the specified date and time.

See Also

Reference

RetailTransactionTable Table