Click or drag to resize

StoreOrderLineToStoreTransactionLineFulfillment Class

Represents the fulfillment from Store Order Line to Store Transaction Line
Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.Core.TransformationsFulfillmentStoreOrderLine, StoreTransactionLine
    Aloe.EnterpriseOne.Model.Core.TransformationsEntityFulfillmentStoreOrderLine, StoreTransactionLine
      Aloe.EnterpriseOne.Model.Core.TransformationsDocumentLinesFulfillmentStoreOrderLine, StoreTransaction, StoreTransactionLine
        Aloe.EnterpriseOne.Model.Core.TransformationsDocumentLinesToDocumentLinesFulfillmentStoreOrderLine, StoreTransaction, StoreTransactionLine
          Aloe.EnterpriseOne.Model.Logistics.InventoryStoreOrderLineToStoreTransactionLineFulfillment

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public class StoreOrderLineToStoreTransactionLineFulfillment : DocumentLinesToDocumentLinesFulfillment<StoreOrderLine, StoreTransaction, StoreTransactionLine>

The StoreOrderLineToStoreTransactionLineFulfillment type exposes the following members.

Constructors
  NameDescription
Public methodStoreOrderLineToStoreTransactionLineFulfillment
Initializes a new instance of the StoreOrderLineToStoreTransactionLineFulfillment class.
Top
Properties
  NameDescription
Public propertyExecuteForZeroOrderItems
Gets a value indicating whether the fulfillment will execute even for order items with zero remaining values.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public propertyGetOrCreateSubDocument
Gets the get or create function, which returns sub-document for each order item.
(Inherited from DocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItem.)
Public propertyGetParentDocument
Function, which gets the parent document of an order item.
(Inherited from DocumentLinesToDocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItem.)
Public propertyItem (Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public propertyLineCost
Gets the issue line cost measure.
Public propertyMeasures
Gets all measures.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public propertyName
Gets the name.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public propertyOnlyReleasedTransactions
Gets a value indicating whether only released transactions are considered fulfillments (normally - planned).
Public propertyOrphanHandling
Specifies orphan handling strategy.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public propertyQuantity
Gets the quantity measure.
Public propertyQuantityBase
Gets the quantity base measure.
Public propertyStandardQuantityBase
Gets the standard quantity base measure.
Public propertyTransaction
Gets the transaction.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Top
Methods
  NameDescription
Public methodCreateFulfillmentItems(TOrderItem)
Creates fulfillment items for the specified order item for all remaining quantities.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public methodCreateFulfillmentItems(StoreOrderLine, FulfillmentAdviceStoreOrderLine, StoreTransactionLine)
Creates fulfillment items for the specified order item.
(Overrides FulfillmentTOrderItem, TFulfillmentItemCreateFulfillmentItems(TOrderItem, FulfillmentAdviceTOrderItem, TFulfillmentItem).)
Public methodCreateReverseFulfillmentItems
Creates reverse fulfillment items. Primarily used for reversing orphaned items.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public methodExecuteFulfillment
Executes the fulfillment for the specified order items.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public methodGetDocumentFulfillmentsQuery
Gets the query, which obtains all the fulfillments of the parent document of the order item.
(Overrides DocumentLinesToDocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItemGetDocumentFulfillmentsQuery(TOrderItem).)
Public methodGetFulfillments
Gets the fulfillments of an order item. This implementation caches the fulfillments of all order items within the document.
(Inherited from DocumentLinesToDocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItem.)
Public methodGetFulfillmentsQuery
Gets the fulfillments query. This method should never be called for the current class.
(Inherited from DocumentLinesToDocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItem.)
Public methodGetFulfillmentsWithinDocument
Gets the fulfillments of an order item, searching within all fulfillments of a document.
(Overrides DocumentLinesToDocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItemGetFulfillmentsWithinDocument(TOrderItem, IEnumerableTFulfillmentItem).)
Public methodGetOrphans
Gets the orphaned fulfillment items.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public methodGetTransactionsTotalCost
Gets the cost of all released store transactions for the specified line (in the transactions document cost).
Public methodGetTransactionsTotalQuantity
Gets the quantity from all store transactions, fulfilling the specified line. The transacted quantity is measured in the direction (issue or receipt) of the store order.
Public methodGetTransactionsTotalQuantityBase
Gets the quantity in base units from all store transactions, fulfilling the specified line. The transacted quantity is measured in the direction (issue or receipt) of the store order.
Top
See Also