Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0051354 | Retail Modules | Sessions | public | 2023-01-12 13:03 | 2023-03-20 08:01 |
|
Reporter | malsasua | |
Assigned To | ranjith_qualiantech_com | |
Priority | high | Severity | major | Reproducibility | unable to reproduce |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0051354: When the store is closed, and first till do login, in some cases, it is not possible to complete the login |
Description | when the store is closed, and a till is doing login, if the poss_session property stored in the local storage is {"isActive":true} , popup message is displayed and it is not possible to complete the login |
Steps To Reproduce | . close store
. in till, in dev tools, go to application > local storage > https://xxx [^] >
- change the property WebPOS.poss_sessionactive to {"isActive":true}
. do login
popup message is displayed (attached):
Change of Business Date
There was a change in Business Date in the Backoffice. In order to continue, reload is required. Sorry for the inconveniences.
. click in OK or F5
popup is displayed again and it is not possible to complete the login |
Proposed Solution | In this point (when popup is displayed):
https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sessions/-/blob/master/web/org.openbravo.retail.sessions/js/components/loginhook.js#L707 [^]
we should set the property to false:
OB.UTIL.localStorage.setItem('poss_sessionactive', '{"isActive":false}' ) |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | popup.png (46,724) 2023-01-12 13:03 https://issues.openbravo.com/file_download.php?file_id=18026&type=bug
|
|
Issue History |
Date Modified | Username | Field | Change |
2023-01-12 13:03 | malsasua | New Issue | |
2023-01-12 13:03 | malsasua | Assigned To | => Retail |
2023-01-12 13:03 | malsasua | File Added: popup.png | |
2023-01-12 13:03 | malsasua | Triggers an Emergency Pack | => No |
2023-01-12 13:08 | malsasua | Proposed Solution updated | |
2023-01-12 18:49 | Practics | Issue Monitored: Practics | |
2023-01-13 08:57 | ranjith_qualiantech_com | Assigned To | Retail => ranjith_qualiantech_com |
2023-01-13 09:43 | ranjith_qualiantech_com | Status | new => scheduled |
2023-01-13 10:38 | ranjith_qualiantech_com | Relationship added | related to 0045833 |
2023-01-18 06:02 | hgbot | Note Added: 0145523 | |
2023-01-19 16:12 | hgbot | Resolution | open => fixed |
2023-01-19 16:12 | hgbot | Status | scheduled => closed |
2023-01-19 16:12 | hgbot | Note Added: 0145649 | |
2023-01-19 16:12 | hgbot | Note Added: 0145650 | |
2023-03-14 11:17 | ranjith_qualiantech_com | Note Added: 0147519 | |
2023-03-14 11:17 | ranjith_qualiantech_com | Status | closed => new |
2023-03-14 11:17 | ranjith_qualiantech_com | Resolution | fixed => open |
2023-03-14 12:35 | ranjith_qualiantech_com | Status | new => scheduled |
2023-03-15 06:02 | hgbot | Note Added: 0147525 | |
2023-03-20 08:01 | hgbot | Note Added: 0147675 | |
2023-03-20 08:01 | hgbot | Resolution | open => fixed |
2023-03-20 08:01 | hgbot | Status | scheduled => closed |
2023-03-20 08:01 | hgbot | Note Added: 0147676 | |
Notes |
|
(0145523)
|
hgbot
|
2023-01-18 06:02
|
|
|
|
(0145649)
|
hgbot
|
2023-01-19 16:12
|
|
|
|
(0145650)
|
hgbot
|
2023-01-19 16:12
|
|
|
|
|
Two till opened if Pref. "Enable Close Store process in Web POS" is enabled in the following case.
Backoffice:
1) Add Pref. "Enable Close Store process in Web POS" -> Y
POS
1) Login with user "vallblanca", Open Till, Do Cashup, Close Store
2) Go Offline
3) Login with user "vallblanca", Open Till. Lock Screen
4) Go Online
5) Login with user "demouser", Open Till is displayed. But it should not <--- KO |
|
|
(0147525)
|
hgbot
|
2023-03-15 06:02
|
|
|
|
(0147675)
|
hgbot
|
2023-03-20 08:01
|
|
|
|
(0147676)
|
hgbot
|
2023-03-20 08:01
|
|
|