|
<< Click to Display Table of Contents >> Navigation: Developers' Guide > Using Data Interface > Events > Add-On Events > Point of Sale Events > Complete Sale |
Navigation: Developers' Guide > Using Data Interface > Events > Add-On Events > Point of Sale Events >
Complete Sale
You can now customize the Complete Sale screen 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.
There are following events, which allow you to customize the Complete Sale screen:
The event occurs after clicking the Complete button in Complete Sale screen. Namespace: CXS.Retail.Extensibility.Modules.Transaction Assembly: CompleteSaleModuleBase Parameters object sender, EventArgs<CXS.SubSystem.Transaction.Transaction> args Type: CompleteSale Remarks N/A |
The event occurs before clicking the Complete button in Complete Sale screen. Namespace: CXS.Retail.Extensibility.Modules.Transaction Assembly: CompleteSaleModuleBase Parameters object sender, EventArgs<CXS.SubSystem.Transaction.Transaction> args Type: CompleteSale Remarks N/A |