Name | Description | Type | Additional information |
---|---|---|---|
ItemID |
Gets or sets the ID of the item involved in the transaction. |
integer |
None. |
ItemTransactionType |
Gets or sets the type of the item transaction (e.g., purchase, sale, transfer). |
string |
None. |
Quantity |
Gets or sets the quantity of the item involved in the transaction. |
integer |
None. |
WarehouseLocationID |
Gets or sets the ID of the warehouse location where the transaction occurred. |
integer |
None. |
TransactionDate |
Gets or sets the date of the transaction. |
date |
None. |
TransactionTime |
Gets or sets the time of the transaction. |
time interval |
None. |
Comment |
Gets or sets any additional comments related to the transaction. |
string |
None. |
UserName |
Gets or sets the username of the person who performed the transaction. |
string |
None. |
ToLocationID |
Gets or sets the ID of the location to which the item is being transferred, if applicable. |
integer |
None. |
OrderID |
Gets or sets the ID of the associated Order in the transaction. |
integer |
None. |
LotID |
Gets or sets the ID of the lot associated with the transaction. |
integer |
None. |