Openbravo Issue Tracking System - POS2
View Issue Details
0050363POS2POSpublic2022-09-28 10:082022-11-24 09:55
javierRodriguez 
javierRodriguez 
normalmajorN/A
closedfixed 
5
 
 
No
0050363: Add timer to do action to the order when the application detects inactivity.
In order to include inactivity actions in the order, it is necessary to create an infrastructure to be checking it the application is in an inactivity state (the user is not doing actions in POS).

Additionally, at terminal type level, the BO has different fields to set which action will be executed and also the timer to execute the action and when a notification popup (if wanted) will be shown.

In the following drive, you can go deeper about the project. https://docs.google.com/document/d/1y86weM7OOrpai5AJvj2ij2E1XMWidtHJxcdFy-oA-nY/edit# [^]
-
No tags attached.
related to defect 0051353 closed javierRodriguez [23Q1] "Inactivity timeout" error shown in the Chrome developer tools console just after login POS2 
Issue History
2022-09-28 10:08javierRodriguezNew Issue
2022-09-28 10:08javierRodriguezAssigned To => javierRodriguez
2022-09-28 10:08javierRodriguezTriggers an Emergency Pack => No
2022-09-28 10:09guilleaerStatusnew => scheduled
2022-11-24 09:47hgbotResolutionopen => fixed
2022-11-24 09:47hgbotStatusscheduled => resolved
2022-11-24 09:47hgbotFixed in Version => 23Q1
2022-11-24 09:47hgbotNote Added: 0144092
2022-11-24 09:51javierRodriguezNote Added: 0144093
2022-11-24 09:55javierRodriguezStatusresolved => closed
2022-11-24 09:55javierRodriguezFixed in Version23Q1 =>
2023-01-12 13:06lorenzofidalgoRelationship addedrelated to 0051353

Notes
(0144092)
hgbot   
2022-11-24 09:47   
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2 [^]
Changeset: c0fbf15067727742348aadd2fcc82e3653f5d795
Author: Javier Rodriguez Regueiro <javier.rodriguez@openbravo.com>
Date: 24-11-2022 09:14:49
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/commit/c0fbf15067727742348aadd2fcc82e3653f5d795 [^]

Fixed ISSUE-50363: Add timer to do action to the order when the application detects inactivity

---
A web-jspack/org.openbravo.core2/src/core/__test__/timeout/InactivityTimeout.test.js
A web-jspack/org.openbravo.core2/src/core/timeout/InactivityTimeout.js
A web-jspack/org.openbravo.core2/src/core/timeout/InactivityTimeoutObserver.js
A web-jspack/org.openbravo.core2/src/core/timeout/eventListeners.js
M web-jspack/org.openbravo.core2/src/authentication/loginInitActions.js
M web-jspack/org.openbravo.core2/src/components/ConfirmationDialog/ConfirmationDialog.jsx
M web-jspack/org.openbravo.core2/src/model/session/user-actions/Logout.js
---
(0144093)
javierRodriguez   
2022-11-24 09:51   
MR: https://gitlab.com/openbravo/product/pmods/org.openbravo.core2/-/merge_requests/860 [^]