just loading samba up now so ill post my settings to compare
so its definitely [:Numberpad]
No capital P
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
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
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 ?
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
then create the following rule, entering 13 for the key code. 13 represents the pressing of the ENTER/RETURN button on a keyboard
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
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
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
heres the setup for a quantity update button
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
Try {USERNAME} or {:CURRENTUSER}
As for description no idea.
{CURRENTUSER} Works, Thank you @JTRTech
one down to more to go xD