Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0045833
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Sessionsmajoralways2021-02-02 11:442021-03-01 08:38
ReportermalsasuaView Statuspublic 
Assigned Toranjith_qualiantech_com 
PrioritynormalResolutionfixedFixed in Version
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0045833: It is possible to have two tills opened at the same time

Descriptionif login is done in offline, it is possible to open two tills at the same time for the terminal.
When cashup is done, only one of the tills is closed
Steps To Reproduce. preference: Enable Close Store process in Web POS -> Y
. the store is closed and there is any till opened
[offline]
. POS: do login with user1
. lock the screen
[online]
. POS: do login with user2
. window to set the current business date and open store is displayed
. open till

in Back office there are two tills opened
. in POS: do cashup

in BackOffice, only one till was closed
TagsNo tags attached.
Attached Filespatch file icon BUG-45833 Propouse solution.patch [^] (3,398 bytes) 2021-02-17 15:50 [Show Content]

- Relationships Relation Graph ] Dependency Graph ]
related to defect 0051354 closedranjith_qualiantech_com When the store is closed, and first till do login, in some cases, it is not possible to complete the login 
related to defect 0053362 closedRajesh_18 POS asked for doing a cash up in every login if the till is Closed in Backend and the cash up stuck in Data Import Entries 
related to defect 0052728 closedranjith_qualiantech_com Duplicate opened sessions can be created when setting business date 
related to defect 0051207RR20Q3.4 closedranjith_qualiantech_com Refreshing when setting the business date creates duplicated sessions 

-  Notes
(0125943)
malsasua (developer)
2021-02-02 11:52

One possible solution: when till is closed in backoffice because cashup is done, the process should close all tills for this terminal
(0126343)
hgbot (developer)
2021-02-24 12:15

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sessions/-/merge_requests/18 [^]
(0126344)
hgbot (developer)
2021-02-24 12:16

Merge Request created: https://gitlab.com/openbravo/ci/modules/org.openbravo.test.mobile.sampledata/-/merge_requests/7 [^]
(0126345)
hgbot (developer)
2021-02-24 12:16

Merge Request created: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/71 [^]
(0126402)
hgbot (developer)
2021-03-01 08:38

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sessions [^]
Changeset: dbe8a81a8b1ed0b5991ac08c7d4f1de2c8bb813e
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2021-02-24T16:24:15+05:30
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sessions/-/commit/dbe8a81a8b1ed0b5991ac08c7d4f1de2c8bb813e [^]

Fixed ISSUE-45833: Store and Session should be opened when moving from offline to online mode
* When user close store in POS, localstorage businessDate should be removed.
* In Offline mode, user login should be prevented if localstorage businessDate is not present and Pref. Set Businessdate in Offline mode is not enabled.
* If user1 opened store and till in offline mode and user2 loggedin online in same terminal,
  POS should be locked if data from user1 is not synced. In the background, user1 data will be synced. So when user2 login again, proper data will be fetched from backoffice

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/retail/sessions/OpenSessionPOS.java
M web/org.openbravo.retail.sessions/js/components/BusinessDateModel.js
M web/org.openbravo.retail.sessions/js/components/loginhook.js
M web/org.openbravo.retail.sessions/js/countcash/countcash-model.js
---
(0126403)
hgbot (developer)
2021-03-01 08:38

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.sessions/-/merge_requests/18 [^]
(0126404)
hgbot (developer)
2021-03-01 08:38

Merge request merged: https://gitlab.com/openbravo/ci/modules/org.openbravo.test.mobile.sampledata/-/merge_requests/7 [^]
(0126405)
hgbot (developer)
2021-03-01 08:38

Repository: https://gitlab.com/openbravo/ci/modules/org.openbravo.test.mobile.sampledata [^]
Changeset: a8567168838977472dff47212c1ae804e35deb45
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2021-02-24T16:22:04+05:30
URL: https://gitlab.com/openbravo/ci/modules/org.openbravo.test.mobile.sampledata/-/commit/a8567168838977472dff47212c1ae804e35deb45 [^]

Related to ISSUE-45833: Fixed Sample data by updating terminal session having no open tills
* Removed Cashup entry without Open tills for VBS-1 Terminal

---
M referencedata/sampledata/The_White_Valley_Group/AD_ORG.xml
M referencedata/sampledata/The_White_Valley_Group/FACT_ACCT.xml
M referencedata/sampledata/The_White_Valley_Group/FIN_FINACC_TRANSACTION.xml
M referencedata/sampledata/The_White_Valley_Group/OBPOS_APPLICATIONS.xml
M referencedata/sampledata/The_White_Valley_Group/OBPOS_APP_CASHUP.xml
---
(0126406)
hgbot (developer)
2021-03-01 08:38

Repository: https://gitlab.com/openbravo/ci/mobile-test [^]
Changeset: d148b1c0480c825edda6c114905a9d2038a0fd7b
Author: Ranjith S R <ranjith@qualiantech.com>
Date: 2021-03-01T07:38:39+00:00
URL: https://gitlab.com/openbravo/ci/mobile-test/-/commit/d148b1c0480c825edda6c114905a9d2038a0fd7b [^]

Verified ISSUE-45833: Updated Test VerifyOwnSeqBlindReturns
* Added initial cash amount for return

---
M src-test/org/openbravo/test/mobile/retail/extmodules/selenium/tests/servicesequence/VerifyOwnSeqBlindReturns.java
---
(0126407)
hgbot (developer)
2021-03-01 08:38

Merge request merged: https://gitlab.com/openbravo/ci/mobile-test/-/merge_requests/71 [^]

- Issue History
Date Modified Username Field Change
2021-02-02 11:44 malsasua New Issue
2021-02-02 11:44 malsasua Assigned To => Retail
2021-02-02 11:44 malsasua Resolution time => 1614034800
2021-02-02 11:44 malsasua Triggers an Emergency Pack => No
2021-02-02 11:52 malsasua Note Added: 0125943
2021-02-05 04:33 rqueralta Assigned To Retail => rqueralta
2021-02-05 04:35 rqueralta Status new => scheduled
2021-02-17 15:50 rqueralta File Added: BUG-45833 Propouse solution.patch
2021-02-24 12:14 ranjith_qualiantech_com Assigned To rqueralta => ranjith_qualiantech_com
2021-02-24 12:15 hgbot Note Added: 0126343
2021-02-24 12:16 hgbot Note Added: 0126344
2021-02-24 12:16 hgbot Note Added: 0126345
2021-03-01 08:38 hgbot Resolution open => fixed
2021-03-01 08:38 hgbot Status scheduled => closed
2021-03-01 08:38 hgbot Note Added: 0126402
2021-03-01 08:38 hgbot Note Added: 0126403
2021-03-01 08:38 hgbot Note Added: 0126404
2021-03-01 08:38 hgbot Note Added: 0126405
2021-03-01 08:38 hgbot Note Added: 0126406
2021-03-01 08:38 hgbot Note Added: 0126407
2023-01-13 10:38 ranjith_qualiantech_com Relationship added related to 0051354
2023-10-02 08:31 malsasua Relationship added related to 0053362
2023-10-02 08:31 malsasua Relationship added related to 0052728
2023-10-02 08:32 malsasua Relationship added related to 0051207


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker