|
<< Click to Display Table of Contents >> Navigation: Developers' Guide > Using Data Interface > Events > Add-On Events > Management Console Events > Goods Receipt PO |
Navigation: Developers' Guide > Using Data Interface > Events > Add-On Events > Management Console Events >
Goods Receipt PO
You can now customize the Goods Receipt PO to execute specific business transactions using its events. iVend Add-On Framework provides you with platform for customization and the framework is optimized to show only relevant list of events which minimizes the effort in searching events from long list of iVend events.
Note
Remember that the customization can be done on those fields only which are exposed in the Goods Receipt PO screen.
There are following events, which allow you to customize Goods Receipt PO screen:
The event occurs to add the most recent Goods Receipt PO information. Namespace: CXS.Retail.Extensibility.Modules.Inventory Assembly: PurchaseOrderReceiptViewModuleBase Parameters sender, DetailEventArgs<CXS.SubSystem.Inventory.GoodReceipt, CXS.SubSystem.Inventory.Product> Type: GoodReceiptPO Remarks N/A |
The event occurs after deleting the Goods Receipt PO. Namespace: CXS.Retail.Extensibility.Modules.Inventory Assembly: PurchaseOrderReceiptViewModuleBase Parameters sender, DetailEventArgs<CXS.SubSystem.Inventory.GoodReceipt> Type: GoodReceiptPO Remarks N/A |
The event occurs after adding the Goods Receipt PO detail. Namespace: CXS.Retail.Extensibility.Modules.Inventory Assembly: PurchaseOrderReceiptViewModuleBase Parameters sender, DetailEventArgs<CXS.SubSystem.Inventory.GoodReceipt, CXS.SubSystem.Inventory.GoodReceiptDetail> Type: GoodReceiptPO Remarks N/A |
The event occurs after removing the Goods Receipt PO detail. Namespace: CXS.Retail.Extensibility.Modules.Inventory Assembly: PurchaseOrderReceiptViewModuleBase Parameters sender, DetailEventArgs<CXS.SubSystem.Inventory.GoodReceipt, CXS.SubSystem.Inventory.GoodReceiptDetail> Type: GoodReceiptPO Remarks N/A |
The event occurs after saving the Goods Receipt PO. Namespace: CXS.Retail.Extensibility.Modules.Inventory Assembly: PurchaseOrderReceiptViewModuleBase Parameters sender, EventArgs<CXS.SubSystem.Inventory.GoodReceipt> Type: GoodReceiptPO Remarks N/A |
The event occurs before adding Goods Receipt PO information. Namespace: CXS.Retail.Extensibility.Modules.Inventory Assembly: PurchaseOrderReceiptViewModuleBase Parameters sender, EventArgs<CXS.SubSystem.Inventory.GoodReceipt> Type: GoodReceiptPO Remarks N/A |
The event occurs before deleting Goods Receipt PO. Namespace: CXS.Retail.Extensibility.Modules.Inventory Assembly: PurchaseOrderReceiptViewModuleBase Parameters sender, DetailEventArgs<CXS.SubSystem.Inventory.GoodReceipt> Type: GoodReceiptPO Remarks N/A |
The event occurs before removing the Goods Receipt PO information. Namespace: CXS.Retail.Extensibility.Modules.Inventory Assembly: PurchaseOrderReceiptViewModuleBase Parameters sender, DetailEventArgs<CXS.SubSystem.Inventory.GoodReceipt, CXS.SubSystem.Inventory.GoodReceiptDetail> Type: GoodReceiptPO Remarks N/A |
The event occurs before saving the Goods Receipt PO. Namespace: CXS.Retail.Extensibility.Modules.Inventory Assembly: PurchaseOrderReceiptViewModuleBase Parameters sender, EventArgs<CXS.SubSystem.Inventory.GoodReceipt> Type: GoodReceiptPO Remarks N/A |
The event occurs while initializing the Goods Receipt PO screen. Namespace: CXS.Retail.Extensibility.Modules.Inventory Assembly: PurchaseOrderReceiptViewModuleBase Parameters sender, ViewInitializedEventArgs Type: GoodReceiptPO Remarks N/A |