This is a write once only object. Once saved initially it can never be edited again as it affects many other objects and must follow standard business practices for inventory control. Corrections must be made through an inventory adjustment as per standard practices.

Namespace: GZTW.AyaNova.BLL
Assembly: GZTW.AyaNova.BLL (in GZTW.AyaNova.BLL.dll) Version: 7.0.0.0 (7.0.0.0)

Syntax

C#
[SerializableAttribute]
public class PurchaseOrderReceipt : BusinessBase
Visual Basic
<SerializableAttribute> _
Public Class PurchaseOrderReceipt _
	Inherits BusinessBase
Visual C++
[SerializableAttribute]
public ref class PurchaseOrderReceipt : public BusinessBase

Inheritance Hierarchy

System..::..Object
  BindableBase
    UndoableBase
      BusinessBase
        GZTW.AyaNova.BLL..::..PurchaseOrderReceipt

See Also