Manage Till

<< Click to Display Table of Contents >>

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

Manage Till

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

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

Manage Till

Show/Hide Hidden Text

You can now customize the Manage Till 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 Manage Till screen.

 

There are following events, which allow you to customize the Manage Till screen:

Click to collapse/expand the view.

OnAfterTillClose

The events occurs after closing the Till in the Manage Till screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: ManageTillModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Till.Till>

Type: ManageTill

Remarks

N/A

Click to collapse/expand the view.

OnAfterTillRemove

The events occurs after removing the Till in the Manage Till screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: ManageTillModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Till.Session>

Type: ManageTill

Remarks

N/A

Click to collapse/expand the view.

OnBeforeTillClose

The events occurs before closing the Till in the Manage Till screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: ManageTillModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Till.Till>

Type: ManageTill

Remarks

N/A

Click to collapse/expand the view.

OnBeforeTillRemove

The events occurs before removing the Till in the Manage Till screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: ManageTillModuleBase

Parameters

sender, EventArgs<CXS.SubSystem.Till.Session>

Type: ManageTill

Remarks

N/A

Click to collapse/expand the view.

OnGlobalize

The events occurs on globalizing the resource strings on the Manage Till screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: ManageTillModuleBase

Parameters

N/A

Type: ManageTill

Remarks

N/A

Click to collapse/expand the view.

OnViewIntialized

The events occurs when initializing the Manage Till screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: ManageTillModuleBase

Parameters

sender, ViewInitializedEventArgs

Type: ManageTill

Remarks

N/A