Click or drag to resize

ProjectedAvailability Class

Represents a projected availability entry.
Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.Logistics.InventoryProjectedAvailability

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public class ProjectedAvailability

The ProjectedAvailability type exposes the following members.

Constructors
  NameDescription
Public methodProjectedAvailability
Initializes a new instance of the ProjectedAvailability class
Top
Properties
  NameDescription
Public propertyAvailableToPromiseForDate
Gets or sets the available to promise quantity for date.
Public propertyDate
Gets or sets the date.
Public propertyEnterpriseCompany
Gets or sets the enterprise company.
Public propertyLot
Gets or sets the lot.
Public propertyOnHandQuantityBase
Gets or sets the on hand quantity base.
Public propertyPlannedQuantityBase
Gets or sets the planned quantity base.
Public propertyPlannedQuantityBaseToDate
Gets or sets the planned quantity base to date.
Public propertyProduct
Gets or sets the product.
Public propertyProjectedAvailableBalance
Gets or sets the projected available balance.
Public propertyStore
Gets or sets the store.
Top
See Also