Gift Certificate Receipts

<< Click to Display Table of Contents >>

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

Gift Certificate Receipts

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

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

Gift Certificate Receipts

 

Show/Hide Hidden Text

You can now customize the Gift Certificate Receipts screen to execute specific business operations using its 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 Gift Certificate Receipts screen.

 

There are following events, which allow you to customize Gift Certificate Receipts screen:

Click here to collapse/expand the view.

OnBeforeAddDetail

The event occurs before adding gift certificate detail in the Gift Certificate Receipts screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: GiftCertificateReceiptViewModuleBase

Parameters

sender, DetailEventArgs<CXS.SubSystem.Payment.GiftCertificate>

Type: GiftCertificateReceipts

Remarks

N/A

Click here to collapse/expand the view.

OnAfterAddDetail

The event occurs after adding gift certificate detail in the Gift Certificate Receipts screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: GiftCertificateReceiptViewModuleBase

Parameters

sender, DetailEventArgs<CXS.SubSystem.Payment.GiftCertificate>

Type: GiftCertificateReceipts

Remarks

N/A

Click here to collapse/expand.

OnBeforeRemoveDetail

The event occurs before removing the gift certificate detail in the Gift Certificate Receipts screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: GiftCertificateReceiptViewModuleBase

Parameters

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

Type: GiftCertificateReceipts

Remarks

N/A

Click here to collapse/expand.

OnAfterRemoveDetail

The event occurs after removing the gift certificate detail in the Gift Certificate Receipts screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: GiftCertificateReceiptViewModuleBase

Parameters

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

Type: GiftCertificateReceipts

Remarks

N/A

Click here to collapse/expand.

OnAddingDetail

The event occurs while adding the gift certificate in the Gift Certificate Receipts screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: GiftCertificateReceiptViewModuleBase

Parameters

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

Type: GiftCertificateReceipts

Remarks

N/A

Click here to collapse/expand.

OnAfterDelete

The event occurs after deleting the gift certificate in the Gift Certificate Receipts screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: GiftCertificateReceiptViewModuleBase

Parameters

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

Type: GiftCertificateReceipts

Remarks

N/A

Click here to collapse/expand.

OnViewInitialized

The event occurs while loading the gift certificate in the Gift Certificate Receipts screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: GiftCertificateReceiptViewModuleBase

Parameters

sender, ViewInitializedEventArgs

Type: GiftCertificateReceipts

Remarks

N/A

Click here to collapse/expand.

OnBeforeSave

The event occurs while loading the gift certificate in the Gift Certificate Receipts screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: GiftCertificateReceiptViewModuleBase

Parameters

sender, ViewInitializedEventArgs

Type: GiftCertificateReceipts

Remarks

N/A

Click here to collapse/expand.

OnAfterSave

The event occurs while loading the gift certificate in the Gift Certificate Receipts screen.

Namespace: CXS.Retail.Extensibility.Modules.Inventory

Assembly: GiftCertificateReceiptViewModuleBase

Parameters

sender, ViewInitializedEventArgs

Type: GiftCertificateReceipts

Remarks

N/A