RetailTransactionSalesTrans::numberOfUnpostedSalesEntries Method
Gets the number of sales transactions with a transaction status of a RetailEntryStatus::None enumeration value for a specified time and date.
Syntax
client server public static int numberOfUnpostedSalesEntries(
RetailStoreId _storeId,
FromDate _fromDate,
ToDate _toDate,
FromTime _fromTime,
ToTime _toTime)
Run On
Called
Parameters
- _storeId
Type: RetailStoreId Extended Data Type
The ID of the store.
- _fromDate
Type: FromDate Extended Data Type
A from date value.
- _toDate
Type: ToDate Extended Data Type
A to date value.
- _fromTime
Type: FromTime Extended Data Type
A from time value.
- _toTime
Type: ToTime Extended Data Type
A to time value.
Return Value
Type: int
The number of sales transactions.