MC - Customize existing MC screen

MC - Customize existing MC screen

Introduction

iVend Add-on Framework is used for writing Custom Business Logic independently by a programmer. iVend Addon allows to extend business logic either in Management Console or at the Terminal POS.The addon framework allows deployment of multiple Add-Ons on one Enterprise. The extended business logic is deployed as an Add-on centrally at the Enterprise which then gets auto-replicated to entire retail landscape.

Environment:

iVend 6.5

This sample add-on shows how to handle existing screen GUI and their exposed events. e.g. Add column to Purchase Order detail grid, handling existing exposed events.

Project Name: CustomizeExistingScreenMC

Class Name: CustomePurchaseOrder

Please download the attachment to get the project file.


    • Related Articles

    • MC - Customize existing MC screen

      Introduction: iVend Add-on Framework is used for writing Custom Business Logic independently by a programmer. iVend Addon allows to extend business logic either in Management Console or at the Terminal POS. The addon framework allows deployment of ...
    • To customize the "Customer Display" screen

      Version 6.5 Update 6 and not the version-specific Query The customer wants to customize the "Customer Display" screen. Below is the screenshot for the same: Response The customer may check the "Customer Display" feature, which is a licenses ...
    • How to customize the Customer Display screen to change the line-level color

      Version 6.5 Update 6 Issue The requirement is to customize the "Customer Display" screen, customer wants to change the line-level color, currently it is showing Yellow but he wants a different color. Below is the screenshot for the same: Response ...
    • MC - Create Custom Screen

      Introduction iVend Add-on Framework is used for writing Custom Business Logic independently by a programmer. iVend Addon allows to extend business logic either in Management Console or at the Terminal POS. The addon framework allows deployment of ...
    • How to Add New Dataset in Existing Report

      How to Add New Dataset in Existing Report If User wants to add some column in iVend existing report, then follow below step: Export the report and open the Report in Report Designer. Add new dataset as per required column, E.g. in this tutorial I ...