Rick's Tutorial 14 - Retail/Bar/Quick Service POS Screen Setup

Numberpadvalue definitely isnt right im sure its [: Numberpad ]

Im home now so ill fire my laptop up in a sec and check my setup

You used a capital P in Pad NumberPad, try it without so its just Numberpad

Im pretty sure the P should be lowercase, that could be why it isnt working

or
[:Numberpad] without space after double dots o with the space after the double dots?

Huh! Stranger thing happen

I’m trying with [:Numberpad] and doesnt work, i mean i’ts like the buttons aren’t working at all
then i switch back to [:NumberPad] and it work partially 'cause it only enter a number at a time same as before

just loading samba up now so ill post my settings to compare :slight_smile:

so its definitely [:Numberpad] No capital P

image

Found the issue, there are 2 things wrong with your setup see below

Change [:NumberPad] to [:Numberpad]

and change EQUALS to MATCHES as highlighted in the red boxes

image

This is really strange doesnt work for me
I even make new action and rules for it

1122

I wonder if its because your using [:Numberpad] in your Set NumberPad Value Action. change it to just Value as highlighted in red below. Then remove the action from the rule, save it, then re-add the amended action to the rule and save it

image

1 Like

Thank you so much @RickH
It worked
I was at the edge of desperation Lolz

Another question how do you setup Enter Button and Del Button ?

1 Like

Wooooo!!!

Ok for enter and delete we use the set numberpad action again, but this time we set the variable for the keycode and NOT value

So create a new action as mine below
image

1 Like

then create the following rule, entering 13 for the key code. 13 represents the pressing of the ENTER/RETURN button on a keyboard

image

1 Like

Then put the auto command name in the Automation Command column for the custom product button where you have your enter/return button as shown below. The Value column stays blank

1 Like

For the DELETE button use the following action and add it to a rule and add the auto command name to the button in your menu setup

image

1 Like

This is the action to fully clear the numbers, so if youve typed lots of numbers instead of keep pressing delete to delete them one by one you can press clear to clear them all in one go

image

1 Like

heres the setup for a quantity update button

1 Like

thank you @RickH everything is working, i almost finish my retail test project,

Right Now I’m Dealing with a problem with print balance float and float it document transactions
i’m trying to print :
user name
Date|Time
description |amount


this is how far i got:
ACTIONS:


RULES

TEMPLATE

RESULT

1 Like

Try {USERNAME} or {:CURRENTUSER}
As for description no idea.

{CURRENTUSER} Works, Thank you @JTRTech
one down to more to go xD