Class InventoryPO

java.lang.Object
com.storedobject.core.StoredObject
com.storedobject.core.InventoryPO
All Implemented Interfaces:
Displayable, StringFiller, HasChildren, HasId, HasReference, TradeType

@Table(anchors="Store") public class InventoryPO extends StoredObject implements HasChildren, HasReference, TradeType
Base class for creating Purchase Orders (POs). This class may be used as such, or it can be extended to add more fields if required. It may also be used for other type of orders such as "Loan Orders" etc. and in such cases, the appropriate GRN type (getGRNType()) should be returned.
Author:
Syam