Field |
Field Type |
Null |
Notes |
Description |
BUDGETEDAMOUNT |
money |
|
Default = 0 |
The budgeted amount for this expense in base currency. |
ACTUALAMOUNT |
money |
|
Default = 0 |
The actual amount charged by the vendor for this expense in base currency. |
AMOUNTPAID |
money |
|
Default = 0 |
The amount paid for this expense in base currency. |
DATEDUE |
datetime |
 |
|
|
DATEPAID |
datetime |
 |
|
|
COMMENT |
nvarchar(250) |
|
Default = '' |
|
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
 |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
ORGANIZATIONBUDGETEDAMOUNT |
money |
|
Default = 0 |
The budgeted amount for this expense in organization currency. |
ORGANIZATIONACTUALAMOUNT |
money |
|
Default = 0 |
The actual amount charged by the vendor for this expense in organization currency. |
ORGANIZATIONAMOUNTPAID |
money |
|
Default = 0 |
The amount paid for this expense in organization currency. |