GetTransactionTips()

Description

Returns tip details for the specified transaction header record(s).

Return Value

XML String

Parameters
Remarks

XML String has the following structure:

Field

Type

Length

Description

tDateTime

DateTime

8

Date/time of the transaction.

lVoid

Boolean

1

Indicates whether an employee voided the transaction.

iId

Integer

4

Primary Key - Unique Identifier.

iLocationId

Integer

4

Not used.

iHeaderId

Integer

4

Transaction Header Id.  Unique identifier for each transaction.

cInvoiceNo

String

12

Transaction invoice number. 

(Formatted as YYYYMMDDXXXX - where XXXX is an incrementing ticket number.)

iEmpId

Integer

4

Employee Id.  Foreign Key to Employee iId.

nAmount

Decimal

8

Tip amount.

iPackageId

Integer

4

Package Id.

iGId

Integer

4

Transaction Header Global Id.

 

 

Contact Us | Send Feedback