Stores details about a gift-in-kind sale.
Fields
Field |
Field Type |
Null |
Notes |
Description |
PREVIOUSAMOUNT
|
money
|
false
|
|
Gift-in-kind sale amount prior to adjustment
|
DATE
|
datetime
|
true
|
|
The date of the adjustment to the gift-in-kind sale record.
|
POSTDATE
|
datetime
|
true
|
|
The date to use when posting the adjustment to the gift-in-kind sale record.
|
POSTSTATUSCODE
|
tinyint
|
false
|
|
Flag used to indicate if the adjustment has been posted.
|
POSTSTATUS
|
nvarchar(11) (Computed)
|
true
|
|
Provides a translation for the 'POSTSTATUSCODE' field.
|
REASON
|
nvarchar(300)
|
false
|
|
Gives further details for why this adjustment was made.
|
ORGANIZATIONPREVIOUSAMOUNT
|
money
|
false
|
|
The price at which the gift-in-kind was sold in the organization currency.
|
TRANSACTIONPREVIOUSAMOUNT
|
money
|
false
|
|
The price at which the gift-in-kind was sold in the transaction currency.
|
DATEADDED
|
datetime
|
false
|
|
Indicates the date this record was added.
|
DATECHANGED
|
datetime
|
false
|
|
Indicates the date this record was last changed.
|
TS
|
timestamp
|
false
|
|
Timestamp.
|
TSLONG
|
bigint (Computed)
|
true
|
|
Numeric representation of the timestamp.
|
Indexes
Index Name |
Field(s) |
Unique |
Primary |
Clustered |
IX_GIFTINKINDSALEADJUSTMENT_BASECURRENCYID
|
|
False
|
False
|
False
|
IX_GIFTINKINDSALEADJUSTMENT_BASEEXCHANGERATEID
|
|
False
|
False
|
False
|
IX_GIFTINKINDSALEADJUSTMENT_DATEADDED
|
|
False
|
False
|
True
|
IX_GIFTINKINDSALEADJUSTMENT_DATECHANGED
|
|
False
|
False
|
False
|
IX_GIFTINKINDSALEADJUSTMENT_GIFTINKINDSALEID
|
|
False
|
False
|
False
|
IX_GIFTINKINDSALEADJUSTMENT_ORGANIZATIONEXCHANGERATEID
|
ORGANIZATIONEXCHANGERATEID
|
False
|
False
|
False
|
IX_GIFTINKINDSALEADJUSTMENT_TRANSACTIONCURRENCYID
|
|
False
|
False
|
False
|
PK_GIFTINKINDSALEADJUSTMENT
|
|
True
|
True
|
False
|