Stock Transfer Shipment

<< Click to Display Table of Contents >>

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

Stock Transfer Shipment

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

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

Stock Transfer Shipment

 

Show/Hide Hidden Text

You can now customize the Stock Transfer Shipment to execute specific business operations 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

•The "Stock Transfer Shipment" screen is used in two modules that are "Business Transactions" and "Gift and Certificate". This section contains events for both modules.

•Remember that the customization can be done on those fields only which are exposed in the Stock Transfer Shipment screen.

 

Stock Transfer Shipment screen in Business Transactions module

There are following events, which allow you to customize Stock Transfer Shipment screen:

Click here to collapse/expand the view.

OnAddingDetail

The event occurs while adding product in the Stock Transfer Shipment screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: StockTransferViewModuleBase

Parameters

sender, DetailEventArgs<CXS.SubSystem.Inventory.StockTransferRequest, CXS.SubSystem.Inventory.Product>

Type: StockTransferShipment

Remarks

N/A

Click here to collapse/expand the view.

OnAfterDelete

The event occurs after deleting product in the Stock Transfer Shipment screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: StockTransferViewModuleBase

Parameters

sender, DetailEventArgs<CXS.SubSystem.Inventory.StockTransferRequest>

Type: StockTransferShipment

Remarks

N/A

Click here to collapse/expand.

OnAfterAddDetail

The event occurs after adding product in the Stock Transfer Shipment screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: StockTransferViewModuleBase

Parameters

sender, DetailEventArgs<CXS.SubSystem.Inventory.StockTransferRequest, CXS.SubSystem.Inventory.StockTransferRequestDetail>

Type: StockTransferShipment

Remarks

N/A

Click here to collapse/expand.

OnAfterRemoveDetail

The event occurs after removing the product in the Stock Transfer Shipment screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: StockTransferViewModuleBase

Parameters

sender, DetailEventArgs<CXS.SubSystem.Inventory.StockTransferRequest, CXS.SubSystem.Inventory.StockTransferRequestDetail>

Type: StockTransferShipment

Remarks

N/A

Click here to collapse/expand.

OnAfterSave

The event occurs saving the product detail in the Stock Transfer Shipment screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: StockTransferViewModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Inventory.StockTransferRequest>

Type: StockTransferShipment

Remarks

N/A

Click here to collapse/expand.

OnBeforeAddDetail

The event occurs before adding the product detail in the Stock Transfer Shipment screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: StockTransferViewModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Inventory.StockTransferRequest>

Type: StockTransferShipment

Remarks

N/A

Click here to collapse/expand.

OnBeforeDelete

The event occurs before deleting the product in the Stock Transfer Shipment screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: StockTransferViewModuleBase

Parameters

sender, DetailEventArgs<CXS.SubSystem.Inventory.StockTransferRequest>

Type: StockTransferShipment

Remarks

N/A

Click here to collapse/expand.

OnBeforeRemoveDetail

The event occurs before removing the product in the Stock Transfer Shipment screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: StockTransferViewModuleBase

Parameters

sender, DetailEventArgs<CXS.SubSystem.Inventory.StockTransferRequest, CXS.SubSystem.Inventory.StockTransferRequestDetail>

Type: StockTransferShipment

Remarks

N/A

Click here to collapse/expand.

OnBeforeSave

The event occurs before saving the product in the Stock Transfer Shipment screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: StockTransferViewModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Inventory.StockTransferRequest>

Type: StockTransferShipment

Remarks

N/A

Click here to collapse/expand.

OnViewIntialized

The event occurs while loading the Stock Transfer Shipment screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: StockTransferViewModuleBase

Parameters

sender, ViewInitializedEventArgs

Type: StockTransferShipment

Remarks

N/A

 

Stock Transfer Shipment screen in Gift and Certificate module

There are following events, which allow you to customize Stock Transfer Shipment screen:

Click here to collapse/expand the view.

OnAddingDetail

The event occurs while adding gift certificate detail in the Stock Transfer Shipment screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: GiftCertificateStockTransferViewModuleBase

Parameters

sender, DetailEventArgs<CXS.SubSystem.Inventory.StockTransfer, CXS.SubSystem.Inventory.Product>

Type: StockTransferShipment

Remarks

N/A

Click here to collapse/expand the view.

OnAferDelete

The event occurs after adding gift certificate detail in the Stock Transfer Shipment screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: GiftCertificateStockTransferViewModuleBase

Parameters

sender, DetailEventArgs<CXS.SubSystem.Inventory.StockTransfer>

Type: StockTransferShipment

Remarks

N/A

Click here to collapse/expand.

OnAfterAddDetail

The event occurs after adding the gift certificate detail in the Stock Transfer Shipment screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: GiftCertificateStockTransferViewModuleBase

Parameters

sender, DetailEventArgs<CXS.SubSystem.Inventory.StockTransfer, CXS.SubSystem.Inventory.StockTransferDetail>

Type: StockTransferShipment

Remarks

N/A

Click here to collapse/expand.

OnAfterRemoveDetail

The event occurs after removing the gift certificate detail in the Stock Transfer Shipment screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: GiftCertificateStockTransferViewModuleBase

Parameters

sender, DetailEventArgs<CXS.SubSystem.Inventory.StockTransfer, CXS.SubSystem.Inventory.StockTransferDetail>

Type: StockTransferShipment

Remarks

N/A

Click here to collapse/expand.

OnAfterSave

The event occurs after saving the gift certificate in the Stock Transfer Shipment screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: GiftCertificateStockTransferViewModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Inventory.StockTransfer>

Type: StockTransferShipment

Remarks

N/A

Click here to collapse/expand.

OnBeforeAddDetail

The event occurs before adding the gift certificate in the Stock Transfer Shipment screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: GiftCertificateStockTransferViewModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Inventory.StockTransfer>

Type: StockTransferShipment

Remarks

N/A

Click here to collapse/expand.

OnBeforeDelete

The event occurs before deleting the gift certificate detail in the Stock Transfer Shipment screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: GiftCertificateStockTransferViewModuleBase

Parameters

sender, DetailEventArgs<CXS.SubSystem.Inventory.StockTransfer>

Type: StockTransferShipment

Remarks

N/A

Click here to collapse/expand.

OnBeforeRemoveDetail

The event occurs before removing the stock transfer shipment detail.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: GiftCertificateStockTransferViewModuleBase

Parameters

sender, DetailEventArgs<CXS.SubSystem.Inventory.StockTransfer, CXS.SubSystem.Inventory.StockTransferDetail>

Type: StockTransferShipment

Remarks

N/A

Click here to collapse/expand.

OnBeforeSave

The event occurs before saving the gift certificate in the Stock Transfer Shipment screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: GiftCertificateStockTransferViewModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Inventory.StockTransfer>

Type: StockTransferShipment

Remarks

N/A

Click here to collapse/expand.

OnViewIntialized

The event occurs while loading the Stock Transfer Shipment screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: GiftCertificateStockTransferViewModuleBase

Parameters

sender, ViewInitializedEventArgs

Type: StockTransferShipment

Remarks

N/A