Sotck Transfer Receipt

<< Click to Display Table of Contents >>

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

Sotck Transfer Receipt

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

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

Sotck Transfer Receipt

 

Show/Hide Hidden Text

You can now customize the Stock Transfer Receipt 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 Stock Transfer Receipt screen.

 

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

Click here to collapse/expand the view.

OnAddingDetail

The event occurs while adding stock transfer receipt details.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: StockTransferReceiptViewModuleBase

Parameters

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

Type: StockTransferReceipt

Remarks

N/A

Click here to collapse/expand the view.

OnAfterDelete

The event occurs after deleting a stock transfer receipt.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: StockTransferReceiptViewModuleBase

Parameters

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

Type: StockTransferReceipt

Remarks

N/A

Click here to collapse/expand.

OnAfterAddDetail

The event occurs after adding stock transfer receipt detail in the Stock Transfer Receipt screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: StockTransferReceiptViewModuleBase

Parameters

sender, DetailEventArgs<CXS.SubSystem.Inventory.GoodReceipt, CXS.SubSystem.Inventory.GoodReceiptDetail>

Type: StockTransferReceipt

Remarks

N/A

Click here to collapse/expand.

OnAfterRemoveDetail

The event occurs after removing stock transfer receipt in the Stock Transfer Receipt screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: StockTransferReceiptViewModuleBase

Parameters

sender, DetailEventArgs<CXS.SubSystem.Inventory.GoodReceipt, CXS.SubSystem.Inventory.GoodReceiptDetail>

Type: StockTransferReceipt

Remarks

N/A

Click here to collapse/expand.

OnAfterSave

The event occurs after saving the stock transfer receipt.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: StockTransferReceiptViewModuleBase

Parameters

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

Type: StockTransferReceipt

Remarks

N/A

Click here to collapse/expand.

OnBeforeAddDetail

The event occurs before adding receipt detail in the Stock Transfer Receipt screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: StockTransferReceiptViewModuleBase

Parameters

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

Type: StockTransferReceipt

Remarks

N/A

Click here to collapse/expand.

OnBeforeDelete

The event occurs before deleting the stock transfer receipt.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: StockTransferReceiptViewModuleBase

Parameters

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

Type: StockTransferReceipt

Remarks

N/A

Click here to collapse/expand.

OnBeforeRemoveDetail

The event occurs before removing detail in the Stock Transfer Receipt screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: StockTransferReceiptViewModuleBase

Parameters

sender, DetailEventArgs<CXS.SubSystem.Inventory.GoodReceipt, CXS.SubSystem.Inventory.GoodReceiptDetail>

Type: StockTransferReceipt

Remarks

N/A

Click here to collapse/expand.

OnBeforeSave

The event occurs before saving a stock transfer receipt.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: StockTransferReceiptViewModuleBase

Parameters

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

Type: StockTransferReceipt

Remarks

N/A

Click here to collapse/expand.

OnViewIntialized

The event occurs when initializing the Stock Transfer Receipt screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: StockTransferReceiptViewModuleBase

Parameters

sender, ViewInitializedEventArgs

Type: StockTransferReceipt

Remarks

N/A