I'm in Montreal.
I figured as much, I've been doing extensive search here and I get very few hits. Unfortunately my effort may not bring into fruition, and I'm not sure if my friend's tiny restaurant can survive the effect of the pandemic. He just opened last March. He has this clunky Te-4500 that he inherited from the previous owner ot the place, his helper dropped it during the opening, it still works despite of it's structure falling apart. I suggested that he should get a POS app, but not willing to spend much...
Just so we don't leave this post hanging like most other post are. It was too much tinkering on my part, combination of Tickets.Button, Roles, POSAPPS. It's working now.
Does anyone have any idea why the change window does not pop up on Linux? The same exact setup works on Windows 10 on virtualbox VM. I only have 2 tabs on payment screen cash/card. Lubuntu 20.04 myql 5.7.30 jre1.8.241/jre1.8.251
EDIT: As noted by RickyO below, my suggestion was for the latest freely available version (as of this posting). On your mysql prompt try this, if you don't have a database yet. create database your_database_name; press enter grant all privileges on your_database_name.* to 'your_user_name'@'localhost' identified by 'your_user_password'; press enter OR grant all privileges on your_database_name.* to 'your_user_name'@'your_ip_number' identified by 'your_user_password'; then check the attached. I forgot...
EDIT: As noted by RickyO below, my suggestion was for the latest version (as of this posting). On your mysql prompt try this, if you don't have a database yet. create database your_database_name; press enter grant all privileges on your_database_name.* to 'your_user_name'@'localhost' identified by 'your_user_password'; press enter OR grant all privileges on your_database_name.* to 'your_user_name'@'your_ip_number' identified by 'your_user_password'; then check the attached. I forgot :-) Make sure...
On your mysql prompt try this, if you don't have a database yet. create database your_database_name; press enter grant all privileges on your_database_name.* to 'your_user_name'@'localhost' identified by 'your_user_password'; press enter OR grant all privileges on your_database_name.* to 'your_user_name'@'your_ip_number' identified by 'your_user_password'; then check the attached. I forgot :-) Make sure you click the save button on the bottom then restart unicenta.
On your mysql prompt try this, if you don't have a database yet. create database your_database_name; press enter grant all privileges on your_database_name.* to 'your_user_name'@'localhost' identified by 'your_user_password'; press enter OR grant all privileges on your_database_name.* to 'your_user_name'@'your_ip_number' identified by 'your_user_password'; then check the attached.