@ -21,7 +21,7 @@
#############################################################################
{
'name': "POS Idle Session Lock",
'version': '16.0.1.0.1',
'version': '16.0.1.0.2',
'category': 'Point of Sale',
'summary': """The Module Allows the POS User to Set Screen Lock for POS
Screen""",
@ -9,3 +9,8 @@
#### Version 16.0.1.0.1
#### UPDT
- Bug fix in PosTimerChrome class.Fixed an issue that occurred while loading the POS session.
#### 20.08.2025
#### Version 16.0.1.0.2
- Bug fix in PosTimerChrome class.Fixed an issue that occurred when same employee tries to log in again after completing the time session.
@ -46,9 +46,11 @@ const PosTimerChrome = (Chrome) =>
clearInterval(x);
if (self.env.pos.config.module_pos_hr) {
self.showTempScreen('LoginScreen');
location.reload();
}
else{
self.showTempScreen('LogoutScreen');
}, 1000);