RetailTerminalTable.numberOfSalesTransactions Method
Calculates the number of sales transactions done by the current terminal for a given time.
Syntax
public RetailNumberOfSalesTransactions numberOfSalesTransactions(
FromDate _fromDate,
ToDate _toDate,
FromTime _fromTime,
ToTime _toTime)
Run On
Called
Parameters
- _fromDate
Type: FromDate Extended Data Type
The current value of fromDate.
- _toDate
Type: ToDate Extended Data Type
The current value of ending date.
- _fromTime
Type: FromTime Extended Data Type
The current value of starting time.
- _toTime
Type: ToTime Extended Data Type
The current value of ending time.
Return Value
Type: RetailNumberOfSalesTransactions Extended Data Type
The number of sales transactions done by the current terminal for a given time.