Files
opensourcepos/application/migrations/sqlscripts/3.3.8_Shortcuts.sql
WebShells 84c45562e3 Migration Script
Added Migration script in order to insert default shortcut keys values into db.
2023-03-31 15:12:11 +03:00

11 lines
417 B
SQL

INSERT INTO `ospos_app_config` (`key`, `value`) VALUES
('key_suspended', '52 | ALT + 4'),
('key_suspend', '50 | ALT + 2'),
('key_payment', '54 | ALT + 6'),
('key_items', '51 | ALT + 3'),
('key_help', '57 | ALT + 9'),
('key_finish', '56 | ALT + 8'),
('key_customers', '49 | ALT + 1'),
('key_complete', '55 | ALT + 7'),
('key_cancel', '27 | ESC'),
('key_amount', '53 | ALT + 5');