Event code for the Quick Cash Button (over the POS main screen)

Event code for the Quick Cash Button (over the POS main screen)

Version: 

6.5 Update 6

Query: 

The customer needs to know the event code for the Quick Cash Button (over the POS main screen) because he needs to create an addon to make some conditions into this button, below is the screenshot for the same:


Resolution: 

For this particular instance, please follow the below mention code:

using CXS.Retail.Extensibility.Modules.Transaction;
class TransactionEntry : TransactionEntryModuleBase
    {
     public override void OnBeforeQuickCompleteCash(object sender, EventArgs<Transaction, TransactionPayment> args)
        {
            try
            {
We fully support our partner/customer on addon development via CKP  and discussion forum or you may directly contact our custom development team (cd@citixsys.com) for such training needs.


    • Related Articles

    • POS - Handle Quick Button panel click event

      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 ...
    • Button Panel

      How to configure the Button Panel in iVend Retail POS The Button Panel option is an easy feature to quick sell products without the need of defining barcodes or going into product search screens. This functionality is useful for quick serve ...
    • Scan Sequence Resolution

      iVend POS – Barcode Scan Sequence Resolution Order The user at the POS scans either the barcode of the product when it is being transacted or swipes the loyalty card for the customer or the security user card. The system follows a sequence of methods ...
    • Screen globalization event

      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 ...
    • Screen globalization event

      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 ...