TransactionMarkers
Enum
Defines the marker flags for POS_SalesTransaction records
None :
0
No alert flags
IsSuspect :
1
This transaction has been tagged as suspect
Ie is this a suspect order that needs to be verified? (eg could have a suspected incorrect date or affects closed EOD period)
IsFlagged :
2
Has this transaction been flagged by the user
HasCorrections :
4
Does this transaction contain corrections?
HasAdjustments :
8
Does this transaction contain adjustments
HasTags :
16
Does this transaction contain order tags
HasTips :
32
Does this transaction contain tips
HasLoyalty :
64
Does this transaction contain a loyalty member link?
HasCancelledPayments :
128
Does this transaction contain cancelled payments?
HasChangedPayments :
256
Does this transaction contain changed payments?
HasAccountPayment :
512
Does this transaction contain an account based payment?