Z Report

<< Click to Display Table of Contents >>

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

Z Report

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

hm_btn_navigate_prevhm_btn_navigate_tophm_btn_navigate_next

Z Report

 

Show/Hide Hidden Text

You can now customize the Z Report 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 Z Report screen.

 

There are following events, which allow you to customize the Z Report screen:

Click to collapse/expand the view.

OnAfterDateRangeSave

The events occurs after saving the date range in the Z Report screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: ZReportModuleBase

Parameters

sender, XTapeReportEventArgs

Type: ZReport

Remarks

N/A

Click to collapse/expand the view.

OnAfterNumberRangeSave

The events occurs after saving the number range in the Z Report screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: ZReportModuleBase

Parameters

sender, XTapeReportEventArgs

Type: ZReport

Remarks

N/A

Click to collapse/expand the view.

OnBeforeDateRangeSave

The events occurs before saving the date range in the Z Report screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: ZReportModuleBase

Parameters

sender, XTapeReportEventArgs

Type: ZReport

Remarks

N/A

Click to collapse/expand the view.

OnBeforeNumberRangeSave

The events occurs before saving the number range in the Z Report screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: ZReportModuleBase

Parameters

sender, XTapeReportEventArgs

Type: ZReport

Remarks

N/A

Click to collapse/expand the view.

OnDateRangeViewIntialized

The events occurs when initializing the Z Report screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: ZReportModuleBase

Parameters

sender, XTapeReportEventArgs

Type: ZReport

Remarks

N/A

Click to collapse/expand the view.

OnGlobalize

The events occurs on globalizing the resource strings on the X Report screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: ZReportModuleBase

Parameters

sender, XTapeReportEventArgs

Type: ZReport

Remarks

N/A

Click to collapse/expand the view.

OnNumberRangeViewIntialized

The events occurs after printing the report in the Z Report screen.

Namespace: CXS.Retail.Extensibility.Modules.Transaction

Assembly: ZReportModuleBase

Parameters

sender, XTapeReportEventArgs

Type: ZReport

Remarks

N/A