MaterialTransactionItem Class |
Namespace: CorrigoService.Entities
[SerializableAttribute] public class MaterialTransactionItem : CorrigoEntity
The MaterialTransactionItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | CurrencyTypeId |
Currency Type. This field is required when Price is not NULL
|
![]() | FinancialItemId | |
![]() | LineAmount |
MHT Item subtotal. This field is auto-computed as Round(Qty * Price) when Price is not NULL; otherwise it’s NULL
|
![]() | Price |
Unit price. This field is required if transaction type is Receive; and will be computed for Use in Service and Transfer transactions
|
![]() | ProductId |
Product Id
|
![]() | Quantity |
Quantity. This field is set by user, except for Use in Service transactions.
Zero value is allowed only for Receive and Remove transaction types.
Also, some transaction types don’t support negative quantities.
|
![]() | ReplenishmentOrderItemId |
Replenishment Order Item Id.
Supported only when Transaction type is Receive.
|
![]() | SourceStockLocationId |
Reference to source Stock Location.
Supported only for Transfer transactions.
|
![]() | StockLocationId |
Reference to base Stock Location.
|
![]() | TransactionId |
Parent Transaction.
|
![]() | TypeId |
Transaction type.
|