Name | Description | Type | Additional information |
---|---|---|---|
ItemID |
Gets or sets the unique identifier of the item. |
integer |
None. |
Name |
Gets or sets the name of the item. |
string |
None. |
Description |
Gets or sets the description of the item. |
string |
None. |
ItemCode |
Gets or sets the code of the item. |
string |
None. |
Quantity |
Gets or sets the quantity of the item. |
integer |
None. |
WarehouseLocationID |
Gets or sets the warehouse location identifier where the item is stored. |
integer |
None. |
CustomerID |
Gets or sets the customer identifier associated with the item. |
integer |
None. |
TransactionDate |
Gets or sets the transaction date of the item. |
date |
None. |
TransactionTime |
Gets or sets the transaction time of the item. |
time interval |
None. |
Comment |
Gets or sets the comment associated with the item. |
string |
None. |
UserName |
Gets or sets the username of the person associated with the item. |
string |
None. |
ItemType |
Gets or sets the type of the item. |
string |
None. |
CustPartNo |
Gets or sets the customer part number associated with the item. |
string |
None. |
InitialReceipt |
Gets or sets the initial receipt information of the item. |
string |
None. |
ItemImage |
Gets or sets the image associated with the item. |
ItemImageDTO |
None. |