Purchase Order

<< Click to Display Table of Contents >>

Navigation:  Developers' Guide > Using Data Interface > Events > Add-On Events > Management Console Events >

Purchase Order

Navigation: Developers' Guide > Using Data Interface > Events > Add-On Events > Management Console Events >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

Purchase Order

 

Show/Hide Hidden Text

You can now customize the Purchase Order screen to execute specific business driven objectives using various purchase order events. iVend Add-On Framework provides you with platform for customization and it 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 Purchase Order screen.

 

There are following events, which allow you to customize Purchase Order screen:

Click here to collapse/expand.

OnAddingDetail

The event occurs to perform an action in background while adding the product in Purchase Order.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: PurchaseOrderViewMo  duleBase

Parameters

sender, DetailEventArgs<CXS.SubSystem.Purchasing.PurchaseOrder, CXS.SubSystem.Inventory.Product>

Type: PurchaseOrder

Remarks

N/A

Click here to collapse/expand.

OnAfterDelete

The event occurs to perform an action in background while adding the product in Purchase Order.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: PurchaseOrderViewModuleBase

Parameters

sender, DetailEventArgs<CXS.SubSystem.Purchasing.PurchaseOrder>

Type: PurchaseOrder

Remarks

N/A

Click here to collapse/expand.

OnAfterAddDetail

The event occurs when you want to perform an action after adding the product in Purchase Order.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: PurchaseOrderViewModuleBase

Parameters

sender, DetailEventArgs<CXS.SubSystem.Purchasing.PurchaseOrder, CXS.SubSystem.Purchasing.PurchaseOrderDetail>

Type: PurchaseOrder

Remarks

N/A

Click here to collapse/expand.

OnAfterRemoveDetail

The event occurs to perform an action in background while adding the product in Purchase Order.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: PurchaseOrderViewModuleBase

Parameters

sender, DetailEventArgs<CXS.SubSystem.Purchasing.PurchaseOrder, CXS.SubSystem.Purchasing.PurchaseOrderDetail>

Type: PurchaseOrder

Remarks

N/A

Click here to collapse/expand.

OnAfterSave

The event occurs when you want to perform an action after saving the product in Purchase Order.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: PurchaseOrderViewModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Purchasing.PurchaseOrder>

Type: PurchaseOrder

Remarks

N/A

Click here to collapse/expand.

OnBeforeAddDetail

The event occurs when you want to perform an action before adding the product in Purchase Order.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: PurchaseOrderViewModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Purchasing.PurchaseOrder>

Type: PurchaseOrder

Remarks

N/A

Click here to collapse/expand.

OnBeforeDelete

The event occurs to perform an action in background while adding the product in Purchase Order.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: PurchaseOrderViewModuleBase

Parameters

sender, DetailEventArgs<CXS.SubSystem.Purchasing.PurchaseOrder>

Type: PurchaseOrder

Remarks

N/A

Click here to collapse/expand.

OnBeforeRemoveDetail

The event occurs to perform an action in background while adding the product in Purchase Order.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: PurchaseOrderViewModuleBase

Parameters

sender, DetailEventArgs<CXS.SubSystem.Purchasing.PurchaseOrder, CXS.SubSystem.Purchasing.PurchaseOrderDetail>

Type: PurchaseOrder

Remarks

N/A

Click here to collapse/expand.

OnBeforeSave

The event occurs when you want to perform an action before saving the product in Purchase Order.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: PurchaseOrderViewModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Purchasing.PurchaseOrder>

Type: PurchaseOrder

Remarks

N/A

Click here to collapse/expand.

OnViewIntialized

The event occurs when you want to perform an action while the Purchase Order screen loading.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: PurchaseOrderViewModuleBase

Parameters

sender, ViewInitializedEventArgs

Type: PurchaseOrder

Remarks

N/A