Cash-In Cash-Out

<< Click to Display Table of Contents >>

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

Cash-In Cash-Out

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

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

Cash-In Cash-Out

 

Show/Hide Hidden Text

You can now customize the Cash-In Cash-Out 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 Cash-In Cash-Out screen.

 

There are following events, which allow you to customize the Cash-In Cash-Out screen:

Click to collapse/expand the view.

OnAfterCashInSave

The events occurs after saving a CashIn.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: CashInCashOutModuleBase

Parameters

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

Type: CashInCashOut

Remarks

N/A

Click to collapse/expand the view.

OnAfterCashOutSave

The events occurs after saving a CashOut.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: CashInCashOutModuleBase

Parameters

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

Type: CashInCashOut

Remarks

N/A

Click to collapse/expand the view.

OnBeforeCashInSave

The events occurs before saving a CashIn.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: CashInCashOutModuleBase

Parameters

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

Type: CashInCashOut

Remarks

N/A

Click to collapse/expand the view.

OnBeforeCashOutSave

The events occurs before saving a CashOut.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: CashInCashOutModuleBase

Parameters

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

Type: CashInCashOut

Remarks

N/A

Click to collapse/expand the view.

OnCashInViewIntialized

The events occurs when initializing a CashInView screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: CashInCashOutModuleBase

Parameters

sender, CashInCashOutViewInitializedEventArgs

Type: CashInCashOut

Remarks

N/A

Click to collapse/expand the view.

OnCashOutViewIntialized

The events occurs when initializing a CashOut.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: CashInCashOutModuleBase

Parameters

sender, CashInCashOutViewInitializedEventArgs

Type: CashInCashOut

Remarks

N/A

Click to collapse/expand the view.

OnGlobalize

The events occurs on globalizing the resource strings on the Cash-In Cash-Out screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: CashInCashOutModuleBase

Parameters

N/A

Type: CashInCashOut

Remarks

N/A