close_pos_session_database

update pos_session set stop_at = '2020-01-18 09:20:23' where id = 82;
update pos_session set stop_at = '2021-09-14 21:14:23' where state != 'closed';
update pos_session set state = 'closed' where state != 'closed';
close_pos_session_database.txt · Last modified: 2021/09/04 23:23
Public Domain Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain