Quotation To Sale Item

<< Click to Display Table of Contents >>

Navigation:  Developers' Guide > Using Data Interface > Events > Add-On Events > Point of Sale Events >

Quotation To Sale Item

Navigation: Developers' Guide > Using Data Interface > Events > Add-On Events > Point of Sale Events >

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

Quotation To Sale Item

 

Show/Hide Hidden Text

You can now customize the Quotation To Sale Item 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 Quotation To Sale Item screen.

 

There are following events, which allow you to customize the Quotation To Sale Item screen:

Click to collapse/expand the view.

OnAfterCancel

The event occurs after canceling an item in the Quotation To Sale Item screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: QuotationToSaleItemModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Transaction.Transaction, CXS.SubSystem.Transaction.TransactionQuotation>

Type: QuotationToSaleItem

Remarks

N/A

Click to collapse/expand the view.

OnAfterSave

The event occurs after saving an item in the Quotation To Sale Item screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: QuotationToSaleItemModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Transaction.Transaction, CXS.SubSystem.Transaction.TransactionQuotation>

Type: QuotationToSaleItem

Remarks

N/A

Click to collapse/expand the view.

OnBeforeCancel

The event occurs before canceling an item in the Quotation To Sale Item screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: QuotationToSaleItemModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Transaction.Transaction, CXS.SubSystem.Transaction.TransactionQuotation>

Type: QuotationToSaleItem

Remarks

N/A

Click to collapse/expand the view.

OnBeforeSave

The event occurs before saving an item in the Quotation To Sale Item scren.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: QuotationToSaleItemModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Transaction.Transaction, CXS.SubSystem.Transaction.TransactionQuotation>

Type: QuotationToSaleItem

Remarks

N/A

Click to collapse/expand the view.

OnGlobalize

The event occurs on globalizing the resource strings on the Quotation To Sale Item screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: QuotationToSaleItemModuleBase

Parameters

N/A

Type: QuotationToSaleItem

Remarks

N/A

Click to collapse/expand the view.

OnViewIntialized

The event occurs when initializing the Quotation To Sale Item screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: QuotationToSaleItemModuleBase

Parameters

sender, ViewInitializedEventArgs

Type: QuotationToSaleItem

Remarks

N/A