Add a Voucher Payment button (Database)

  1. Insert the following values to the PaymentTypes table, directly in the POS database:

PaymentTypes values

(20,‘CANDY’,‘EUR’,2,‘Candy for kids’,‘Candy for kids’,0,1,‘0,00’,‘0,5’,‘0,00’,‘0,00’,‘0,00’,0,‘0,00’,1,0)
4A10 fig1

  1. In the POS application, go to the Menu editor and add the Payment voucher button with proper the parameter, for example “CANDY|0.5”

4A10 fig2

Alternatively, you can insert MenuLines directly to the POS database:

MenuLines values

(3,13,0,’-> menuedit Candy voucher’,‘Candy voucher’,0,’’,‘AppPaymentVoucher’,2,‘CANDY|0.50’)
4A10 fig3

  1. Restart the POS. The payment type Candy voucher should be visible in the payment screen, and when clicked, a discount of 0.5 Eur is added to payment
    4A10 fig4